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 .
11
11
BEGIN OF ty_s_tab,
12
12
selkz TYPE abap_bool ,
13
13
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 ,
18
18
END OF ty_s_tab .
19
19
TYPES :
20
20
ty_t_table TYPE STANDARD TABLE OF ty_s_tab WITH DEFAULT KEY .
@@ -150,7 +150,7 @@ CLASS z2ui5_cl_demo_app_064 IMPLEMENTATION.
150
150
151
151
view = z2ui5_cl_xml_view=>factory( ).
152
152
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 ).
154
154
page1 = view->page( id = 'page_main'
155
155
title = 'abap2UI5 - sap.ui.table.Table Features'
156
156
navbuttonpress = client->_event( 'BACK' )
You can’t perform that action at this time.
0 commit comments