‎2013 Jan 21 3:10 PM
Hi all,
i am doing an enhancement in user exit where if the system status is set to TECO i need to change the User Status as MCLS. for this i tried with BAPI but BAPI needs to use PRE COMMIT and TRANSACTION COMMIT . COMMIT is not supposed to be used in the user exit . so plz suggest me a function module which can change the user status .
‎2013 Jan 21 5:23 PM
Hi Dinesh,
You can try using the BAPI 'BAPI_BUS2001_SET_STATUS'
Please check the below link
http://wiki.sdn.sap.com/wiki/display/PLM/How+to+use+BAPI+in+Project+System+Module
Hope it helps