question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Parser error(Unknown statement)

See original GitHub issue

I enabled abaplint for a new repo… sorry in advance

Parser error(Unknown statement), ABAP version v740sp08

ls_extension = CORRESPONDING #( ls_line_item MAPPING /abc/comp_a = comp_a
                                                     /abc/comp_b = comp_b
                                                     /abc/comp_c = comp_c ).

Parser error(Unknown statement), ABAP version v740sp08

MODIFY /abc/tablea FROM @is_tablea.

Parser error(Unknown statement), ABAP version v740sp08

MODIFY /abc/tableb FROM TABLE @it_tableb.

Parser error(Unknown statement), ABAP version v740sp08

BEGIN_DATA OBJECT. " Do not change.. DATA is generated

Parser error(Unknown statement), ABAP version v740sp08

END_DATA OBJECT. " Do not change.. DATA is generated

I assume the first 3 errors are because of the namespace.

The other ones are classic business objects with macros. I can easily add these few objects to the ignore list so they are not really a problem to me.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
larshpcommented, Aug 7, 2019

first 3 fixed in https://github.com/abaplint/abaplint/commit/92e665a358ad0aa3b9f89b8cf729090cfb6d4ff6, I will publish a new version tomorrow

0reactions
fabianlupacommented, Aug 9, 2019

It’s fixed!

Read more comments on GitHub >

github_iconTop Results From Across the Web

while setting policy (), encountered: Error parsing ... - GitHub
I don't see anything related to this issue in debug output. Expected Behavior. State applied. Actual Behavior. │ Error: while setting policy () ......
Read more >
while setting policy (), encountered: Error parsing policy
First an apply occurs with a valid statement and is saved to the state file. ... Changes are then made to the Terraform...
Read more >
Unknown error parsing query - how do I get more info
I'm trying some queries in the developer console's Query Editor, and all I get when I hit Execute is "Unknown error parsing query"....
Read more >
unknown parse error when testing function - Stack Overflow
It looks like you are using a C compiler set to an old C standard. Prior to C99 you could not put executable...
Read more >
Designer: "Parse Error at char (n): Unknown variable..." Mac...
Solved: Hello, I am confused what I'm doing wrong that would cause an error when converting a workflow to a batch macro.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found