Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module CV110_DOC_DATA_GET (DVS: Daten aus Funktionsgruppe ermitteln) is a standard Function Module in SAP ERP and is part of the function group CV110 within the package CV.
Function Module | CV110_DOC_DATA_GET |
Short Text | DVS: Daten aus Funktionsgruppe ermitteln |
Function Group | CV110 |
Package | CV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PF_READ_DRAD | TYPE | C | SPACE | Lese Objektverknüpfunge falls initial |
PF_READ_DRAP | TYPE | C | SPACE | Lese Statusprotokoll falls initial |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PFX_DOC_TMP_ID | TYPE | C | Temporäre Dokumentnummer bei interner Nummernvergabe | |
PFX_FCODE | TYPE | C | OK-Code DVS | |
PFX_TCODE | TYPE | C | ABAP-Programm, aktueller Transaktionscode | |
PSX_API_CONTROL | TYPE | CVAPI_API_CONTROL | Steuerung für APIS | |
PSX_DRAW | LIKE | DRAW | Dokumentdaten | |
PSX_TDWS | TYPE | TDWS | Document Status |
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 |
---|---|---|---|---|
PTX_DRAD | LIKE | DRAD | Verknüpfung Dokument-Objekt | |
PTX_DRAD_OLD | LIKE | DRAD | Bestehende Verknüpfung des Dokuments | |
PTX_DRAP | LIKE | DRAP | Protokolldatei Dokument | |
PTX_DRAT | LIKE | DRAT | Kurztexte für Dokuinfosätze | |
PTX_DRAZ | LIKE | DRAZ | Tabelle für Zusatzdateien zu Original Dokumentenverwaltung | |
PTX_FILES | TYPE | DMS_TBL_FILE | Originale |
This function module does not define any Exceptions.