Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Email Notification after a Third Party Confirmation

Former Member
0 Kudos

Hi ,

When i create a PO its delivery date gets confirmed from a third Party tool ARIBA.

After confirmation from ARIBA, it reflects in SAP. After confirmation i have to send an e-mail to Creator of PO.

So, i am unable to trigger that mail.  kindly, suggest.

Thanks & Regards,

Abhinav Sharma

7 REPLIES 7

Former Member
0 Kudos

Are you saying that you are not able to get the field name?

Check EKKO-ERNAM for the user name.

0 Kudos

Shambhu,

Actually, my question is do we have some settings to send email after confirmation from Third Party.

0 Kudos

Does the confirmation happen during the PO creation?

0 Kudos

After Creating a PO, it goes for confirmation to ARIBA(Third Party tool).

There its delivery date gets confirmed and then it gets updated into SAP system.

0 Kudos

They should be using BAPI_PO_CHANGE for updating the PO.

Why dont you use the logic for sending mail after this?

0 Kudos

The PO gets updated through IDOC.

I have used an exit for similar email notification after confirmation of PO from SAP itself (T-code : ZPOCONF).

Its working but for this third party tool its not.

0 Kudos

Hi,

There is no  ZPOCONF such transaction given by SAP. It must be a custom transaction..

Secondly for your requirement try to find a user exit/Badi in Inbound FM of Idoc which updates the PO.

Check Badi ME_BAPI_PO_CUST if its getting called.

Test your inbound FM in debugging mode through WE19.

Write your code to trigger email in appropriate exit/Badi.