Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Build update association request using odata

kevin_wang6
Employee
Employee
0 Kudos

Hello Experts,

Origianl request: there is a certain entity ,and from the front end, base on this entity, I would get a table, I would like to process whole table in back end system.

Original solution: I send each line the table as an update request and combine them into a batch request. in the back end system , each request is deferred, and I use /IWBEP/IF_MGW_APPL_SRV_RUNTIME~CHANGESET_PROCESS to process the entire table at once.

Problem: there are too many records in the table, and thus I got too many request, in my case, almost 3000. and this cause a performance issue, so I'd like to refine my solution, then, I found this link , as the link described , I should create a association, and put my 3000 records into it, and there will be only 1 process in back end.

Could you please guide me how to do build update association request in frontend using UI5? and Is it still possible to get association in /IWBEP/IF_MGW_APPL_SRV_RUNTIME~CHANGESET_PROCESS ?

Best regards,

Kevin

  • SAP Managed Tags:
0 REPLIES 0