Application Development and Automation 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: 
Read only

Question about inbound interface

Former Member
0 Likes
507

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

4 REPLIES 4
Read only

Former Member
0 Likes
485

Hi Cristian,

Single function module execution will process all the five idocs.

Regards

Younus

Read only

0 Likes
485

Thanks for your reply!

I have one more question, is there a way to test several idocs in one execution?

Thanks again!

Cristian

Read only

0 Likes
485

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.

Read only

Former Member
0 Likes
485

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.