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

Saving the notification

Former Member
0 Likes
732

Hi,

I have created a notification using the " BAPI_ALM_NOTIF_CREATE". I am exporting the Order number also to the BAPI.

After that i am trying to save the notification using function module " ZPL_MAINTENOT_SAVE" . But it is throwing the error

E |RL |203 |I:RL:203

Can any body suggest why its throwing the error.

2 REPLIES 2
Read only

Former Member
0 Likes
567

Hi,

Use the below FM to get the details of the notifications

BAPI_ALM_NOTIF_GET_DETAIL Pass the Notification No

Finally Modify the required data of the notification and pass it to the respective structures of the below BAPI.

BAPI_ALM_NOTIF_SAVE

Hope this helps

Regards

Shiva

Read only

Former Member
0 Likes
567

HI Shiva,

Here i am creating new notification and want to attach that notification to the maintenance order. When i am trying to save the notification thru BAPI_ALM_NOTIF_SAVE its showing the message

I::000