Part 6 - Group submit changes in SAPUI5

Опубликовано: 11 Июнь 2026
на канале: 10 min IT tutorials
1,524
10

In this session we will look at how we can perform local CREATE, UPDATE, DELETE operations in an SAPUI5 application using the OData V2 model. Once all the changes are made, then you can trigger a POST request to the backend with the payload to post the values to the backend.

GitHub repository:
https://github.com/miltonchandradas/r...

There are 10 branches in it…
1_cap
2_basic_ui
3_add_local
4_update_local
5_delete_local
6_reset_changes
7_transaction
8_nobatch
9_batch_changeset
10_batch_group