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: 

Authorization objects for transaction VKM1

Former Member
0 Kudos

Hello,

Is there any authorization object for transaction VKM1 to limit credit limit by dollar value instead of % ?

Thank you.

Franco

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I don't think you can limit credit limt by dollar value. We have only authorization object V_KNKK_FRE and with auth field KLPRZ, we can limit credit by percentage. If need on dollar amount, need to create custom auth object similar to this and call in the program associated to VKM1.

2 REPLIES 2

Former Member
0 Kudos

I don't think you can limit credit limt by dollar value. We have only authorization object V_KNKK_FRE and with auth field KLPRZ, we can limit credit by percentage. If need on dollar amount, need to create custom auth object similar to this and call in the program associated to VKM1.

Former Member
0 Kudos

Thanks Venkat. I was thinking on similar lines. One question. If you need a custom auth object to call a std SAP tcode, I guess then you have to change std SAP ABAP code for VKM1, correct ? Thank you.