Ansicht
Dokumentation

DMF_DRF_COMP_GET_REP_MODEL - Gets a list of all replication models

DMF_DRF_COMP_GET_REP_MODEL - Gets a list of all replication models

RFUMSV00 - Advance Return for Tax on Sales/Purchases   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Use this function module to receive a list of all locations for type Store VLFKZ=‘A’ and/or Distribution Center (DC) VLFKZ=‘B’ from SAP ECC.

Example

* Get locations from ECC (Table WRF1)
    CALL FUNCTION 'DMF_DRF_COMP_GET_LOCATIONS'
      DESTINATION mv_rfc_destination
      EXPORTING
        iv_use_drff_filter = '' "iv_use_drff_filter'
        it_range_loc       = it_range_loc
        it_range_loctype   = it_range_loctype
      IMPORTING
        ev_error_msg       = lv_error_msg
        et_loc             = lt_loc_ecc.

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_REP_MODEL
EV_ERROR_MSG

Exceptions

Function Group

DMF_DRF_COMPARE

CPI1466 during Backup   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 2646 Date: 20240523 Time: 113247     sap01-206 ( 19 ms )