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 in PS Module

former_member188724
Contributor
0 Likes
432

Hi All,

I have a network and activity(VORNR)

I need to update the user status of this.I have a profile setup with 4 status with default as init.

I need to update the status but it is not working when i use the bapi

BAPI_BUS2002_SET_STATUS

I am passing my network no in the FM and also the table I_ACTIVITY_USER_STATUS

by filling the Activity(VORNR) & set_user_status fields.

But it is not updating the status.

Please show some light for this issue.

regards,

K.S.

1 REPLY 1
Read only

former_member189629
Active Contributor
0 Likes
347

You might want to try in the following sequence if you aren't... should work

Initialize (BAPI_PS_INITIALIZATION)

Set Status (BAPI_BUS2002_SET_STATUS)

Pre Commit (BAPI_PS_PRECOMMIT)

Commit (BAPI_TRANSACTION_COMMIT)