Nov 6, 2024 · 1 min read · 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.
Join discussionNov 1, 2024 · 1 min read · 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...
Join discussionNov 1, 2024 · 1 min read · 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. ...
Join discussionOct 25, 2024 · 1 min read · 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...
Join discussionOct 8, 2024 · 1 min read · 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. **********************...
Join discussionOct 7, 2024 · 1 min read · 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...
Join discussionOct 4, 2024 · 1 min read · 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...
Join discussionOct 3, 2024 · 1 min read · 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, ...
Join discussionOct 2, 2024 · 1 min read · 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...
Join discussion