cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc serialization

Former Member
0 Kudos

Hi,

I am trying out idoc serialization for a file to idoc scenario.

I have gone through the following links:

<a href="http://help.sap.com/saphelp_erp2004/helpdata/en/bd/277264c3ddd44ea429af5e7d2c6e69/content.htm">help.sap.com</a>

<a href="/people/sap.user72/blog/2005/01/28/setting-up-inbound-qrfc-queues-for-serializing-idocs-using-the-idoc-adapter">Blog by Sridhar Rajan Natarajan</a>

The configurations specified in these links hold good for WAS 6.4.0. We are currently on WAS 6.2.0.

Could anyone suggest an alternate way to achieve serialization?

Thanks,

Smitha.

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Smitha,

i dont think you have a chance for a EOIO mechanism in a scenario file->XI->IDoc (WAS 6.20).

But you can recover the sequence by receiving application if you define a field with continously numbers, which is create by sending application.

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

Could you elaborate on this please. Did you mean that once the application reaches the R/3 system, we can sort it out, based on a field in the incoming idoc?

Regards,

Smitha.

Former Member
0 Kudos

Hi Vijaya,

I am using idoc packaging in this scenario.

After mapping executes, the idocs are created in the same order as the records in the source file.

The same order is maintained until it reaches the idoc adapter.

When these messages are sent to the R/3 system, the order of the idocs vary.

Is there a way to make sure that the idocs are sent sequentially to the R/3 system? I am concerned with the serialization before the messages reach R/3.

Regards,

Smitha.

udo_martens
Active Contributor
0 Kudos

Hi Smitha,

yes, the file writing application put a (continously) number, the receiving application (an ABAP program) can sort by that number.

Regards,

Udo

Former Member
Former Member
0 Kudos

Hi Udo,

Thanks for the inputs. But I am looking for some alternative on the XI side.

Regards,

Smitha.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Smitha,

Please take a look at these..

http://help.sap.com/saphelp_nw2004s/helpdata/en/bd/277264c3ddd44ea429af5e7d2c6e69/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/f1/035c8fae3d11d3b540006094192fe3/frameset.htm

They should be of some help to you.

cheers,

Prashanth

P.S : Please mark all helpful answers

Former Member
0 Kudos

Hi Smitha,

Are you particular about the serialization in the SAP XI or once they reach SAP system.

Try this and see if it solves your problem:

http://help.sap.com/saphelp_erp2004/helpdata/en/0b/2a66c9507d11d18ee90000e8366fc2/frameset.htm

Regards

Vijaya