2022 Dec 02 4:55 PM
Hello Everyone,
My requirement is to make the 'Region' field mandatory in profit center master data creation or change , tcode KE51, KE52. The field is in the address tab of KE51/KE52.
Is there any function configuration or and BADI/EXIT to achieve the same?
2022 Dec 06 5:05 PM
pinakiroy86
Yes, you can achieve this requirement by using a BADI or an Exit. The BADI or Exit that you need to use is the EXIT_SAPLKE51_001. This Exit is triggered when the Profit Center Master Data is created or changed in the tcode KE51/KE52. You can use this Exit to check if the 'Region' field is filled in and if not, you can raise an error message.
2022 Dec 27 11:23 AM
Thanks Yogananda,
I already tried that exit but it did not work.
Do you know any other BADI/EXIT other than that?
Thanks,