Ansicht
Dokumentation

MMPUR_DOC_ACCESS - BAdI: Access to Documents

MMPUR_DOC_ACCESS - BAdI: Access to Documents

General Material Data   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

For each supported document management application, SAP delivers a default implementation to access the documents.

You can modify the logic by replacing the default implementation with your own implementation.

You wish to avoid the access to the document management system (DMS) for outgoing confirmation messages for the contract replication confirmation.

Proceed as follows:

  • Create an own class as a subclass to CL_IM_MMPUR_DOC_ACCESS_DMS through transaction Class Builder (SE24).
  • Redefine method #CHECK_RELEVANCE# in your subclass.
  • Enter coding like
if IV_SERVICE_INTERFACE =
#PurchasingContractSRMReplicationRequestConfirmation_Out#.
rv_relevant = # #.
else.
rv_relevant = #X#.
endif.
  • Create your own BAdI implementation.

Assign the previously created subclass as the implementing class.






General Data in Customer Master   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 1227 Date: 20240523 Time: 201551     sap01-206 ( 27 ms )