Application Development 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: 

Function module to create maintenance notification

Former Member
0 Kudos

Hi, All,

Is there any body know what RFC function module creates a maintenance notification?

I was tried to use BAPI_ALM_NOTIF_CREATE. But it seems does not work. It did not actually create a notification.

Thanks a lot!

Meiying

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You have to run BAPI_TRANSACTION_COMMIT after running your other BAPI. Did you do that?

Rob

5 REPLIES 5

Former Member
0 Kudos

You have to run BAPI_TRANSACTION_COMMIT after running your other BAPI. Did you do that?

Rob

0 Kudos

Hi, Rob,

Thanks for the quick response. I did not run that commit function. Now I added it to my test program

<i>call function 'BAPI_TRANSACTION_COMMIT'.</i>

But it seems it still did not create one.

Thanks.

Meiying

0 Kudos

Hi, Rob,

I see it does created. Thank you very much!

Meiying

0 Kudos

Did you check the contents of the return table after the call to the first BAPI?

Rob

0 Kudos

Glad to help - please close your post.

Rob