cancel
Showing results for 
Search instead for 
Did you mean: 

Credit value updation based on delivery price

Former Member
0 Kudos

Hi All,

When a price value is enetered in sales order it gets affected in FD32 transaction if the customer is related to credit managaement.

But if the same sales order is being referred to a delivery and if I am changing the value over there its not getting affected in the FD32 transaction.

Example:

credit limit : 100 USD.

Credit exposure : 98 USD

credit limit used : 98%

now sales order raised for 5 USD now FD32 gets updated as:

Credit limit 100 USD

Credit exposure : 103 USD

credit limit used : 103%

now delivery is reffered to the sales order now here the 5 USD is changed as 10 USD here it should get updated as:

Credit limit 100 USD

Credit exposure : 108 USD

credit limit used : 108%

But this is not getting updated..............does anything config should be done.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

ans

Former Member
0 Kudos

Hi,

Are you doing pricing in Delivery? Though you can do it, I have never come across a scenario before where in the pricing is also done in delivery.

The credit check for any delivey happens during PGI... So, you can check by doing the PGI if the exposure gets effected. BTW, in you scenario, system should block the PGI from being successful if you have activated credit management. Check that as well.

Also check the configuration in SPRO > S&D > Basic Function > Credit Management where you maintain the rules for credit check.

Hope this helps

Thanks

Mukund S

Former Member
0 Kudos

Hi ,

The configuration settings has been done to block at PGI level....by maintaining the credit group at the deliverys PGI level....

when u change price at delivery level....will it update the credit master (FD32) the credit exposure level.....

Former Member
0 Kudos

Hi,

I think the credit exporsure does not get updated even when the PGI is done. System only checks for the value of credit exposure from the sales order and not from the delivery. Hence, it does not update the exposure. But I do not know any exceptions either... You can check them out.

You can perhaps use the below user exits to modify so that there is an updating in the credit exposure. You can check if that works for you in resolving your issue.

LVKMPTZZ

LVKMPFZ1: USER_CREDIT_CHECK1

LVKMPFZ2: USER_CREDIT_CHECK2

LVKMPFZ3: USER_CREDIT_CHECK3

The pricing at the delivery level is used for frieght conditions. Here is a thread that I found may help you understand about it.

Hope this answeres your question.

Thanks

Mukund S