‎2006 Aug 15 6:11 PM
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
‎2006 Aug 15 6:21 PM
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