Skip to content

Commit 825e475

Browse files
authored
Update odata.md
1 parent 92b8c1f commit 825e475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/model/odata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ outline: [2, 4]
55

66
By default, you can bind all public attributes of your implementation class to UI5 properties, enabling the display of internal tables and, with bind_edit, even updating data. Additionally, in scenarios where direct access to database tables is required, using pre-defined OData services can be beneficial. Leveraging OData protocols provides features such as pagination and growing, which enhance performance when handling large datasets.
77

8-
#### Define Second Model
8+
#### Define Additional Model
99
As an example, we will use the test OData service `/sap/opu/odata/DMO/API_TRAVEL_U_V2/`, which is available in most ABAP systems. Ensure the service is publicly accessible. Use the following method to define the model and make it available under the name `TRAVEL`:
1010
```abap
1111
client->follow_up_action( client->_event_client(

0 commit comments

Comments
 (0)