Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Exits to determine user/Role specific Customer Credit limit - URGENT

Former Member
0 Kudos
85

Hello Experts,

I want to check the credit limit that can be put by a specific user or role.

For example if it is a CEO he can assign credit limit for a customer to say 15 lacs on the other hand the Marketing executive can set the limit for the customer to 5 lacs only using the transaction FD32 for setting customer credit limit.

Please suggest some exit along with its usage so as to control it at field level only. Where in it should fire a message to someone assigning excess credit limit than prescribed to him.

Maximum point would be assgned to a really useful answer.

Regards

Kalyan.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
49

create field-exit for KNKK-KLIMK, activate it for FD32 program/screen only.

in this exit you may put some logic based on sy-uname 🐵 'input' field contains your credit limit value...

1 REPLY 1

Former Member
0 Kudos
50

create field-exit for KNKK-KLIMK, activate it for FD32 program/screen only.

in this exit you may put some logic based on sy-uname 🐵 'input' field contains your credit limit value...