Hi All,
There is a requirement where in i need to pass a filed value only if its qualifier is equal to some constant .for eg..
Pass BELNR value to XYZ filed only when QUALI value is 100.here BELNR and QUALI both belong to one segment.
if in the input IDOC data is as follows:
QUALI BELNR
300 a
200
100 c
400 d
then it passes d not c to the target as there is no value for 200 .Plz can anyone help me with this
Thanks in advance