2008 Nov 12 8:56 AM
Hi Expert,
I'm using the DBM5 and need some advise and assistance on the DBM order creation. How to block or prevent user from creating new DBM order if the customer exceed credit limit.
Your assistance is very much appreciated.
Thank you.
Ab Rahman
2009 Feb 03 10:48 AM
Hi,
We can put a BADI check at DBM order get action with referance to credit management module value for same customer.
We have put similer check at same event at preparation BADI where order created before a date cannot be processed.
Regards,
Shabeer
2009 Feb 03 10:48 AM
Hi,
We can put a BADI check at DBM order get action with referance to credit management module value for same customer.
We have put similer check at same event at preparation BADI where order created before a date cannot be processed.
Regards,
Shabeer
2009 Feb 04 12:34 PM
Hi Abdul,
for this we need to implement the following BADI:
/DBM/BADI_OE_ACTION_PREPARE
While creating the Implementation set the FILTER as:
Action: ORD_NEW
CheckStep:1.
This will surely help.
Regards,
Prakash Pandey