SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Amount Limit for Authorization Role

Former Member
0 Kudos

Hi Experts,

we've Business Requirement for Amount Limit for Authorization Role.

it means there are some Users who has amount limit to post document or create Installment Plan.

E.g: USER A can post document if the amount <=1000

       USER B can post document if the amount > 1000 and <= 10000

I know we can set amount limit in Tolerance Group and assign that tolerance group to Users.

but the problem is, Business has to keep track on Users, If USER A is replaced with USER C, then USER C should assign to the Tolerance Group.

instead, cant we set amount limit for the Role? so that if the USER C comes in, it can assign Amount Limit Role along with other roles too.

also one Role can be assigned to Multiple USERS.

Do any one come across this type of Scenario?

it will be really appreciated if you can share your knowledge.

Kind Regards

Rehan Mohammed

1 REPLY 1

AmlanBanerjee
Active Contributor
0 Kudos

Hi Rehan,

I don't think there is any standard authorization object in FICA, which controls the amount limit for posting documents.

However, if you are creating a custom authorization object for the above, then its possible to control the amount limit through roles.

For this you have to first maintain the tolerance groups and and the amount limit in the configuration.

Then, you have to create a custom auth. object.

Some of the major steps to create a custom Authorization object are as follows-

(a) T.code SU20 - Creation of new authorization field for tolerance group (V_TFK043V-FKPRO)

(b) T.code SU21 - Creation of  a New Auth object in transaction field (FKPRO)

(c) T.code SU24 - Insert of new authorization field e check indicator (green)

(d) T.code SU22 - Check indicator (green)

Once you have completed the above steps, create a new role with transaction PFCG and add transaction FPE1; the new authorisation object.

Now, in event 1119, plug in a custom FM which checks whether the tolerance group which the User has in his role profile allows him to post an amount that is being entered in the transaction.

If the conditions satisfies, the User is able to post the document, other wise not.

Hope it helps...

Thanks,

Amlan