‎2010 Nov 30 5:41 AM
Hello Experts,
I am creating notification using 'BAPI_ALM_NOTIF_CREATE' . I am passing Notification type and Functional Location. System Status is set automatically when i check in IW23. Please let me what should be passed in the BAPI to set the User Status (ASTXT) when notification is created.
Thanks in Advance.
Regards.
‎2010 Nov 30 10:38 AM
Hi,
Notification user status can be changed by FM BAPI_ALM_NOTIF_CHANGEUSRSTAT:
http://www.saptraininghelp.com/bapi/bapi_alm_notif_changeusrstat-1556.html
Daniel.
‎2010 Nov 30 11:32 AM
Hi Daniel,
Thanks for your reply.
FM BAPI_ALM_NOTIF_CHANGEUSRSTAT is used to change the user status once the notification is created.
But i want to know the way ( the input field to be used ), to set the user status during creation of new notification using the FM 'BAPI_ALM_NOTIF_CREATE'.
Thanks in advance.
Regards.
‎2010 Nov 30 12:29 PM
Hi Shital,
U use the first bapi for creation and get the notification number and then take this number and fill appropriate fields in the structure of the BAPI 'BAPI_ALM_NOTIF_CHANGEUSRSTAT' ..
i hope it works.
‎2010 Nov 30 1:11 PM