cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP adpater

Former Member
0 Kudos

I need to use SOAP adapter at receiver side and expecting 7000-10000 records from sender side.

At sender side Iam using Proxy.

I suspect if SOAP adapter handle this load, BTW I have to use SOAP at reciver side.

Keeping this in mind, any suggestions please.

one solution I can think of is running a batch at sender side, but how many records I can sender at once.

any thoughts on this are appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

VijayKonam
Active Contributor
0 Kudos

Hi Scott,

That depends on he machine capability. I dont think the volume you mentioned is a great load for AE.

VJ

Former Member
0 Kudos

thanks for your quick reply.

I have 10 fields each with length 30-40 character for every record.

I have taken an estimate of 10000, down the line it could be anywhere between 20k-30k

do you think SOAP can handle if I send all records at once.

Answers (1)

Answers (1)

Former Member
0 Kudos

You can write an UDF to create the batches.

Try to create each of the batches of size 4-5 mb approx.

Former Member
0 Kudos

how can I do this in UDF, could you share the sample code if you have one.

Former Member
0 Kudos

Hi,

There are two ways of handling this thing.

Option 1. Send the data in batch from Proxy itself by having a for loop in ABAP Client Proxy.

Option 2.To us ethe BPM and to have parForEach loop in a block which will send records in batch as you want.

Hope this solves your problem. Let me know if you need more details on the same.

Thanks

Amit

Reward points if solution helps