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

BADI

Former Member
0 Likes
297

Hi all,

what is the purpose of the method INITIALIZE_ADD_ON_DATA and when does this method gets triggered (during customer creation )in BADI CUSTOMER_ADD_DATA.

Thanks

Sandeep

1 REPLY 1
Read only

suresh_datti
Active Contributor
0 Likes
269

this what SAP Documentation for the method INITIALIZE_ADD_ON_DATA says..

<i>Text</i>

<b>Initialization of Add-On Work Structures</b>

<i>Functionality</i>

With this method, you can start an initialization of your own work structures. The method is called both when accessing the customer master transaction, and also when you switch from processing one customer to processing another customer.

<b>Parameters</b>

The method does not have any parameters.

<b>Notes</b>

The method is intended to enable you to initialize your own work structures. Do not make any database changes within the method. Do not set any commits, and do not carry out the COMMIT WORK statement within the method.

~Suresh