‎2010 Nov 05 11:56 AM
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.
‎2011 Jan 06 3:37 PM
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)