cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization control at the time of budget release

Former Member
0 Kudos

Hi,

My business requirement is to have budget release control (Cj32) as per the below business requirement.

1.User 1 can release budget upto 50% of the budget allocated in CJ30

2.User 2 can release budget upto 90% of the budget allocated in CJ30

3.User 3 can release budget upto 100% of the budget allocated in CJ30.

Is there any authorization object/exit etc to map this requirement?

Any help will be appreciated.

Regards,

B P Singh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try Exit "CNEX0002".

regards

Former Member
0 Kudos

Hi,

I am using the BADI WORKBREAKDOWN_UPDATE in CJ32 for Budget Relese control but it is not getting triggered.What could be the possible reason for this?

Regards,

B P Singh

Former Member
0 Kudos

Hi BP,

Create a Z transaction for budget release and put the required logic. It should work. Revert in case there is any issue.

Regards,

Gokul

Former Member
0 Kudos

Hi,

I created a table to maintain the Percentage allowed for the user ids and used the function of explicit enhancement so that the ratio of released budget and current budget is checked against the values maintained in the z table .

Edited by: B P Singh on Apr 27, 2011 4:36 PM

Former Member
0 Kudos

Hi,

I created a table to maintain the Percentage allowed for the user ids and used the function of explicit enhancement so that the ratio of released budget and current budget is checked against the values maintained in the z table .