Requirement
At times, we might require to change the WBS-element status for many WBS-elements. In this situation, as we cannot go one by one to change manually, SAP has provided different approaches to perform this activity depending on need.
Solution Approach
- Use transaction code CNMASSSTATUS or report RCNMASSSTATUS to change WBS-element status in batch. (CNMASSSTATUS can't be used to revoke DLFL status)
- Use BAPI_BUS2054_SET_STATUS to develop report to change WBS-element status by running a job in background.
- Use BADI: WORKBREAKDOWN_UPDATE to develop custom logic and update the WBS-status.
Comments
Post a Comment