The Function Module C14SX_DOCUMENT_NEW_RECYCLE (EHS: Anlegen bzw. Wiederverwenden eines neuen DVS-Dokuments (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_NEW_RECYCLE |
Short Text | EHS: Anlegen bzw. Wiederverwenden eines neuen DVS-Dokuments (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_DATUM | LIKE | DRAP-DATUM | SY-DATUM | Anlagedatum (für Statusprotokoll) |
I_DOCCAT | LIKE | DRAW-DOKAR | Dokumentart des anzulegenden Dokumentes | |
I_DOCNO | LIKE | DRAW-DOKNR | Dokumentnummer (nur wenn recycle -false) | |
I_DOKTEXT | LIKE | DRAT-DKTXT | ' ' | Kurztext |
I_FLG_TRY_RECYCLE | TYPE | ESP1_BOOLEAN | ESP1_FALSE | true: versuche gelöschtes Dok. wiederzuverwenden |
I_LANGU | LIKE | SY-LANGU | SY-LANGU | Kurztextsprache |
I_PARTDOC | LIKE | DRAW-DOKTL | '000' | Teildokumentnummer (nur wenn recycle -false) |
I_PZEIT | LIKE | DRAP-PZEIT | SY-UZEIT | Anlagezeit (für Statusprotokoll) |
I_USER | LIKE | DRAP-PRNAM | SY-UNAME | Anleger (für Statusprotokoll) |
I_VERSION | LIKE | DRAW-DOKVR | '00' | Version des Dokumentes (nur wenn recycle -false) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_NEWDOCKEY | LIKE | CVDDOCKEY | Schlüssel des neuen (oder recycelten) Dokumentes |
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 | Fehlertabelle |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DOCCAT_NEEDED | |
GENERAL_FAILURE | |
ILLEGAL_STATUS | |
OBJECT_NOT_EXISTENT |