cancel
Showing results for 
Search instead for 
Did you mean: 

Credit check with order quantity instead of confirmed quantity

Former Member
0 Kudos

We have a requirement to run credit check based on the order quantity instead of confirmed quantity. 

SAP note 751044 advises us to make change on "SD_ORDER_CREDIT_CHECK" function so that it points to VBAP-KWMENG instead of VBAP-KBMENG. We have spend almost 8 hours now trying to find out where to exactly change this find but unable to locate . Please advice if you know where the change is to be done.

Thanks in advance.

Ashish

Accepted Solutions (0)

Answers (2)

Answers (2)

moazzam_ali
Active Contributor
0 Kudos

Dear Ashish

SAP Note is self explanatory. There is also logic mentioned in that. Now you just need to implement an implicit enhancement in user exits LVKMPFZ1, LVKMPFZ2, LVKMPFZ3. There is no warranty issue with this and please sit with your ABAPER and follow the logic provided in note.

Thanks

0 Kudos

Hi all,

I have to modify the user-exit LVKMPFZ3 for the check of credit but the system ask me the object key of the modify. Have you inserted the object key for to update this user-exit? How?

Thanks

F.C.

moazzam_ali
Active Contributor
0 Kudos

Hi

Are you doing this with ABAPER's or development user? Please discuss with your ABAPER regarding this.

Thank$

Former Member
0 Kudos

Dear Ashish

This note says that you should build your logic in the userexit provided for customers like LVKMPFZ1.

So you need to write your own logic in this userexit for check based on order quantity.

best regards

Jitesh

Former Member
0 Kudos

Jitesh-  Thanks for the reply. However here is a follow up question to that

SAP note 751044 suggests to change user exits: SD_ORDER_CREDIT_CHECK and SD_DELIVERY_CREDIT_CHECK: LVKMPFZ1, LVKMPFZ2, LVKMPFZ3 , with the  required quantity (VBAP-KWMENG). 

To look for required quantity during the credit check, should we change RMCS1US3 to use the required quantity instead of confirmed quantity?

Additionally, do you know if this change would violate any warranty?

Please Advise and thanks in advance.

former_member301603
Participant
0 Kudos

Dear Ashish

Do you use Static or Dynamic credit check?

Regards

Rajesh

Former Member
0 Kudos

Rajesh- We are using a modified version of the dynamic check.

Ashish