Skip to content

Commit

Permalink
React to internal ATC requ (#302)
Browse files Browse the repository at this point in the history
* React to internal ATC requ

* Update src/z_generate_repo.prog.abap

* set sy-subrc to 0
  • Loading branch information
albertmink authored Dec 21, 2023
1 parent 8df5381 commit b55dc95
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/z_generate_repo.prog.abap
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,10 @@ CLASS lcl_generator IMPLEMENTATION.
dyname = sy-repid
dynumb = sy-dynnr
TABLES
dynpfields = dynpfields.
dynpfields = dynpfields
EXCEPTIONS
OTHERS = 0.


ENDMETHOD.

Expand Down Expand Up @@ -609,7 +612,9 @@ CLASS lcl_generator IMPLEMENTATION.
dyname = sy-repid
dynumb = sy-dynnr
TABLES
dynpfields = dynpfields.
dynpfields = dynpfields
EXCEPTIONS
OTHERS = 0.
ENDIF.
ENDIF.
ENDIF.
Expand Down

0 comments on commit b55dc95

Please sign in to comment.