‎2007 May 11 1:51 PM
Hi!
Here, there is an inbound interface using idocs.
My question is: if there are five idocs ready to be processed, is the function module executed five times? I mean, one time for each idoc or is there a single function module execution that processes the five idocs?
Thanks!
Regards,
Cristian
‎2007 May 11 1:55 PM
Hi Cristian,
Single function module execution will process all the five idocs.
Regards
Younus
‎2007 May 11 2:25 PM
Thanks for your reply!
I have one more question, is there a way to test several idocs in one execution?
Thanks again!
Cristian
‎2007 May 11 2:46 PM
Hi,
Testing means, checking whether they are posting the application or not?
Yes, it is possible. By giving the FM, which is executed for all 5 idoc's in WE19.
Thanks
Manju.
‎2007 May 14 2:49 AM
hi, Cristian
Actually it depend on IDOC inbound setting for your message type.
in WE20, go to Partner Profiles:Inbound parameters setting.
you will be request to set Process Code for Inbound.
if you choose some Process Code, which support Packet Inbound, you IDOC will be executed Packetize. E.G. once 5 IDOCs.
And you inbound function also needed to support Packet.