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: 

Inbound interface with multiple IDOC processing

Former Member
0 Kudos

Hi,

I have to create an inbound interface which has to be triggered only when a batch job is completed in the middleware. The batch job will create 2000 records and 1 IDOC for each record. I have to get all the 2000 IDOCs and then process them together. I have to manipulate the data in these 2000 IDOCs and update them in a SAP table.

Please let me know how do I proceed with this.

Should I go with a custom func module or a custom program?

Thanks,

Abhishek

3 REPLIES 3

Former Member
0 Kudos

Hi,

Custom function module with standard parameters : For details refer to the topic Implementing Inbound Processing on page 85 of the

[ALE Programming Guide|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf]

regards,

Advait

0 Kudos

ya but how can I gather all the IDOCs which I need to process?

0 Kudos

Hi,

You can use the Serialization object so ensure that the IDocs are processed one after the other. I dont think you can process all the IDocs in one function call.

regards,

Advait