cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Mapper behaviour

neeraj_jahagird
New Contributor

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.

  1. 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.
    image

  2. 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โ€
    image

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.

1 ACCEPTED SOLUTION

SpiroTaleski
Valued Contributor

@neeraj.jahagirdar

Please find the attached sample pipe:

Test for array_2022_10_18 (1).slp (4.2 KB)

BR,
Spiro Taleski

View solution in original post

6 REPLIES 6

SpiroTaleski
Valued Contributor

@neeraj.jahagirdar

Please find the attached sample pipe:

Test for array_2022_10_18 (1).slp (4.2 KB)

BR,
Spiro Taleski

@Spiro_Taleski , thank you so much, this works like magic!