Hi,
Your solutions:
1 - I have number of WBS whose status is released and settlement also done, i want to change the status of all those WBS elements to TECHO.
There is no any standard tcode for mass changing of WBS status. You have to take help of your abaper and develop a Z-program using the following BAPIs. From that program, you can set the WBS status TECO in mass.
- BAPI_PS_INITIALIZATION
- BAPI_BUS2054_SET_STATUS
- BAPI_PS_PRECOMMIT
- BAPI_TRANSACTION_COMMIT
2 - After settlement is done, one of the user has reversed an issue entry by Mov type 222, system has allowed it, how to stop this.
For restriction of re-posting/posting actual, you have to make those WBS system status CLSD (Closed). TECO will not work here.
For more WBS status details, go thru the below link
http://help.sap.com/saphelp_470/helpdata/en/ee/41f82246ee11d189470000e829fbbd/content.htm
3 - When i run the report of Budget VS Actual (S_ALR_87013558), the WBS elements which are already settled, also appear in the report, I need a report where in the WBS elements whose status is TECHO or Closed should not appear.
You can use CN41. There you can filter the WBS status like exclude TECO or CLSD. Use status dependent filter option there. You have to just create a selection profile using BS42.
Hope this will solve your queries.
Regards
Shishir






