SAP MDG: Change Request Tracker
in initiator row, after initiator step member need to assign in Next Step Column, Once it get done in SAP MDG IMG, Come back to fiori CR Thank You, Suggu Sandeep SAP Master Data Governance
Search for a command to run...
Articles tagged with #change-request-type
in initiator row, after initiator step member need to assign in Next Step Column, Once it get done in SAP MDG IMG, Come back to fiori CR Thank You, Suggu Sandeep SAP Master Data Governance
Scenario: In Navigation: Supplier Governance > CR > ERP Vendors > ERP Vendor: Company Codes On choosing of any Company Code Implementation: BADI Name: USMD_RULE_SERVICE Code: METHOD if_ex_usmd_rule_service~derive_entity. DATA: lo_data TYPE...
Credits: Vinay Scenario: Choosing of Field 01 - option (Y) - Field 02 is Mandatory to give the data, Error Message will popup if not entering the data in Field 02 Process: Code: METHOD if_ex_usmd_rule_service~check_entity. **********************...
Scenario: Process: Code: METHOD if_ex_usmd_rule_service~derive_entity. DATA: lo_data TYPE REF TO data. FIELD-SYMBOLS : <ls_trans> TYPE any, <lv_value> TYPE any. CREATE DATA lo_data LIKE LINE OF ct_data. A...
Scenario: ERP Customer: Sales Areas Process: Code: METHOD if_ex_usmd_rule_service~derive_entity. *****Derive the customer group2 based on change request type********** DATA(lo_crtyp) = cl_fpm_factory=>get_instance( )->mo_app_parameter. CON...
Process: Method – DERIVE_DATA Code: METHOD if_mdg_bs_bp_access_handler~derive_data. DATA : ls_data_upd TYPE REF TO data, ls_data_del TYPE REF TO data, ls_data_mod TYPE REF TO data, ls_data_ins TYPE REF TO data, ...