Application Development and Automation 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: 
Read only

Master data change notification to external system

Former Member
0 Likes
937

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
787

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

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

3 REPLIES 3
Read only

Former Member
0 Likes
788

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

Read only

Former Member
0 Likes
787

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.

Read only

0 Likes
787

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