Ansicht
Dokumentation

DMF_DRF_COMP_LOCATION - Gets a list of locations for comparison

DMF_DRF_COMP_LOCATION - Gets a list of locations for comparison

General Data in Customer Master   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Use this function module to receive DRF relevant status information from SAP ECC for location. This information can be compared to data from Demand Data Foundation (DDF).

Example

* Get locations from ECC (Table WRF1)
    CALL FUNCTION 'DMF_DRF_COMP_LOCATION'
      DESTINATION mv_rfc_destination
      EXPORTING
        iv_application     = iv_appl
        iv_use_drff_filter = iv_use_drff_filter
        it_range_loc       = it_range_loc
        it_range_loctype   = it_range_loctype
      IMPORTING
        et_loc             = lt_loc_ecc
       ev_error_msg       = lv_rfc_err_msg.

Notes

* check authority, user must have the following authorization
  AUTHORITY-CHECK OBJECT 'DRF_ADM'
   ID 'ACTVT' FIELD '51' "gc_actvt_init
   ID 'DRF_APPL' DUMMY
   ID 'DRF_SERV' DUMMY
   ID 'DRF_FOBJ' DUMMY .

Further information





Parameters

ET_LOC
EV_ERROR_MSG
IT_RANGE_LOC
IT_RANGE_LOCTYPE
IV_APPLICATION
IV_USE_DRFF_FILTER

Exceptions

Function Group

DMF_DRF_COMPARE

Vendor Master (General Section)   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 2908 Date: 20240523 Time: 111948     sap01-206 ( 22 ms )