Skip to content

Commit

Permalink
Update abapgit
Browse files Browse the repository at this point in the history
  • Loading branch information
mraht committed Nov 8, 2024
1 parent 7429e04 commit 7ef1967
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
6 changes: 6 additions & 0 deletions src/zial_r_task_board.prog.screen_0100.abap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
PROCESS BEFORE OUTPUT.

Check failure on line 1 in src/zial_r_task_board.prog.screen_0100.abap

View workflow job for this annotation

GitHub Actions / results

Expected ENDMODULE

structure

Check failure on line 1 in src/zial_r_task_board.prog.screen_0100.abap

View workflow job for this annotation

GitHub Actions / results

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

parser_error
MODULE pbo_0100.

PROCESS AFTER INPUT.

Check failure on line 4 in src/zial_r_task_board.prog.screen_0100.abap

View workflow job for this annotation

GitHub Actions / results

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

parser_error
MODULE pai_0100.
MODULE exit AT EXIT-COMMAND.

Check failure on line 6 in src/zial_r_task_board.prog.screen_0100.abap

View workflow job for this annotation

GitHub Actions / results

Statement does not exist in ABAPv750(or a parser error), "MODULE"

parser_error
18 changes: 0 additions & 18 deletions src/zial_r_task_board.prog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,6 @@
<INPUT_FLD>X</INPUT_FLD>
</RPY_DYFATC>
</FIELDS>
<FLOW_LOGIC>
<RPY_DYFLOW>
<LINE>PROCESS BEFORE OUTPUT.</LINE>
</RPY_DYFLOW>
<RPY_DYFLOW>
<LINE> MODULE pbo_0100.</LINE>
</RPY_DYFLOW>
<RPY_DYFLOW/>
<RPY_DYFLOW>
<LINE>PROCESS AFTER INPUT.</LINE>
</RPY_DYFLOW>
<RPY_DYFLOW>
<LINE> MODULE pai_0100.</LINE>
</RPY_DYFLOW>
<RPY_DYFLOW>
<LINE> MODULE exit AT EXIT-COMMAND.</LINE>
</RPY_DYFLOW>
</FLOW_LOGIC>
</item>
</DYNPROS>
<CUA>
Expand Down

0 comments on commit 7ef1967

Please sign in to comment.