Hi @Adi21 ,You can implement the BADI USMD_CREQUEST_INTEGRATION to filter CR Types. In the method FILTER_CREQUEST_TYPE, you can read the Authorization Group using MDG API and, based on that, filter the CR Types that need to be displayed. Best Regards...
Hi @SugguSandeep ,You can try using the cross-entity derivation BADI. You can read the changed data using the IO_CHANGED_DATA parameter and write the required message in the ET_MESSAGE_INFO parameter, based on your requirements. However, this message...
Could you provide additional details, such as whether you extended the entire entity or just the attributes, and which entity the fields were added to?
Hi @ajayakumarmishra ,The field properties can be changed in multiple places. You can debug and check if there is any code that makes the field grayed out. The first place to check is the Field Properties BADI. Another location is the handler class, ...