cancel
Showing results for 
Search instead for 
Did you mean: 

How to make multiple create or update entries in SAP

Former Member
0 Kudos

Hi Experts,

Need your quick help on this. I have been doing Update and Create till now through Gateway in SAP. But all these were

for single entry. Now we have to make multiple entries in SAP. Can someone please guide us how to update and create multiple

entries in SAP. Will we need to change the code written through SEGW? Or will we need to create our XML in a different way?

A quick help will really be appreciated.

Regards,

Saket.

Accepted Solutions (0)

Answers (2)

Answers (2)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Did you find solution to your query?

Rgrds,

JK

Former Member
0 Kudos

Sorry Jitendra for repkying late. Yes I have fixed it using the batch operation. If you can provide your mail id i can send you the steps.

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

glad to know that you have fixed your issue. Would be better if you can share it here itself.

Rgrds,

JK

kammaje_cis
Active Contributor
0 Kudos

Hi Saket,

Batch operations is the way to go.

https://help.sap.com/saphelp_gateway20sp06/helpdata/en/90/dc8363306c47d3b2fca1398f5de94b/content.htm

Step by Step document by Arun,

regards

Krishna

Former Member
0 Kudos

Thanks again Krishna for stepping in.

I have few doubts:

1. Do we need to form our payload in this particular way only.

2. Is there some code or realignment or redefinition to be done on SEGW servicce

Look forward to your help again.

Regards,

Saket.

kammaje_cis
Active Contributor
0 Kudos

Saket,

In ABAP: As Arun's document suggests, you just need to redefine two methods.

In GW client: Yes, your payload needs to be in a specific way. Arun's blog explains on how it has to look like .

In UI5:

Former Member
0 Kudos

Hi Saket,

If you looking for update/create multiple records you can also look for deep entity option using POST method.

Regards,

Rajesh