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 STRF_SETNAME_TEMPPROT_SINGLE (Setze Name für temporäre Protokolldatei des Change and Transport System) is a standard Function Module in SAP ERP and is part of the function group STRF within the package SCTS_LOG.
Function Module | STRF_SETNAME_TEMPPROT_SINGLE |
Short Text | Setze Name für temporäre Protokolldatei des Change and Transport System |
Function Group | STRF |
Package | SCTS_LOG |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACTTYPE | LIKE | TSTRF01-ACTTYPE | Art der Transportaktion | |
DIRTYPE | LIKE | TSTRF01-DIRTYPE | 'T' | Directory type: T(ransport), P(ut) |
SYSDATE | LIKE | SY-DATUM | SY-DATUM | |
SYSNAME | LIKE | SY-SYSID | SY-SYSID | System name |
TRBAT_LOGNAME | LIKE | TRBAT-LOGNAME | SPACE | Datei-Name laut TRBAT, übersteuert andere Param. |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FILE | LIKE | TSTRF01-FILE | File name | |
FILENAME | LIKE | TSTRF01-FILENAME | File name without directory | |
SUBDIR | LIKE | TSTRF01-SUBDIR | Subdirectory |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
WRONG_CALL | invalid call |