Skip to content

Commit

Permalink
add parameter (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored May 15, 2024
1 parent c043294 commit 5d6c843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cl_gui_frontend_services.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ CLASS cl_gui_frontend_services DEFINITION PUBLIC.
filetype TYPE string OPTIONAL
write_lf TYPE abap_bool OPTIONAL
write_field_separator TYPE char1 OPTIONAL
show_transfer_status TYPE char1 OPTIONAL
confirm_overwrite TYPE abap_bool OPTIONAL
CHANGING
data_tab TYPE any.
Expand Down

0 comments on commit 5d6c843

Please sign in to comment.