Restriction of CR Types for Master Data Creation/Change

 Use case: While creating or changing Master data in MDG, system asks for CR types in Dialog box to select. Business wants to hide few of the CR types for some users. 

1.       For this, we need to do the Enhancement in BADI ‘USMD_CREQUEST_INTEGRATION’.

2.       Open BADI in SE18 transaction. Go to Implementation. Right Click and Create New Implementation. Give Package, TR and save.

3.       In Filter Value Give Model as ‘BP’ as we are Implementing it for Customer and Vendor.

4.       Go to Implementing Class, in Filter C request Type method write the below code.

Change the parameter CT_CREQUEST_TYPE  according to your condition. The values available inside this parameter only gets visible on CR Type selection popup box.

Comments

Popular posts from this blog

SAP MDG Process Modelling

MDG Derivation (BADI)

MDG Validation (Using BADI)