Skip to content

Commit 5d6c843

Browse files
authored
add parameter (#32)
1 parent c043294 commit 5d6c843

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cl_gui_frontend_services.clas.abap

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ CLASS cl_gui_frontend_services DEFINITION PUBLIC.
2222
filetype TYPE string OPTIONAL
2323
write_lf TYPE abap_bool OPTIONAL
2424
write_field_separator TYPE char1 OPTIONAL
25+
show_transfer_status TYPE char1 OPTIONAL
2526
confirm_overwrite TYPE abap_bool OPTIONAL
2627
CHANGING
2728
data_tab TYPE any.

0 commit comments

Comments
 (0)