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,354

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
808

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
809

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

Rob

Read only

0 Likes
808

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
808

Hi, Rob,

I see it does created. Thank you very much!

Meiying

Read only

0 Likes
808

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

Rob

Read only

0 Likes
808

Glad to help - please close your post.

Rob