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
Problem Facing this issue Solution T Code - SWU3 Make Sure You enable all items are of in running To do so two ways: 01. You Can follow the steps & do the things 02. Connect with basis to setup Thank You, Suggu Sandeep.
Problem CR Types - Popup not getting displayed in SAP NWBC, Attached Screenshot SAP Master Data Governance SAP NetWeaver Solution Navigation: SNRO > MDG_BP Once It get maintained Intervals, It stated working fine Thank You, Suggu Sandeep. ...
Context USERS in WF used to follow for every USER submission or processing of UI,Like Finalize processing or send for revision, not only using of existing SAP standard functionality can add custom actions. Note:In this blog covered only one action fo...
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, ...
Scenario: Process: Create a Class Method – DERIVE_DATA Code: METHOD if_mdg_bs_bp_access_handler~derive_data. DATA : lv_crtype TYPE usmd_crequest_type, lt_bp_role TYPE TABLE OF /mdgbp/_s_bp_pp_bp_role, ls_bp_role...