cancel
Showing results for 
Search instead for 
Did you mean: 

BADI CRM_ORDER_STATUS

Former Member
0 Kudos

Hi,

When there is a status change of my sales order to In process or completed i need to insert an entry in a Ztable.I have debugged the application but it does not call this BADi anywhere when i save.

Am i missing something or is there anyother BADI.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Swathi

Have you created the Instance of the BADI ?

If not, create a one and find this implementation is being picked during the Debug !

Thanks

<b>Allot points if this helps!</b>

Former Member
0 Kudos

Hi swathi,

there is badi, CRM_ORDER_STATUS, which u have to implement it. and check the methods by just putting the breakpoints in all themethods,

there in that method, u can check the status by one of the parameter passing to that method and update ur Ztable. it will be solved.

<b>

Award points if helpful.</b>

Ntk.

Former Member
0 Kudos

Hi Swathi,

The same BADI will suite for your requirement.

First you create new implementation. and in AFTER_CHANGE method you populate you ZTable. New status will be available in this method.

Make sure that you activate your implementation.

Regards

Satish