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

Creating, changing and loading maintenance notifications with Function/BAPI

Former Member
0 Likes
871

Hello,

I want to create, change and load maintenance notifications with functionmoduls/BAPIS.

There exists the function group 2128 which has BAPIS for creating und loading maintenance notifications. But there isn't a BAPI vor changing a maintenance notification in this function group. Are there other function moduls for changing a maintenance notification. Thanks.

Cheers, Lars.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
721

if you go to transaction BAPI, choose plant maintenance, and then maintenance processing you can choose maintain notifications.

Here bapi to change data is BAPI_ALM_NOTIF_DATA_MODIFY.

i can see this in 4.7. objecttype: BUS2038A.

4 REPLIES 4
Read only

Former Member
0 Likes
721

See the functions in the group IWOPM and IWON.

-Kiran

Message was edited by: Kiran Raorane

Read only

0 Likes
721

Hello,

unfortunately the function groups you mentioned don't exist in my SYSTEM (4.6C).

Cheers, Lars.

Read only

0 Likes
721

Sorry about that. We r on ECC 5.0

If you are not able to find BAPIS the safest bet would be to record the notification transactions and use CALL TRANSACTION.

-Kiran

*Please reward useful answers

Read only

Former Member
0 Likes
722

if you go to transaction BAPI, choose plant maintenance, and then maintenance processing you can choose maintain notifications.

Here bapi to change data is BAPI_ALM_NOTIF_DATA_MODIFY.

i can see this in 4.7. objecttype: BUS2038A.