Hi Experts,
My requirement is to add a custom field as a custom FORM UIBB to the part of existing Cost Center UIBBs. I have created a custom uibb using the customizing and it is working fine. Now, i would like to add few validations for this custom uibb created.
The actual requirement is that this custom UIBB to be visible based on company code validation against a master table. if the company code is not valid, then this custom UIBB is to be invisible. The company code is present in the configuration MDGF_0G_CCTR.
So, to do validations for the custom UIBB that I have created, I have created a BADI implementation for the badi USMD_UI_EVENT2 with a filter criteria as UICONFIGURATION = MDGF_0G_CCTR, so that I could perform validations at Company code level and make the custom UIBB as a dynamic entry. But, this BADI implementation is not being triggered at all.
Could you please let me know if i have missed any thing here.
Thanks
Sapna