cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple idocs problem

Former Member
0 Kudos

Hi All,

I have a requirement where i need to create multiple idocs depending on the contents of the record .

In my case idoc is getting created , but the data is populated only in the first idoc and not in the second idoc .

Can anyone help me .

regards,

Loveena

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

this happens due to context problem.....you just need to do some context settings for the appropriate source node in your mapping

Edited by: abhishek salvi on May 13, 2009 3:09 PM

Answers (3)

Answers (3)

Former Member
0 Kudos

hi ,

the second idoc is created but with no data in it .

Regards ,

Loveena

former_member200962
Active Contributor
0 Kudos

the second idoc is created but with no data in it .

context problem nothing else

santhosh_kumarv
Active Contributor
0 Kudos

Did u mean that the second idoc is created however with no data...? then check the mapping.

If you have only one Idoc getting created then you would require to change the IDoc occurance.. refer this blog [XI: IDOC bundling - the "trick" with the occurance change|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2762] [original link is broken] [original link is broken] [original link is broken];

Thanks,

SaNv...

Shabarish_Nair
Active Contributor
0 Kudos

just make sure you handle the context of the source field.

Try to right click and changes the context.

Also make use of node functions like SplitByValue, removeContext etc.

Play around with these and they should help.