cancel
Showing results for 
Search instead for 
Did you mean: 

mapping sap po

mark_fryu
Participant
0 Kudos

in the mapping is there a way to keep a field valued for the next call? for example: I send the first call and the "xx" field is set to 01, it ends and sends the message, when I send the second call I need to have that "xx" field set to the previous value again, ie 01. it's possible?

View Entire Topic
sumanth171
Active Participant

Hello Mark,

You can use parameterized mapping import and export functionality. set a default value in ICO for the first time and import the value to mapping. Once mapping completes, set the the new value to the same ICO parameter by export it. This way that value can be used as global variable.

I am assuming this approach works. Please try if interested,

Regards,

Anil

mark_fryu
Participant
0 Kudos

how do i do this?:

"set the the new value to the same ICO parameter by export it"

I need for example that when I make the first call I set the value equal to 001, when I make the second call I increase it by 1