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
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_313.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ CLASS z2ui5_cl_demo_app_313 IMPLEMENTATION.
enableautobinding = abap_true
).

client->view_display( val = view->stringify( ) switchdefaultmodelpath = `/sap/opu/odata/DMO/API_TRAVEL_U_V2/` ).
client->view_display( val = view->stringify( ) switch_default_model_path = `/sap/opu/odata/DMO/API_TRAVEL_U_V2/` ).

ENDIF.

Expand Down
6 changes: 3 additions & 3 deletions src/z2ui5_cl_demo_app_314.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ CLASS z2ui5_cl_demo_app_314 IMPLEMENTATION.
page->input( description = `device model` value = `{device>/resize/width}` enabled = abap_false ).

mv_val = `input value with http model`.
page->input( client->_bind_edit( val = mv_val switchdefaultmodel = abap_true ) ).
page->input( client->_bind_edit( val = mv_val switch_default_model = abap_true ) ).

DATA(tab) = page->table( client->_bind_edit( val = t_tab switchdefaultmodel = abap_true ) ).
DATA(tab) = page->table( client->_bind_edit( val = t_tab switch_default_model = abap_true ) ).

tab->header_toolbar(
)->toolbar(
Expand Down Expand Up @@ -100,7 +100,7 @@ CLASS z2ui5_cl_demo_app_314 IMPLEMENTATION.
)->text( '{CurrencyCode}'
).

client->view_display( val = view->stringify( ) switchdefaultmodelpath = `/sap/opu/odata/DMO/API_TRAVEL_U_V2/` ).
client->view_display( val = view->stringify( ) switch_default_model_path = `/sap/opu/odata/DMO/API_TRAVEL_U_V2/` ).

ENDIF.

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_315.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ CLASS z2ui5_cl_demo_app_315 IMPLEMENTATION.
)->text( '{FLIGHT>City}'
)->text( '{FLIGHT>CountryCode}' ).

client->view_display( val = view->stringify( ) switchdefaultmodelpath = `` ).
client->view_display( val = view->stringify( ) switch_default_model_path = `` ).

client->follow_up_action( client->_event_client(
val = z2ui5_if_client=>cs_event-set_odata_model
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_317.clas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<VSEOCLASS>
<CLSNAME>Z2UI5_CL_DEMO_APP_317</CLSNAME>
<LANGU>E</LANGU>
<DESCRIPT>tab -different odata models</DESCRIPT>
<DESCRIPT>tree - drag &amp; drop</DESCRIPT>
<STATE>1</STATE>
<CLSCCINCL>X</CLSCCINCL>
<FIXPT>X</FIXPT>
Expand Down
Loading