Ansicht
Dokumentation

LCM_API_DOC_ADD_STAMP - Add Stamps to Legal Document

LCM_API_DOC_ADD_STAMP - Add Stamps to Legal Document

Vendor Master (General Section)   Vendor Master (General Section)  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Use this function module to add the provided stamps to the specified document.

Example

Data LT_DOC_STAMPS type LCM_T_DOC_STAMPS

     LT_DOC_STAMPS = VALUE #(

                                ( LGLCNTNTMDOCUMENT = ‘12345’

                                  LGLCNTNTMDOCUMENTSTAMP = 'AVLS'

                                  LGLCNTNTMCREATEDBYUSER = SY-UNAME

                                )

                             ).

      CALL FUNCTION 'LCM_API_DOC_ADD_STAMP'

        EXPORTING

          IV_BO_SAVE      = ABAP_TRUE

          IT_DOC_STAMPS = LT_DOC_STAMPS

        IMPORTING

          ET_MESSAGES   = LT_MESSAGES.

Notes

IT_DOC_STAMPS- LGLCNTNTMDOCUMENT and IT_DOC_STAMPS- LGLCNTNTMDOCUMENTSTAMPare mandatory fields.

Further information





Parameters

ET_MESSAGES
IT_DOC_STAMPS
IV_BO_SAVE

Exceptions

Function Group

FG_LCM_BOPF_API

Vendor Master (General Section)   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 2929 Date: 20240523 Time: 045547     sap01-206 ( 18 ms )