File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ CREATE PUBLIC .
1111 BEGIN OF ty_s_tab,
1212 selkz TYPE abap_bool ,
1313 row_id TYPE string ,
14- carrid TYPE sflight-carrid ,
15- connid TYPE sflight-connid ,
16- fldate TYPE sflight-fldate ,
17- planetype TYPE sflight-planetype ,
14+ carrid TYPE string ,
15+ connid TYPE string ,
16+ fldate TYPE string ,
17+ planetype TYPE string ,
1818 END OF ty_s_tab .
1919 TYPES :
2020 ty_t_table TYPE STANDARD TABLE OF ty_s_tab WITH DEFAULT KEY .
@@ -150,7 +150,7 @@ CLASS z2ui5_cl_demo_app_064 IMPLEMENTATION.
150150
151151 view = z2ui5_cl_xml_view=>factory( ).
152152
153- temp5 = boolc ( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL ).
153+ temp5 = xsdbool ( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL ).
154154 page1 = view->page( id = 'page_main'
155155 title = 'abap2UI5 - sap.ui.table.Table Features'
156156 navbuttonpress = client->_event( 'BACK' )
You can’t perform that action at this time.
0 commit comments