cancel
Showing results for 
Search instead for 
Did you mean: 

User should not exceed maximum amount in input schedule

former_member246680
Participant
0 Kudos

Hi all,

Users enter budgets at Cost center and GL level. Cost center owner should allocate an amount for users to apportion to different GLs and they should not exceed this amount.

How do we set up the input template for CC owner to enter the maximum amount and what validation methods can we use to ensure users do not exceed amount allocated.

Regards

Jordan

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Use some special GL to enter maximum amount.

Then:

Simple: Use Excel validation in Excel input form to check sum of entered values against special account with maximum amount.

Complex: Use write back badi to perform check inside badi.

Ultimate: Use both 🙂

former_member246680
Participant
0 Kudos

Thanks Vadim.

Will give feedback on this

Regards

Jordan