Hi,
I have situation in IDOC to File scenario mapping and looks like this
If the TDLINE (First 8 char) is equal to VBELN (2,10- removing first 2 zero)
Then I need to populate this TDLINE to target field XABLN under E1EDL20 segment.
XABLN exists in Segment E1EDL20 next to VBELN on target and have same context as TDLINE.
I have to put in XABLN in all the E1EDL20 segments . There are more then one E1EDL20 segment.
So the end result is for 1 TD line and 5 E1EDL20 segments,
XABLN should repeat 5 times.under E1EDL20
Can i use UseOneAsMany and how this mapping should take place.
I tried this and it is giving error
Error:
Too few values in the first queue in function useOneAsMany. It must have the same number of contexts as the second queue] in class com.sap.aii.mappingtool.flib7.NodeFunctions method useOneAsMany[[Ljava.lang.String;@21e54adc, [Ljava.lang.String;@5495c2e6, [Ljava.lang.String;@342eb56c, com.sap.aii.mappingtool.tf7.rt.ResultListImpl@6688e037,
Please advice.
Thxs

