‎2010 May 06 1:47 PM
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.
‎2010 May 06 1:54 PM
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
‎2010 May 06 2:03 PM
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