cancel
Showing results for 
Search instead for 
Did you mean: 

Helpdesk - BOR Object for Notification Create BAPI

Former Member
0 Kudos

Dear All,

Kindly help in finding the BOR object for the notification creates BAPI 'BAPI_NOTIFICATION_CREATE'. This BAPI is used in the BSP application 'DSWPNOTIFCREATE'.

But when tried to search from the where used list of this BAPI, which is used as function module, in SE37, no output is displayed. The message is displayed saying this object is not used anywhere.

When tried to search this BAPI in the BAPI transaction of solution manager, I was unable to locate it.

So how to find the BOR object for any BAPI. Is there is any BOR object present for the above BAPI in solution manager.

Thanks & Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

BoR 'ABA_NOTIF' and method 'Create' uses the 'BAPI_NOTIFICATION_CREATE'.

To know which BAPI is used in which BoR. Go to table 'SWOTDV', in the filed ABAPNAME give the BAPI name.

Hope it solved your issue.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sapna,

For Creating the Notification, SAP provides 'BAPI_ALM_NOTIF_CREATE'. You can search the object name for the above BAPI in BAPI tode under PM node.

And you can search in SWODTV table putting the BAPI name in ABAPPROG field.

You have to call BAPI_ALM_NOTIF_SAVE for saving the Notification and commit.

Manoj.