Skip to content

Update #529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 9, 2025
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
6 changes: 3 additions & 3 deletions src/z2ui5_cl_demo_app_002.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CLASS z2ui5_cl_demo_app_002 DEFINITION PUBLIC.

DATA client TYPE REF TO z2ui5_if_client.
DATA mt_combo type ty_T_combo.

PROTECTED SECTION.

METHODS z2ui5_on_rendering.
Expand Down Expand Up @@ -182,7 +182,7 @@ CLASS z2ui5_cl_demo_app_002 IMPLEMENTATION.
( key = 'BLUE' text = 'green' )
( key = 'GREEN' text = 'blue' )
( key = 'BLACK' text = 'red' )
( key = 'GRAY' text = 'gray' ) ).
( key = 'GRAY' text = 'gray' ) ).

lv_test->label( 'Combobox'
)->combobox(
Expand Down Expand Up @@ -250,4 +250,4 @@ CLASS z2ui5_cl_demo_app_002 IMPLEMENTATION.
client->view_display( page->stringify( ) ).

ENDMETHOD.
ENDCLASS.
ENDCLASS.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_035.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ CLASS z2ui5_cl_demo_app_035 IMPLEMENTATION.
client->nav_app_leave( ).
ENDCASE.
ENDMETHOD.
ENDCLASS.
ENDCLASS.
4 changes: 2 additions & 2 deletions src/z2ui5_cl_demo_app_058.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ mt_combo = VALUE ty_t_combo(
( key = 'SingleSelect' text = 'SingleSelect' )
( key = 'SingleSelectLeft' text = 'SingleSelectLeft' )
( key = 'MultiSelect' text = 'MultiSelect' ) ).

lo_tab->tab( text = 'Table'
selected = client->_bind_edit( mv_check_table )
)->simple_form( editable = abap_true
Expand Down Expand Up @@ -367,4 +367,4 @@ mt_combo = VALUE ty_t_combo(
( product = 'table2' create_date = `01.01.2023` create_by = `Peter` storage_location = `AREA_001` quantity = 400 ) ).

ENDMETHOD.
ENDCLASS.
ENDCLASS.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_071.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ CLASS z2ui5_cl_demo_app_071 IMPLEMENTATION.
)->stringify( ) ).

ENDMETHOD.
ENDCLASS.
ENDCLASS.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_080.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ CLASS z2ui5_cl_demo_app_080 IMPLEMENTATION.
( start = '2023-04-22T08:15:00' end = '2023-04-23T08:15:00' type = 'Type11' title = 'Reminder11' tentative = abap_true )
( start = '2023-04-25T10:30:00' end = '2023-04-26T11:30:00' type = 'Type12' title = 'Reminder21' tentative = abap_false ) ) ) ).
ENDMETHOD.
ENDCLASS.
ENDCLASS.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_085.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -568,4 +568,4 @@ CLASS Z2UI5_CL_DEMO_APP_085 IMPLEMENTATION.
ENDIF.

ENDMETHOD.
ENDCLASS.
ENDCLASS.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_130.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -717,4 +717,4 @@ CLASS z2ui5_cl_demo_app_130 IMPLEMENTATION.
client->view_model_update( ).

ENDMETHOD.
ENDCLASS.
ENDCLASS.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_181.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ CLASS z2ui5_cl_demo_app_181 IMPLEMENTATION.
on_event( ).

ENDMETHOD.
ENDCLASS.
ENDCLASS.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_318.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CLASS z2ui5_cl_demo_app_318 IMPLEMENTATION.
)->input( client->_bind_edit( mv_path )
)->label( 'Option' ).


lt_types2 = VALUE #( FOR row IN z2ui5_cl_util=>source_get_file_types( ) (
n = shift_right( shift_left( row ) )
v = shift_right( shift_left( row ) ) ) ).
Expand Down
13 changes: 7 additions & 6 deletions src/z2ui5_cl_demo_app_335.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ CLASS z2ui5_cl_demo_app_335 IMPLEMENTATION.

get_data( ).

mo_layout_obj = z2ui5_cl_demo_app_333=>factory( i_data = REF #( ms_struc ) vis_cols = 3 ).
mo_layout_obj_2 = z2ui5_cl_demo_app_333=>factory( i_data = REF #( ms_struc ) vis_cols = 3 ).
mo_layout_obj = z2ui5_cl_demo_app_333=>factory( i_data = REF #( ms_struc )
vis_cols = 3 ).
mo_layout_obj_2 = z2ui5_cl_demo_app_333=>factory( i_data = REF #( ms_struc )
vis_cols = 3 ).

ui5_view_display( client ).

Expand All @@ -48,7 +50,7 @@ CLASS z2ui5_cl_demo_app_335 IMPLEMENTATION.

WHEN 'CHANGE'.

get_data_2( ).
get_data_2( ).

ENDCASE.

Expand Down Expand Up @@ -87,7 +89,6 @@ CLASS z2ui5_cl_demo_app_335 IMPLEMENTATION.
press = client->_event( 'CHANGE' )
type = 'Success' ).


DATA(form) = page->simple_form( editable = abap_true
layout = `ResponsiveGridLayout`
adjustlabelspan = abap_true
Expand Down Expand Up @@ -129,8 +130,8 @@ CLASS z2ui5_cl_demo_app_335 IMPLEMENTATION.
METHOD get_data_2.

SELECT SINGLE * FROM z2ui5_t_01
INTO CORRESPONDING FIELDS OF @ms_STRUC
where id ne @ms_struc-id.
WHERE id <> @ms_struc-id
INTO CORRESPONDING FIELDS OF @ms_STRUC.

ENDMETHOD.

Expand Down
2 changes: 2 additions & 0 deletions src/z2ui5_cl_demo_app_338.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ CLASS z2ui5_cl_demo_app_338 IMPLEMENTATION.

WHEN 'BACK'.

client->nav_app_leave( ).

ENDCASE.

ENDMETHOD.
Expand Down