Skip to content

Commit

Permalink
Update to new flow logic format (#3)
Browse files Browse the repository at this point in the history
* Update to new flow logic format

* Lint
  • Loading branch information
mbtools authored Dec 19, 2024
1 parent 55232ae commit bd09953
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
5 changes: 5 additions & 0 deletions src/#mbtools#icon_browser.prog.screen_0100.abap
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PROCESS BEFORE OUTPUT.
MODULE pbo_100.

PROCESS AFTER INPUT.
MODULE pai_100.
18 changes: 0 additions & 18 deletions src/#mbtools#icon_browser.prog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,6 @@
<INPUT_FLD>X</INPUT_FLD>
</RPY_DYFATC>
</FIELDS>
<FLOW_LOGIC>
<RPY_DYFLOW/>
<RPY_DYFLOW>
<LINE>PROCESS BEFORE OUTPUT.</LINE>
</RPY_DYFLOW>
<RPY_DYFLOW>
<LINE> MODULE pbo_100.</LINE>
</RPY_DYFLOW>
<RPY_DYFLOW/>
<RPY_DYFLOW>
<LINE>PROCESS AFTER INPUT.</LINE>
</RPY_DYFLOW>
<RPY_DYFLOW>
<LINE> MODULE pai_100.</LINE>
</RPY_DYFLOW>
<RPY_DYFLOW/>
<RPY_DYFLOW/>
</FLOW_LOGIC>
</item>
</DYNPROS>
<CUA>
Expand Down

0 comments on commit bd09953

Please sign in to comment.