Hi
I have BOMMAT idoc , where i have to repet MATNR value as many times as IDNRK and MENGE_C is having.
Bommat04 idoc
Segment 1 E1STZUM(1..1)>>E1MASTM(1..999)>> Field is MATNR(0:1)
Segment 2 E1STZUM(1..1)>>E1STPOM(0:99999)>> Field is IDNRK(0:1), MENGE_C(0:1)
Like
segment E1MASTM
MATNR = 1
Segment E1STPOM
IDNRK = 200
MENGE_C= 300
Segment E1STPOM
IDNRK = 201
MENGE_C= 301
So MATNR Shoud repet two times and give the results like 1,200,300 and 1,201,301.
Please suggest me the mapping to achive this.
regards
Laxmi Bhushan