cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Idoc Message Packages

Former Member
0 Likes
482

I was going thru this Blog /people/sravya.talanki2/blog/2005/12/09/xiidoc-message-packages

and couldn't understand how I can use this in my implementation.

Message Id is going to be different for each Idoc sent from R3. Then How can I collect all Idocs into cache?

Also How to do this scenario in Production after golive?. Is this a standard way of doing things ?

Can someone please explain.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Likes

Hi,

Please see the following

take a look at the note : 814393.

Also see the below links

/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change

/people/sravya.talanki2/blog/2005/12/09/xiidoc-message-packages

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

Regards

Chilla..

bhavesh_kantilal
Active Contributor
0 Likes

Chilla,

This question was posted way back in August. Request you to please look into the questions , and the relevance of the answers before posting the same.

Also, if it was a new solution to the problem it makes sense, but just a set of links to a question posted 5 months back. Is it really gonna be helpful?

Regards

Bhavesh

Former Member
0 Likes

Hi S T,

Me out of ideas :). Guess you will have to collect them in a BPM.

cheers,

Prashanth

P.S Please mark helpful answers

Former Member
0 Likes

Hi S T,

Outbound packaging is possible I guess .Please check SAP Note 778890

cheers,

Prashanth

P.S Please mark helpful answers

Former Member
0 Likes

Prashanth, SAP Note you provided deals with Outbound IDOC Packaging from XI to R3. Ummm.. I guess I have to use Idoc Collection in BPM to File.

Anymore thoughts please?

Former Member
0 Likes

Hi,

Just to make note... IDOC packaging is not possible on the outbound side

You can use collect patter to collect IDocs and send them

in one call like it is desribed in one weblog:

/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change

but this is not IDOC packaging (event driven)

Also go through these links...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/877c0d53-0801-0010-3bb0-e38...

/people/sravya.talanki2/blog/2005/12/09/xiidoc-message-packages

I hope it helps.......

Regards,

Abhy

Regards,

Abhy

Former Member
0 Likes

Hi S T,

Please check this out...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/877c0d53-0801-0010-3bb0-e38...

cheers,

Prashanth

P.S Please mark helpful answers

Former Member
0 Likes

Hi thanks for the reply. You have given File to Idoc scenario. I would like to know the scenario Idoc-XI-FIle situation with multiple Idoc caching in the Idoc Adapter before it enters into XI pipeline. Basically the reverse logic for what you provided.

Thanks for any help you may provide.

I would like to develop a scenario in which Multiple Idocs to a file with multiple records ( 1 record per idoc ) without using BPM.