Skip to content

Commit

Permalink
fix cl_abap_dyn_prg (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Jun 6, 2024
1 parent c687df7 commit 552981c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/abap/dyn/cl_abap_dyn_prg.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ CLASS cl_abap_dyn_prg DEFINITION PUBLIC.
PUBLIC SECTION.
CLASS-METHODS check_table_name_str
IMPORTING
val TYPE csequence
packages TYPE csequence
val TYPE csequence
packages TYPE csequence
incl_sub_packages TYPE abap_bool OPTIONAL
RETURNING
VALUE(val_str) TYPE string
VALUE(val_str) TYPE string
RAISING
cx_abap_not_a_table
cx_abap_not_in_package.
Expand Down

0 comments on commit 552981c

Please sign in to comment.