The Function Module C14SX_DOCUMENT_ORIGINAL_PUT (EHS: Anhängen eines Originaldokuments an einen vorh. DVS-Infosatz) is a standard Function Module in SAP ERP and is part of the function group C14SX within the package CBUI.
Function Module | C14SX_DOCUMENT_ORIGINAL_PUT |
Short Text | EHS: Anhängen eines Originaldokuments an einen vorh. DVS-Infosatz |
Function Group | C14SX |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DOCKEY | LIKE | CVDDOCKEY | Dokumentschlüssel | |
I_ORIG1_DAPPL | LIKE | DRAW-DAPPL | Workstation Applikation der 1. Dokumentsdatei | |
I_ORIG1_FNAME | LIKE | DRAW-FILEP | Dateiname der 1. Dokumentdatei | |
I_ORIG1_PAGES | LIKE | Anzahl Seiten der 1. Dokumentdatei | ||
I_ORIG1_SIZE | LIKE | DRAO-ORLN | Größe der 1. Dokumentdatei | |
I_ORIG2_DAPPL | LIKE | DRAW-DAPPL | Workstation Applikation der 2. Dokumentdatei | |
I_ORIG2_FNAME | LIKE | DRAW-FILEP | Dateiname der 2. Dokumentdatei | |
I_ORIG2_PAGES | LIKE | Anzahl Seiten der 2. Dokumentdatei | ||
I_ORIG2_SIZE | LIKE | DRAO-ORLN | Größe der 2. Dokumentdatei |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_MSG | LIKE | SY-MSGV1 | Fehlermeldung | |
E_SY_SUBRC | LIKE | SY-SUBRC | <> 0 bedeutet ein Fehler ist aufgetreten |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_EXTERROR_TAB | TYPE | ESPAP_EXTERROR_TAB_TYPE | Erweiterte Fehlerinformationen | |
ORIGINAL1_DATA | LIKE | RCGREPFILE | Datenblöcke der 1. Dokumentdatei | |
ORIGINAL2_DATA | LIKE | RCGREPFILE | Datenblöcke der 2. Dokumentdatei |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ORIGINAL_NOT_SAVED | Original nicht gespeichert |