Skip to content

Commit

Permalink
Preparation for new Demo (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-milan committed Sep 12, 2024
1 parent 539ea66 commit a626e91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/02/z2ui5_cl_xml_view.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,14 @@ CLASS z2ui5_cl_xml_view DEFINITION
RETURNING VALUE(result) TYPE REF TO z2ui5_cl_xml_view.

METHODS rowmode
IMPORTING !ns TYPE clike OPTIONAL
IMPORTING !ns TYPE clike OPTIONAL
RETURNING VALUE(result) TYPE REF TO z2ui5_cl_xml_view.


METHODS auto
IMPORTING !ns TYPE clike OPTIONAL
rowcontentheight TYPE clike OPTIONAL
RETURNING VALUE(result) TYPE REF TO z2ui5_cl_xml_view.
IMPORTING !ns TYPE clike OPTIONAL
rowcontentheight TYPE clike OPTIONAL
RETURNING VALUE(result) TYPE REF TO z2ui5_cl_xml_view.

METHODS message_strip
IMPORTING !text TYPE clike OPTIONAL
Expand Down

0 comments on commit a626e91

Please sign in to comment.