cancel
Showing results for 
Search instead for 
Did you mean: 

Update Credit Exposure based on Open quantities

Former Member
0 Kudos

Hi all gurus,

I'm trying to find a way to update credit exposure based on Required quantities even if Credit limit is exceeded ( therefore, sales order is blocked).

Did you ever meet this requirements before, and found a workaround for that ?

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

rahul_vishwakarma2
Contributor
0 Kudos

Hi Friend,

  Not Sure but you can try this User Exit and confirm.

  USEREXIT_AVAIL_CHECK_CREDIT in MV45AFZF.

Hope this will solve your issue.

Regards,

Kundan

Former Member
0 Kudos

Thanks a lot all of us.

We made a little test without ATP checking, and it seems that even if no ATP is performed, and Credit check blocks SO, the credit exposure can't be updated.

Therefore, i'm looking for a workaround, to block and to update Credit exposure in FD33.

Thanks

siva_vasireddy2
Active Contributor
0 Kudos

Hi

as specified by Mr.Moazzam this is possible by the user Exits and more specific you can use

 

USER_CREDIT_CHECK1 in Include-LVKMPFZ1

moazzam_ali
Active Contributor
0 Kudos

Hi

I didn't face this requirement but I believe you can achieve this with credit check user exit and activate that same in OVA8. You can write your own logic in that userexit. For userexits check following link.

http://help.sap.com/saphelp_45b/helpdata/en/15/f62c7dd435d1118b3f0060b03ca329/content.htm

Thank$