Skip to content

Commit

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

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

METHODS rowmode
IMPORTING !ns TYPE clike OPTIONAL

Check failure on line 180 in src/02/z2ui5_cl_xml_view.clas.abap

View check run for this annotation

abaplint / abaplint

Align TYPE expressions to column 31

https://rules.abaplint.org/align_type_expressions
Expand Down

0 comments on commit 539ea66

Please sign in to comment.