cancel
Showing results for 
Search instead for 
Did you mean: 

How to Lock/unlock all model BPC Planning

Former Member
0 Kudos

Dear Sir!

We have many models in BPC planning system for several types of revenue and expense plans.

Because our end users need to control one version of all models at the same time we have to make a function which allows end users unlock/lock/reviewed/Approve a version of all their models in BPC planning at one for each profit center.

But I found the standard function BPC planning just allows us unlock/lock/… a version of individual models and it doesn’t have other function to unlock/lock/… for all models at the same time.

Could you help me to solve it?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200327
Active Contributor
0 Kudos

We had a similar requirement many years back and we implemented it by using WS BADI UJW_LOCKOUT_SCHEDULE_BADI. SAP provides a sample implementation, but you can implement your own. You'd have to define WS for all Models, but store it for one only. All other Models will look at this one.

Former Member
0 Kudos

Hi Bui,

Standard work status is per model, you need to setup per model and lock and unlock per model.

You can however create a BADI to change the work status for all models.

How To: Change Work Status from Script Logic us... | SCN

Andy