cancel
Showing results for 
Search instead for 
Did you mean: 

Maintenance Notifications BAPI

0 Kudos

Hello everyone,

I need a bapi to create Maintenance Notifications using .NET Connector. The closest bapi I have found is Bapi_Servicenotificat_Create, but only works for Service Notifications, so I need to create a custom bapi that creates Maintenance Notifications and then use it in my application, is there a way to do this not from scratch? Can I use some internal SAP function for creating Maintenance Notifications as a model to build my own bapi? Or does anyone have another suggestion to do this?

Best regards,

Rafael Poggi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

SAP 4.7 and higher includes the BAPI MaintNotificBAPIs. For SAP 4.6 we are using the RFC included in the Mobile Asset Management to access maintenance notifications. The RFC are called ALM_PM_NOTIFICATION_CREATE, ALM_PM_NOTIFICATION_MODIFY, etc.

Stefan

0 Kudos

Thanks for your help, I can’t find the RFCs you mentioned, we are not using Mobile Asset Management. Is it necessary to make additional installations to have this functionality available? We are using R/3 4.6c. Thanks in advance,

Rafael Poggi