cancel
Showing results for 
Search instead for 
Did you mean: 

Event listener

Former Member
0 Kudos

Hi friends,

In SAP do we have any thing like event listeners..for eample

1. when ever I create a notification in SAP a event should be created,

2. when i ever i create sales order anothe event should be created

Now there should be a generic listener for all these events...please suggest possibilities and approaches for this scenario.

We want to notify these events to a mobile device.

Regards

Satish

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

For case 2, ur sales order creation event can generate an idoc. U may activate change pointers for that idoc

http://help.sap.com/saphelp_nw04s/helpdata/en/12/83e03c19758e71e10000000a114084/frameset.htm

Regards,

Prateek

Former Member
0 Kudos

thanks for the quick reply....

I dont think we can use change pointers for Sales order as per my knowledge change pointers can be used only for masterdata.....

am looking for some thing like below

http://help.sap.com/saphelp_nw04/helpdata/en/80/8bc5607c4ee54a8c2c61a91b3689d9/frameset.htm

any ideas...whether it is possible using abap or any standard tool is available in SAP r/3.....or any Netweaver tool is available...

- Satish