cancel
Showing results for 
Search instead for 
Did you mean: 

Locking plan versions , plant wise

Former Member
0 Kudos

Hello experts,

Requesting your expert advice in the below requirement of ours.

The requirement is to plan cost using plan versions, period wise. This is achievable in CJR2.

Now when the user is planning cost for the next month, he would like to lock that plan version

for the previous month. This also can be achieved by T-code OKP1.

But the users are restricted to each plant. So the users in plant XXXX, if he locks the CO version say AAA

the other users in plant YYYY can still be able to plan with version AAA for that period.

In one statement, this is like locking planning version by plant wise.

Do we have any options available for this in SAP.

Or any other suggestions to carry out cost planning , plant wise.

Thanks in advance.

Regards

Sandeep

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You may please try custom authorization here.

Former Member
0 Kudos

some more inputs ..pls ..what do you mean by custom authorisation?

The same planning version must be used by one set of users in one plant and other in another plant

must not be able to do so.

we are talking about several plants here.

Thanks and regards

Sandeep

former_member230675
Active Contributor
0 Kudos

I think you need to go for a Z development.

Create one Z table and maintain the combination of user and plant.

Use a Z tcode for cost planning where you give plant as selection field and also use authorization object to check whether th user is available in the Z table maintained. and also update another Z table where plant status locked after cost planning.