cancel
Showing results for 
Search instead for 
Did you mean: 

Credit control

Former Member
0 Kudos

Dear friends,

In my implementation i stuck up with credit control. Any one of u guys helpme out of this problem. normally credit control is determined with respect to sales area(sales orgdchnldivison)

Proposed Org. structure look like above.

Here in Maharashtra single sales org will be maintained as a MSCDA

Distribution channels are named by Manufacturers (Aventis, cipla, Novartis etc)

Single divison is (pharma.)

We are capturing manufacturer divison as a material group in basic data1.

All the sales transactions of single manufacturer will takecare by single sales area in our sytem.

Credit control:

We have to maintain manufacturer division wise credit control in our sytem.

*i have to determine credit control area by sales are and material group,*

how can i do , pls provide me inputs on user exits for this

Accepted Solutions (0)

Answers (3)

Answers (3)

SmileZhang
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Jadadish,

Here is the functionality of USEREXIT_AVAIL_CHECK_CREDIT, so I don't think it is the right one...

In the standard, when a credit-blocked document is released, a new availability check is run so that the items in the released document receive a confirmed quantity again. However, if it is necessary not to perform the ATP check in some situations because of the customer´s business needs, they could use the following userexit to disallow the ATP run: USEREXIT_AVAIL_CHECK_CREDIT. Please check notes 531793 and 575969 for further information about this issue.

Why not try USEREXIT_MOVE_FIELD_TO_VBAK (MV45AFZZ)?

Hope it helps.

Regards,

Smile

Former Member
0 Kudos

You can try the user exit: USEREXIT_AVAIL_CHECK_CREDIT

in the inclue program: MV45AFZF.

rmazzali
Active Contributor
0 Kudos

try to use MV45AFZF (FORM USEREXIT_AVAIL_CHECK_CREDIT)

I think that you can set the new credit control area in VBAK-KKBER (even in MV45AFZZ form MOVE FIELD TO VBAK) and the call the check.

Roberto