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 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. ...
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...
Prerequisite Check out the previous blogs - Check Here SAP MDG: How to Remove Toolbar for Custom Entity (LIST UIBB) SAP MDG: How to get the Custom List UIBB NEW button to work Requirement Sometimes after addition of code, toolbar will be filled ...
Prerequisite This blog continuation after previous blog Click here to check Credits: Vinay Requirement Process Create a class in SE24 & Assign Super Class Redefine The Method & Choose Filter Option IF_FPM_GUIBB_LIST~GET_DATA Add the code for fo...
Requirement As Per My Creation of Custom Entity LIST UIBB faced this Issue. The highlighted things need to be removed, by leaving first new button. Process to perform for above operation Once done with above process After done with process new bu...