cancel
Showing results for 
Search instead for 
Did you mean: 

User exit in credit check release

Former Member
0 Kudos

Hi,

We are using VKM3 to release sales orders which get blocked due to credit check. Is there any user exit in this where we can have some modification based on the amount of credit check by which the user can release a document based on certain authorisation.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

First, I suggest to check this auth.objects:

-V_KNKK_FRE

-V_VBUK_FRE

If you cannot do it, then try with userexits. I give a suggestion.

You have some userexits that you have in the info in IMG:


-LVKMPTZZ
-LVKMPFZ1: USER_CREDIT_CHECK1
-LVKMPFZ2: USER_CREDIT_CHECK2
-LVKMPFZ3: USER_CREDIT_CHECK3

You can call this userexits from the flags that you can set in tcode OVA8. See that you have all possibilities in function module 'SD_ORDER_CREDIT_CHECK'. For each flag you call a different subrutine always with similar interfaces. For instance, you have this subrutines

-review_date_check

-open_item_check

-oldest_open_item_check

-dunning_level_check

-user_credit_check1 (and 2 and 3)

and so on.

Use one of these subrutines as a template to write your own ABAP coding and check it.

It's an idea. I hope this helps you.

Regards

Eduardo

Former Member
0 Kudos

Hi

Thanks for youir answers

Thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Any one suggest me any exit in this context pls

Thanks