Ansicht
Dokumentation

LCM_API_READ_DOCUMENT_DETAILS - Read Legal Document details

LCM_API_READ_DOCUMENT_DETAILS - Read Legal Document details

BAL_S_LOG - Application Log: Log header data   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Use this function module to fetch the current version of the legal document attributes, stamps, and content.

Example

CALL FUNCTION 'LCM_API_READ_DOCUMENT_DETAILS'

  EXPORTING

    iv_document_id           = '121341'

*   IV_DOCUMENT_VERSION       =  (optional. If not mentioned the current version is fetched)

IMPORTING

   ES_DOC_HDR_ATTR           = ls_header

   ES_DOC_DMS_ATTR           = ls_dms

   ES_DOC_VD_ATTR            = ls_vd

   ET_DOC_STAMP_ATTR         = lt_stamps

   ET_MESSAGES               = lt_messages

Notes

You can call this API when you want to read the details of the legal document. The content and the stamps attached to the document are also fetched. If the document version is not specified in the function module, by default the current version of the legal document is fetched.

You can call this function module once the API to create the legal document is called.

Further information





Parameters

ES_DOC_DMS_ATTR
ES_DOC_HDR_ATTR
ES_DOC_VD_ATTR
ET_DOC_CATEGORIES
ET_DOC_STAMP_ATTR
ET_MESSAGES
IV_DOCUMENT_ID
IV_DOCUMENT_VERSION

Exceptions

Function Group

FG_LCM_BOPF_API

Fill RESBD Structure from EBP Component Structure   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 2255 Date: 20240603 Time: 215635     sap01-206 ( 44 ms )