Hi:
We are on 4.6C. I want to use a BADI in Training Event Management to send a confirmation email when a user Firmly Books a pre-booked event. When debugging, I found implementation HRBAS00INFTY_CRM (definition HRBAS00INFTY) already active, with SAP-delivered code in method IN_UPDATE. I can't find this BADI in the IMG and the ones listed in the IMG for TEM aren't the ones used in this process flow.
I have some questions:
1. Does anyone have info about this implementation?
2. Why isn't it in the IMG?
3. Why is a CRM BADI implementation active in TEM?
4. Why did SAP put code in a BADI? Shouldn't they be reserved for customer use?
5. How can I tell where else this implementation might be used? I want to create a new implementaion, copy the IN_UPDATE code and add the email functionality and make this the active implementation by deactivating the current implementation, but I need to know if this will cause other problems.
Thank you in advance for any assistance. I am new to BADIs and find the Help not very helpful.