Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Apr 1, 2024
1 parent 1222b65 commit b925d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cl_alv_table_create.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CLASS cl_alv_table_create DEFINITION PUBLIC.
IMPORTING
i_style_table TYPE char1 OPTIONAL
it_fieldcatalog TYPE any
i_length_in_byte TYPE boolean OPTIONAL
i_length_in_byte TYPE abap_bool OPTIONAL
EXPORTING
ep_table TYPE REF TO data
e_style_fname TYPE string.
Expand Down

0 comments on commit b925d7d

Please sign in to comment.