2016 Jun 16 5:00 AM
I am facing issue while using CUSTOMER_ADD_DATA BAdi. I tried to put breakpoint in following methods of BAdi;
CHECK_ALL_DATA
SAVE_DATA
But When I execute T-Code BP to create customer, system does not stop at mentioned breakpoints. Kindly help me o resolve this issue.
Regards,
M. Zeeshan Ayyaz
2016 Jun 16 5:28 AM
Hi,
have you created an own implementation of this BADI? Please check, that the implementation you want to use has been activated.
Regards,
Klaus
2016 Jun 16 5:37 AM
Hi,
thanks for your quick response. Yes I have created an own implementation.
Regards,
M. Zeeshan Ayyaz
2016 Jun 16 6:56 AM
Hi,
While you are saving, put a break point in method GET_INSTANCE of class CL_EXITHANDLER.
and check whether the BAdI CUSTOMER_ADD_DATA is in the exit name or not. If yes, check your implementation whether the status is activated or not. (In SE19,beside the implementation name, you can find the status. [Active/Inactive]).
Regards,
Priyanka.
2016 Jun 16 7:45 AM