cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc to IDoc scenario with Master and Item data

Former Member
0 Kudos

Hi,

We are developing a scenario where IDoc will be coming with Master ana Item data.

In the receiver side Master IDoc must be created every time and Item IDoc must be created only if the particular segment occurs.

Is it possible to do this scenario with out BPM.

Thanks and Regards,

Jeevan.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes it is possible with out BPM.

You need to put the conditions on ITEM Segment in mapping. So whenever the conditions will be true IDOC will be created.

Regards,

Sarvesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jeevan,

yes it can be done with out using the BPM it can done by using mapping

a udf should be there in which for each master idoc should be checked

and item idoc must be generated deping on the segement

Regards

Sampath

former_member183906
Active Contributor
0 Kudos

Hi,

Its possible without BPM.

1)Export the target Idoc

2)Change the occurance of Idoc to 0..unbounded

3)Also change the occurance segment to 1

4) Now import this external definition in the target.

Refer this blog for details :