‎2006 Oct 18 7:27 AM
hi,
i'm new to BADI's
i have to add custom fields to the transaction XD01.
for that i need to implement CHECK_ADD_ON_ACTIVE method in BADI 'CUSTOMER_ADD_DATA' and some more methods in other BADI.
whats the procedure to implement.. what r the options i need to check to implement the badi
thanks
‎2006 Oct 18 7:31 AM
1. Go to SE18 and activate the BADI by adding a implementation to the same.
2. Now you can go to the implementation of the same by double clicking there or from SE19.
3. Look at the input / output parameters of the method that you want to implement so that you know what are you dealing with.
4. Now in the implementation double click on the method and code for what you want to do with the parameters.
5. You can look at the attributes of the BADI for Multi-implementation.
Regards,
Ravi
Note : Please mark all the helpful answers