The Function Module STRF_OPEN_PROT_SINGLE (Öffne Protokolldatei des Change and Transport System(Sammelprotokolle)) is a standard Function Module in SAP ERP and is part of the function group STRF within the package SCTS_LOG.
Function Module | STRF_OPEN_PROT_SINGLE |
Short Text | Öffne Protokolldatei des Change and Transport System(Sammelprotokolle) |
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 |
---|---|---|---|---|
ACCESS | LIKE | TSTRF01-ACCESS | 'R' | File access: R(ead), W(rite), A(ppend) |
ACTTYPE | LIKE | TSTRF01-ACTTYPE | Type of transport action | |
DIRTYPE | LIKE | TSTRF01-DIRTYPE | 'T' | Type directory: T(ransport), P(ut) |
SYSDATE | LIKE | SY-DATUM | SY-DATUM | Date of the log |
SYSNAME | LIKE | SY-SYSID | SY-SYSID | System name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CANT_OPEN | LIKE | TSTRF01-CANT_OPEN | Flag: file could not be opened (x) | |
FILE | LIKE | TSTRF01-FILE | File name | |
FILENAME | LIKE | TSTRF01-FILENAME | File name without directory | |
SUBDIR | LIKE | TSTRF01-SUBDIR | Sub directory |
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 |