cancel
Showing results for 
Search instead for 
Did you mean: 

Can I package ABAP proxy messages as IDOCs from XI to ECC

Former Member
0 Kudos

Hello,

We need to send a lot of messages from XI to ECC that must be processed independently. Could we send them in one message package from XI to ECC as we can do with IDOCs?

Thanks

Diego.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181962
Active Contributor
0 Kudos

Hi Diego,

VJ is right.

Now that yours is a proxy scenario, the definition of the message type is on your hands.

YOu should have your ROOT NODE with minimum occurance as 0 and maximum unbounded.

Thend you can use a BPM to collect multiple messages and pack them into a single logical unit.

Regards,

Ravi

VijayKonam
Active Contributor
0 Kudos

It depends on your message strucutute. If you have used repeating node for the main message, then there will be only proxy call for all the messages in one single XML. Check how big the XML could be and change your message structure and mapping accordingly then execute.

VJ