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

Function module to create maintenance notification

Former Member
0 Likes
1,656

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
Read only

Former Member
0 Likes
1,110

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

Rob

5 REPLIES 5
Read only

Former Member
0 Likes
1,111

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

Rob

Read only

0 Likes
1,110

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

Read only

0 Likes
1,110

Hi, Rob,

I see it does created. Thank you very much!

Meiying

Read only

0 Likes
1,110

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

Rob

Read only

0 Likes
1,110

Glad to help - please close your post.

Rob