2009 Jul 07 8:15 AM
Hi experts,
I want to a way to send some notification to a non SAP system from R/3, whenever master data of a standard table is changed.
In my case whenvever COAS ( Order Master for Controlling ) gets updated I have to send a notification (email or ...?) to a NON-SAP system (a Lotus Notes application).
Please help...
2009 Jul 07 10:27 AM
Hi,
You can contact the Lotus Notes Application team and decide what kind of input they are looking for, it might be a flat file / a call to a API, etc.
Regards,
Sai
2009 Jul 07 10:27 AM
Hi,
You can contact the Lotus Notes Application team and decide what kind of input they are looking for, it might be a flat file / a call to a API, etc.
Regards,
Sai
2009 Jul 07 11:06 AM
Thanx,
But I want a way by which R/3 system can call a non-SAP system whenever a master data update occurs in COAS table.
Some background job which keeps track of the changes in table and sends a notification to non SAP system.
2009 Jul 07 1:57 PM
Hi,
Just a shot in the dark here..the table COAS is a view for AUFK, and AUFK-AUFNR has change documents enabled, hence all changes to this table are logged in CDHDR and CDPOS tables. There would be a business object attached to this, and in case it has an event Created / Changed this event might get triggered. We can write a program to catch this event and send out a notification. Lots of things to explore for you.
Regards,
Sai