cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc Bundling

Former Member
0 Kudos

Hi,

I'm working on a scenario for File to Idoc. Here, I need to send a separate Idoc to SAP for each Item segment. I have used the Idoc bundling technique here..But still its not working. XI still processing only one Idoc with all the Items in it. Did I miss anything here?

INput Structure:

MT_Input

xxxxxRecord

xxxxxxxxHeader 1..1

xxxxxxxxxxxxxxxxH1

xxxxxxxxxxxxxxxxH2

xxxxxxxxxxxxxxxxH3

xxxxxxxxItem 1..Unbounded

xxxxxxxxxxxxxxxxI1

xxxxxxxxxxxxxxxxI2

xxxxxxxxxxxxxxxxI3

-Esha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Have you visited this Blog

/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change

Regards

Seshagiri

Former Member
0 Kudos

I have followed the same blog...but still its not working. Do I need maintain any context handling here?

IDoc Structure: ( External Definition)

ZXXXXXXX 1..1

XXXXXXIDOC 1...Unbounded

XXXXXXXXXBegin 1..1

XXXXXXEDI_DC40 1..1

XXXXXXZYYYYYY ...0..unbounded

XXXXXXXXXXY1

XXXXXXXXXXY2

XXXXXXXXXXY3

-Esha

Former Member
0 Kudos

Hi

Please make sure yuor Source "item" field is mapped to "IDOC" field.

Regards

Ramg

Former Member
0 Kudos

Hey,

Thanks Ram..You are answer partially helped me..

To achieve the same..I have done two changes in my mapping;

1. IDoc mapped to ITEM

2. I need for every change in value of I2 from source, need a separate Idoc. So I have mapped the ZYYYY like below and its worked for me.

I2(with context Record)->removeContexts> SplitByValue(EachValue)-->ZYYYY

Thanks for the support guyz.

-Esha.

Answers (0)