Skip to content

Commit

Permalink
Update to new FUGR format
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools committed Dec 4, 2024
1 parent 6f2baf9 commit 73a14c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
5 changes: 5 additions & 0 deletions src/#mbtools#command_field.fugr.screen_0100.abap
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PROCESS BEFORE OUTPUT.

Check failure on line 1 in src/#mbtools#command_field.fugr.screen_0100.abap

View check run for this annotation

abaplint / abaplint

Expected ENDMODULE

https://rules.abaplint.org/structure

Check failure on line 1 in src/#mbtools#command_field.fugr.screen_0100.abap

View check run for this annotation

abaplint / abaplint

Statement does not exist in ABAPv702(or a parser error), "PROCESS"

https://rules.abaplint.org/parser_error
MODULE status_0100.

PROCESS AFTER INPUT.

Check failure on line 4 in src/#mbtools#command_field.fugr.screen_0100.abap

View check run for this annotation

abaplint / abaplint

Statement does not exist in ABAPv702(or a parser error), "PROCESS"

https://rules.abaplint.org/parser_error
MODULE user_command_0100.
15 changes: 0 additions & 15 deletions src/#mbtools#command_field.fugr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -326,21 +326,6 @@
<INPUT_FLD>X</INPUT_FLD>
</RPY_DYFATC>
</FIELDS>
<FLOW_LOGIC>
<RPY_DYFLOW>
<LINE>PROCESS BEFORE OUTPUT.</LINE>
</RPY_DYFLOW>
<RPY_DYFLOW>
<LINE> MODULE status_0100.</LINE>
</RPY_DYFLOW>
<RPY_DYFLOW/>
<RPY_DYFLOW>
<LINE>PROCESS AFTER INPUT.</LINE>
</RPY_DYFLOW>
<RPY_DYFLOW>
<LINE> MODULE user_command_0100.</LINE>
</RPY_DYFLOW>
</FLOW_LOGIC>
</item>
</DYNPROS>
<CUA>
Expand Down

0 comments on commit 73a14c7

Please sign in to comment.