cancel
Showing results for 
Search instead for 
Did you mean: 

Creating refsegments

former_member452321
Participant
0 Kudos


Attached source structure and test data

IF E1EDK01.BSART= NB and

If first E1EDPT1.E1EDPT2.TDLINE is not empty then create refegment in target

map constant >qualifier

map TDLINE>value

IF E1EDK01.BSART= NB and

If second E1EDPT1.E1EDPT2.TDline not empty create another refsegment in target

map constant >qualifier

map TDLINE>value

Not sure which one function to use for checking the first TDLine and 2nd TDLine

TDLINE>not equal to empty>createif>Referrence

Thanks

Mahesh

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member452321
Participant
0 Kudos

Can anyone help.

REFSegemtents are created. issue with the value

I need to copy the first value of TDLIne in refsegment value

I need to copy the second TDLine to value in second regsegment value in target

TDLINE>removecontext>COPYVALUE[0)>splitbyvalue<value

TDLINE>removecontext>COPYVALUE[1)>splitbyvalue<value

This works fine for only one item level item level

This is not working for more than one LINE item. I am getting the first e1EDP01  TDLINES values to 2nd item level refvalues