cancel
Showing results for 
Search instead for 
Did you mean: 

Updated values in action function module not send to PI in AIF outbound interface

former_member642132
Discoverer
0 Kudos
398

Hi Experts.

I am working on an outbound aif interface where I am updating plant value using action function module.

Actually we do not want to change plant value in mapping function module due to some valid reasons.

We are using /aif/ send_with_proxy to send the details.

Now the action function module executing successfully and we are able to update th changing parameter data with new plant value.

But when we checked in sxmb_moni , plant values are not getting updated to new one.

Could you please let me know the reason behind it and how to overcome this.

The code which has been written in FM is attached.

Thanks in advance..

Regards ,

Sijil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sijil,

/AIF/SEND_WITH_PROXY will perform the action after it has send the outbound message. Therefore, you will not see the change in SXMB_MONI and the changed value will not be send out.

Why do you not want to put the code into some mapping function module?

Best regards,

Verena