SAP Process Explorer

Configuring FI-MM Integration in SAP: A Comprehensive Guide

Configuring FI-MM Integration in SAP: A Comprehensive Guide

In the realm of enterprise resource planning (ERP), the integration between Financial Accounting (FI) and Materials Management (MM) is a critical linkage that ensures seamless financial tracking of material-related transactions. Known as FI-MM integration, this configuration bridges the gap between …

Configuring FI-MM Integration in SAP: A Comprehensive Guide Read More »

SAP MDG: How to make Roles default for Customer & Supplier Change Request Type

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       TYPE /mdgbp/_s_bp_pp_bp_role,
           lt_tax_indicator TYPE TABLE OF /mdgbpx/_s_bp_pp_bp_custax,
           ls_tax_indicator TYPE /mdgbpx/_s_bp_pp_bp_custax.

    CONSTANTS lc_crtype TYPE string VALUE 'CRTYPE'.
    DATA(obj_param) = 

SAP MDG: How to make Roles default for Customer & Supplier Change Request Type Read More »