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 SD_SBWAP_TRM_GET_FROM_DB (Einlesen einer Übertragung (komplett oder teilweise)) is a standard Function Module in SAP ERP and is part of the function group VEDSBWAP within the package VASB.
Function Module | SD_SBWAP_TRM_GET_FROM_DB |
Short Text | Einlesen einer Übertragung (komplett oder teilweise) |
Function Group | VEDSBWAP |
Package | VASB |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_VSBHDR_DOCNUM | LIKE | VSBHDR-DOCNUM | IDoc-Nummer | |
I_VSBPLG_COMNUM | LIKE | VSBPLG-COMNUM | COMNUM für VSBPLG | |
I_VSBPLG_VBELN_VL | LIKE | VSBPLG-VBELN | Lieferung für VSBPLG | |
I_VSBPLM_VBELN_VF | LIKE | VSBPLM-VBELN | Faktura für VSBPLM | |
I_VSBTRM_TRMNO_INT | LIKE | VSBTRM-TRMNO_INT | Interne Übertragungsnummer |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
FXVSBDAT | LIKE | VSBDATVB | Referenzstruktur für XVSBDAT |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_DATA | Übertagung/IDoc nicht gefunden |
NO_PARAMETERS | Weder int. Übertragung noch IDoc ist gefüllt |
TRM_CORRUPT | VSBxxx-Dateien passen nicht zueinander |