cancel
Showing results for 
Search instead for 
Did you mean: 

Typical requirement in Credit Management-

reazuddin_md
Active Contributor
0 Kudos

Hi ALL,

I have posted same query earlier too,but i havent get any satisfactory reply.so

time being i closed that thread.

Here is my client req, regarding Credit Management.

Client is restricting customers credit based on Credit period ( payment terms)

Client wants to check customers based on Credit limit & credit period whichever is earlier/lower.

eg: Customer -X credit limit: 1,00,000/-

Credit period - 30 days

then when creating Order, if customer's outstanding exceeds credit limit then

block should trigger- ( which is std settings)

- if customer has not cleared open items which is 30 days old,block should trigger

irrespective of value. ( which can be achieved through "open item"- in OVA8)-

customer place the release schedules everymonth, for the next 3 months.

eg: Material- A, req - April- 1000pcs / May-2000pcs/June-1500 pcs

where as in Std, I have maintained "Fixed date & qtty" in availability check in OVZJ

so that only "confirmed qtty" should transferred to MD04 ( as per credit block,requirement will not

be confirmed in schedule lines in order for all items)

as per credit check result,requirement of May/June should not transfer to MD04

only April req should transfer to MD04.

Any Ideas -

Accepted Solutions (1)

Accepted Solutions (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

I'm not sure, but perhaps you can define an own subroutine in OVB8, subroutine 101 (report LV07A101). Design the algorithm for months and check it.

Another idea. Check the BADI 'MD_CHANGE_MRP_DATA', method 'CONSIDER_OTHER_SD_TYPES'. Considerer the example implementation.

I hope this helps you,

Regards,

Eduardo

reazuddin_md
Active Contributor
0 Kudos

Thanks Eduardo,

for showing interest in this thread.

Can you please elaborate little bit.

as per in Std SAP, Once credit block is released for the scheduling agreement. Will this ask next time when we process the same in VA32- Change scheduling agreement?

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

Althouth is a error program note, perhaps Note 957380 'BAdI MD_CHANGE_MRP_DATA, method CONSIDER_OTHER_SD_TYPES' will help you. Perhaps like you need to manage SD documents you must use method CHANGE_MDPSX_VBBE, the idea is change CH_MDPS that transfer info to MD04.

Regards,

Eduardo

I

Answers (1)

Answers (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

I'm not sure, but perhaps you can define an own subroutine in OVB8, subroutine 101 (report LV07A101). Design the algorithm for months and check it.

I hope this helps you,

Regards,

Eduardo