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: 
Read only

Installment plan FPR1

former_member191210
Participant
0 Kudos
281

Hello Experts

I want to put the restriction on number of installment and installment plan amount.

current requirement user A can create only three installment and system automatically divide whole amount into 33% ( note amount is not changeable)

The other user B can create more than 3 installment but not more than 12 and also can change the suggested amount.

Regards

Amit

1 ACCEPTED SOLUTION
Read only

AmlanBanerjee
Active Contributor
0 Kudos
184

Hi Amit,

You need to use event 3005 for your requirment.

To start with, you need to create a custom auth object with two activity type-

(a) 01-Create

(b) 02-Change

Assign the auth object to the User Role profile, based on the activity type.

Now based on the acitivty type of the User, you can restrict the User in the event 3005, whether to allow the change or not.

Hope it helps..

Thanks,

Amlan

View solution in original post

2 REPLIES 2
Read only

AmlanBanerjee
Active Contributor
0 Kudos
185

Hi Amit,

You need to use event 3005 for your requirment.

To start with, you need to create a custom auth object with two activity type-

(a) 01-Create

(b) 02-Change

Assign the auth object to the User Role profile, based on the activity type.

Now based on the acitivty type of the User, you can restrict the User in the event 3005, whether to allow the change or not.

Hope it helps..

Thanks,

Amlan

Read only

0 Kudos
184

solution worked thanks