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_RESTART_PRESTEP (Restart Prestep) is a standard Function Module in SAP ERP and is part of the function group VEDSBWAP within the package VASB.
Function Module | SD_SBWAP_RESTART_PRESTEP |
Short Text | Restart Prestep |
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_DATE | LIKE | SY-DATUM | Startdatum | |
I_TIME | LIKE | SY-UZEIT | Startzeit | |
I_TRMNO_INT | LIKE | VSBTRM-TRMNO_INT | Interne Übertragungsnummer |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ACTION | TYPE | C | Aktion | |
E_DATE | LIKE | SY-DATUM | Startdatum des Jobs | |
E_JOBCOUNT | LIKE | TBTCJOB-JOBCOUNT | Nummer des abgeschicketn Jobs | |
E_JOBNAME | LIKE | TBTCJOB-JOBNAME | Name des abgeschickten Jobs | |
E_START_IMMEDIATE | TYPE | C | Job wurde sofort gestartet | |
E_TIME | LIKE | SY-UZEIT | Startuhrzeit des Jobs |
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 |
---|---|---|---|---|
I_IDOC_TAB | LIKE | VSBIDOC | Tabelle von IDocs |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INVALID_PARAMETER | Übergebene Parameter sind falsch |
SUBMIT_FAILED | Job konnte nicht abgeschickt werden |