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

Serialization of BAPI based IDOCs

Former Member
0 Likes
640

Hi,

We are bringing in PO create, PO change, GR and LIV invoices using IDOCs into our system. XI is sending the data to SAP.

All of these IDOCs are BAPI based.

I have activated Serialization flag in table TBD55. Is there anything else to be done to serialize these IDOCs?

Can you please help?

Regards

Hi,

We are bringing in PO create, PO change, GR and LIV invoices using IDOCs into our system. XI is sending the data to SAP.

All of these IDOCs are BAPI based.

I have activated Serialization flag in table TBD55. Is there anything else to be done to serialize these IDOCs?

Can you please help?

Regards

2 REPLIES 2
Read only

Former Member
0 Likes
538

Hi,

TBD55 is for serialization at object level.

For object level serialization check

http://help.sap.com//saphelp_470/helpdata/EN/1c/289c65100d11d2a55e0060087832f8/content.htm

Check this which may be relevant to your case -

http://help.sap.com//saphelp_470/helpdata/EN/0b/2a66d6507d11d18ee90000e8366fc2/content.htm

Cheers

Read only

Former Member
0 Likes
538

hi, you mentioned you are using XI to achieve it.

I don't know how you configure the XI scenario for you case.

If you want the IDOC reach the target sever with serialization mechanism, I think you can develop a BPM process in XI, if the former step still not success, the latter step won't start.

You can achieve these mode in BPM of XI. just design a business process, combine several BAPI call steps carefully with some condition.

Hope my suggestion is useful to you.

thanks