SAP for Automotive Discussions
Connect with fellow SAP users in discussions to troubleshoot challenges, share best practices, and fuel each other's success. Join a conversation or start your own.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Prevent Service Order Creation

Former Member
0 Likes
446

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
393

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

2 REPLIES 2
Read only

Former Member
0 Likes
394

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

Read only

Former Member
0 Likes
393

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