cancel
Showing results for 
Search instead for 
Did you mean: 

What are the user exits available related to Credit Management?

binayak_ghosh2
Participant
0 Kudos

What are the user exits available related to Credit Management?

<b>I have blocked users from releasing SO through Tciode VKM3 , now I want to block

the same (releasing of SO through VKM4) ,I want VKM4 to be used only for releasing delivery orders. Can anyone help me in configuring the same?.</b>

Thanx in advance,

Regrds,

Binayak

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Binayak,

User Exits in Credit Checks

For custom built credit mngt, you can one use of the user exits.

LVKMPTZZ

LVKMPFZ1: USER_CREDIT_CHECK1

LVKMPFZ2: USER_CREDIT_CHECK2

LVKMPFZ3: USER_CREDIT_CHECK3

If you need a user exit, after or during VKM3, then try the user exits in the same naming convention, starting with LVKMP*. You will get the one you need.

You can use one of the following.

LVKMPU06 SD_ORDER_CREDIT_RELEASE

LVKMPU07 SD_ORDER_CREDIT_RECHECK

LVKMPU08 SD_DELIVERY_CREDIT_CHECK

Sunil

Former Member
0 Kudos

Hi,

User Exits For Credit Checks And Risk Management

Credit Check

If you want to carry out your own individual credit checks, that differ from those in the standard system, you must define them in the following user exits:

LVKMPTZZ

LVKMPFZ1: USER_CREDIT_CHECK1

LVKMPFZ2: USER_CREDIT_CHECK2

LVKMPFZ3: USER_CREDIT_CHECK3

User exit for availability check

User exit USEREXIT_AVAIL_CHECK_CREDIT exists in Include MV45AFZF.

This user exit allows you to determine whether the system should or should not carry out an availability check after a blocked document has been released or after a new credit check.

Risk Management for Receivables

RVKMPUS2

Using this user exit, you can define new forms of payment guarantee.

Regards,

Amrish Purohit