Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CUSTOMER_ADD_DATA BAdi in S4/HANA

Former Member
0 Kudos
2,127

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

4 REPLIES 4
Read only

former_member195402
Active Contributor
0 Kudos
1,168

Hi,

have you created an own implementation of this BADI? Please check, that the implementation you want to use has been activated.

Regards,

Klaus

Read only

0 Kudos
1,168

Hi,

thanks for your quick response. Yes I have created an own implementation.

Regards,

M. Zeeshan Ayyaz

Read only

satyapriyanka_vana
Active Participant
0 Kudos
1,168

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.

Read only

RaymondGiuseppi
Active Contributor
0 Kudos
1,168

First, check if the BAdI is executed in transactions mentioned in its documentation, XD02 XD03 VD02 VD03, etc. if it's called but not in BP you may be required to find another BAdI?

Regards,

Raymond