File tree Expand file tree Collapse file tree 1 file changed +19
-10
lines changed
Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ CLASS z2ui5_cl_tm_se16_02 IMPLEMENTATION.
3232 client->nav_app_leave( ).
3333 WHEN OTHERS .
3434 z2ui5_cl_layo_pop=>on_event_layout( client = client
35- layout = mo_layout ).
35+ layout = mo_layout ).
3636 ENDCASE .
3737
3838 ENDMETHOD .
@@ -49,9 +49,9 @@ CLASS z2ui5_cl_tm_se16_02 IMPLEMENTATION.
4949 shownavbutton = xsdbool ( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL ) ).
5050
5151 z2ui5_cl_layo_xml_builder=>xml_build_table( i_data = mo_sql->ms_sql-t_ref
52- i_xml = page
53- i_client = client
54- i_layout = mo_layout ).
52+ i_xml = page
53+ i_client = client
54+ i_layout = mo_layout ).
5555
5656 page->footer( )->overflow_toolbar(
5757 )->button( text = `Back`
@@ -125,13 +125,22 @@ CLASS z2ui5_cl_tm_se16_02 IMPLEMENTATION.
125125 IF mo_sql->ms_sql-layout_id IS INITIAL .
126126
127127 mo_layout = z2ui5_cl_layo_manager=>factory( control = z2ui5_cl_layo_manager=>m_table
128- data = mo_sql->ms_sql-t_ref
129- handle01 = 'ZSE16'
130- handle02 = mo_sql->ms_sql-tabname
131- handle03 = ''
132- handle04 = '' ).
128+ data = mo_sql->ms_sql-t_ref
129+ handle01 = 'ZSE16'
130+ handle02 = mo_sql->ms_sql-tabname
131+ handle03 = ''
132+ handle04 = '' ).
133133 ELSE .
134- * mo_layout = z2ui5_cl_layo_manager=>factory_by_guid( layout_guid = mo_sql->ms_sql-layout_id ).
134+
135+ mo_layout = z2ui5_cl_layo_manager=>factory( control = z2ui5_cl_layo_manager=>m_table
136+ data = mo_sql->ms_sql-t_ref
137+ handle01 = 'ZSE16'
138+ handle02 = mo_sql->ms_sql-tabname
139+ handle03 = ''
140+ handle04 = '' ).
141+
142+ mo_layout = z2ui5_cl_layo_manager=>factory_by_guid( layout_guid = mo_sql->ms_sql-layout_id
143+ t_comps = mo_layout->ms_layout-t_layout ).
135144 ENDIF .
136145
137146 ENDIF .
You can’t perform that action at this time.
0 commit comments