Parser error(Unknown statement)
See original GitHub issueI 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:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
first 3 fixed in https://github.com/abaplint/abaplint/commit/92e665a358ad0aa3b9f89b8cf729090cfb6d4ff6, I will publish a new version tomorrow
It’s fixed!