cancel
Showing results for 
Search instead for 
Did you mean: 

mapping issue in jdbc to idoc scenario

Former Member
0 Kudos

Hi

we have a jdbc to idoc scenario , we need to repeat the segment given below which has only two fields FLDGRP and FLDVAL,

both filed_Group and fieldgroup1 is coming simultaneously . when field group =BATCH, batch=FLDVAL and fieldgroup1=CUST cust_code=FLDVAL

mapping is as follows :

E1WXX01 (segment name) occurance 0:9999999999

fieldgroup----


> FLDGRP

batch----


>FLDVAL

fieldgroup1----


>FLDGRP(same filed as above )

cust_code----


>FLDVAL(same filed as above)

pl sugggest how to map using graphical mapping

rgds

arun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I see the problem here... hmmm.. It is simple

You need to just duplicate the E1WXX01 segment by right clicking and pressing Duplicate Subtree.

Once you do duplication of segment then you will have two segments of E1WXX01.

In first segment map

> fieldgroup----


> FLDGRP

> batch----


>FLDVAL

and in second segment of E1WXX0, map

> fieldgroup1----


>FLDGRP

> cust_code----


>FLDVAL

Regards,

sarvesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Arun,

using CopyValue function you can genrate the same as many times you want.

Generate the target field on the basis of requirement and then use this function in between to copy the value.

Thanks,

Sandeep