10-14-2022 03:31 AM
Hello Team,
I am facing a strange situation where I am trying to map a value to a variable but it is getting over-written with another value that I haven’t mapped it . Please find the below steps.
Here is the mapper, where “” value and X are getting mapped to “$BAPI_PO_CHANGE.POITEM.item[].NO_MORE_GR" and "$BAPI_PO_CHANGE.POITEMX.item[].NO_MORE_GR”, explicitly.
The output that is being received is “X” being mapped to both “$BAPI_PO_CHANGE.POITEM.item[].NO_MORE_GR" and "$BAPI_PO_CHANGE.POITEMX.item[].NO_MORE_GR”
Expectation : $BAPI_PO_CHANGE.POITEM.item[].NO_MORE_GR to contain value “”
$BAPI_PO_CHANGE.POITEMX.item[].NO_MORE_GR to contain value X.
Can someone please quickly help?
Thanks in advance.
Neeraj.
Solved! Go to Solution.
10-18-2022 02:59 AM
10-18-2022 02:59 AM
10-18-2022 03:54 AM
@Spiro_Taleski , thank you so much, this works like magic!