You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/specific/odata.md
+14-20Lines changed: 14 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ As an example, we will use the test OData service `/sap/opu/odata/DMO/API_TRAVEL
8
8
client->follow_up_action( client->_event_client(
9
9
val = z2ui5_if_client=>cs_event-set_odata_model
10
10
t_arg = value #(
11
-
( `/sap/opu/odata/DMO/API_TRAVEL_U_V2/` )
12
-
( `TRAVEL` ) ) ) ).
11
+
( `/sap/opu/odata/DMO/API_FLIGHT_R_V2/` )
12
+
( `FLIGHT` ) ) ) ).
13
13
```
14
14
### Bind Data
15
15
Next, bind this OData model to your view definition. Since we’re using a non-default model, we must explicitly specify the model name for each binding. Here's an example:
@@ -38,32 +38,26 @@ Here’s the complete source code for one OData model:
0 commit comments