cancel
Showing results for 
Search instead for 
Did you mean: 

Error message instead of warning, for posting goods issue, due to credit check

Former Member
0 Kudos

Hello,

in our project, we have 3 level of credit check (sales order, delivery, goods issue). After releasing with VKM5 the delivery due to credit limit, I'm trying to post good issue. But instead of having a warning message due to static credit check, an error message due to static credit check is showing up (even though settings are static with reaction C and status/blocked is checked). Any help?

Thank you for your time,

Best regards Lefteris

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello

Additionally You can convert the warning message to error by transaction code:

OVAH

Regards

Sohan Bhavsar

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Go to tcode OVA8 for your credit control and change these settings (reaction)

I hope this helps you

Regards

Eduardo

Former Member
0 Kudos

Hello Eduardo,

thank you for your response. I have also tried with static reaction A (warning) but again I'm facing the same error!

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

In OVA8, are you using any customer VOFM in 'no credit check'. If you are using it, check what happens with RECHECK value in the ABAP coding (modus rechecking with VKM+ tcodes)

Regards

Eduardo

Former Member
0 Kudos

Hi,

i'm not using any VOFM in "no credit check". My settings are :

Is there something else that i should check?

Best regards

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

I can suggest to read SAP Note 425581 - Advice note collection: Release, lists and use these notes as a checklist to find your trouble.

Regards

Eduardo

Former Member
0 Kudos

Hi,

thank you very much for your help. Unfortunately on this SAP note, there is not info about this issue, but i found helpful a check list as described in Note 18613 (checklist of credit management). I have checked this steps but they were all correct and the issue have not been solved. Any other suggestions?

Best regards

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Perhaps the last resort. Do a debugging session. I believe your option is in the function module SM_ORDER_CREDIT_CHECK. after the coding

* Ermitteln T001-WARES, falls bis jetzt noch nicht geschah
   if sav_bukrs is initial.
* Ermitteln Buchungskreis aus der Verkaufsorganisation
     perform tvko_read using    i_vkorg
                       changing sav_bukrs.
   endif.
   perform t001_read using sav_bukrs.

Set a break-point and check if when you run VKM5 it is triggered and it triggers


perform static_credit_check using  update
                                          da_kkber
                                          da_knkli
                                          flg_order
                                          flg_delivery
                                    changing
                                      rc_check_a rc_check rc_warning
                                      rc_error rc_status_set
                                      rkvbuk-cmpsa.

I hope this helps you

Regards

Eduardo

Former Member
0 Kudos

Hi,

thank you again for your response. If I'm getting right, you suggesting me, to check if after releasing the delivery with VKM5 the goods issue should now prompt a warning message, if the "static_credit_check using  update"' has been triggered?

best regards