cancel
Showing results for 
Search instead for 
Did you mean: 

Sales order to be blocked based on customer payment terms and credit limit

former_member330517
Participant
0 Kudos

Hello Gurus,

We have some requirement of credit management : Client want sales order to blocked based on payment terms if customer doesn't pay previous dues as per the payment terms mentioned customer master ,sales order , irrespective of customer credit limit credit

(i.e Even in the case of credit limit is not exceded for that praticular customer)

Looking for your inputs

Thanks inadvance

Regards

Venkat

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member209761
Active Contributor
0 Kudos

Dear Venkata Chalapathi,

Following is the logic for your requirement.

If the check is on the basis of payment terms of pending billing documents alone, then

check DYNAMIC with Reaction C/D and Status 'checked'

Then maintain the same settings against OLDEST OPEN ITEM with Days oldestItem = 0

Now, make a sales order and system will trigger the credit check message (assuming there are uncleared documents )

Ask your abaper to find an Exit/Enhancement in this message spot and you can write a logic to check the

billing documents in BSEG by fetching the document types with 'RV' (assuming we are considering only the billing documents)

and in the VBRK get the billing date and we can get the payment term in vbrk-zterm and its corresponding date in T052-ZTAG1

If the billing date + T052-ZTAG1 value is greater than SYSTEM date , then you have to trigger the credit check message in the sales order. Else allow the sales order.

Check and revert back if there is any doubt/additional requirements.

Thanks & Regards,

Hegal K Charles

former_member204407
Active Contributor
0 Kudos

Hi KV Chalapathi

Check this links

hope clear your issue.

Regards,

Krishna