Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/z2ui5_cl_demo_app_064.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ CREATE PUBLIC .
iv_selkz TYPE abap_bool.
ENDCLASS.

CLASS z2ui5_cl_demo_app_064 IMPLEMENTATION.


CLASS Z2UI5_CL_DEMO_APP_064 IMPLEMENTATION.


METHOD set_selkz.

Expand All @@ -83,6 +84,7 @@ CLASS z2ui5_cl_demo_app_064 IMPLEMENTATION.

ENDMETHOD.


METHOD z2ui5_on_event.
DATA lt_arg TYPE string_table.
DATA ls_arg TYPE string.
Expand Down Expand Up @@ -150,5 +152,4 @@ CLASS z2ui5_cl_demo_app_064 IMPLEMENTATION.
client->view_display( view->stringify( ) ).

ENDMETHOD.

ENDCLASS.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_126.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ CLASS Z2UI5_CL_DEMO_APP_126 IMPLEMENTATION.

SELECT * FROM Z2UI5_T_01
INTO CORRESPONDING FIELDS OF TABLE @<table>
UP TO '100' ROWS.
UP TO 100 ROWS.

CATCH cx_root.

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_184.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ CLASS z2ui5_cl_demo_app_184 IMPLEMENTATION.
SELECT *
FROM (mv_table)
INTO CORRESPONDING FIELDS OF TABLE @<table>
UP TO '100' ROWS.
UP TO 100 ROWS.

CATCH cx_root.

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_190.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ CLASS z2ui5_cl_demo_app_190 IMPLEMENTATION.
SELECT *
FROM (mv_table)
INTO CORRESPONDING FIELDS OF TABLE @<table>
UP TO '100' ROWS.
UP TO 100 ROWS.

CATCH cx_root.

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_194.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ CLASS z2ui5_cl_demo_app_194 IMPLEMENTATION.
SELECT *
FROM (mv_table)
INTO CORRESPONDING FIELDS OF TABLE @<table>
UP TO '100' ROWS.
UP TO 100 ROWS.

CATCH cx_root.

Expand Down