Skip to Content
0
Former Member
Mar 24, 2009 at 03:00 AM

Proxy with BPM

447 Views

Hi,

We are using proxy to send the data from SAP to PI. Since one of the field in SAP is too long ( 2000 char), proxy is not able to send all 10K records & ABAP dump is coming while calling the proxy in SAP

We are planning to split the load by Company code & send them in parts. However our recving application needs the single file ( due to non key availablity) Looking at this we are planning to use BPM where proxy will send the records in parts & BPM can collect all the records in loop & send 1 file.

Since there is no key, we are planning to create a run id ( per date) and do the correlation based on that.

Also we can end the loop either by time or fixed number ( as the co codes are fixed and so the runs)

My doubt is, say we have 6000 records in total & we divide the records in 10 load each having 600 records. When the BPM recv the records, would ithave to loop 300 times to fetch the record or just one.

Also how would this design would be where we are looping 6000 times although this is run once day.

Any other solution or comment is appreciated..

Thanks