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: 

Serialization

Former Member
0 Kudos

Hi,

I am transferring the data from SAP to NON-SAP with the help of XI.

The data from SAP system comes as IDOC to XI. Is it possible to serialize the idoc so that the idoc to XI should reach in specified order? If its possible how can we do? Pl. suggest as soon as possible.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Click [here|http://help.sap.com/saphelp_nw04/helpdata/en/bd/277264c3ddd44ea429af5e7d2c6e69/content.htm] or click [here|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/4865] [original link is broken] [original link is broken] [original link is broken]; for step by step procedure.

It is about Serializing IDocs.

Former Member
0 Kudos

Hi ,

we can maintain Idoc serialization in the following way

1.Create Custom Function Module ZPLATINO_DEMO_QUEUE from standerd function module IDOC_QUEUE_CONST_EDIQUEUE in R/3.

2. Define a rule PLATINO_DEMO using transaction WE85 and assign the above define function module to this rule

3. Create partner profile using WE20 and select Queue processing and specify the rule name created to determine the queue name.

Regards

Sathish