cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Idocs (DEBMAS/ADRMAS) with SERDAT serialization to PI

former_member181959
Contributor
0 Kudos

Hi All,

I have a requirement that R3 systems sends data by means of serialization Idocs SERDAT basically which has two Idocs DEBMAS/ADRMAS. I need to generate a single structure at target side out of two incoming Idocs (DEBMAS/ADRMAS).

Could any one please advise me how can i extract data from two idocs in a single scenario?

Is there any standard approach already for this.

Thanks in advance.

Regards,

Prasad Babu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can achieve the scenario by using ALE Serilization at IDOC Message Type

The below example addresss a similar scenario but for MATMAS material master and CLFMAS classification .

Search for "Serialization by IDOC Type" . The first link will give you the insight. (I am unable to post the link here..)

After the IDOC's come to PI, you can have a BPM to co-relate (DEBMAS/ADRMAS using Customer / Contact Numbers) and create a single Outout message.

- Siva Maranani

Edited by: Siva Maranani on Nov 9, 2009 10:09 PM

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

I think you need to use collect mesages pattern BPM with a correlation on customer id.

VJ