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

User Status using 'BAPI_ALM_NOTIF_CREATE'

Former Member
0 Likes
1,588

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.

4 REPLIES 4
Read only

Former Member
0 Likes
1,130

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.

Read only

0 Likes
1,130

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.

Read only

0 Likes
1,130

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.

Read only

0 Likes
1,130

Hello,

I am hesitate to think thats possible ...

Daniel.