The Function Module SAPWL_STATREC_READ_FILE (SAP Workload: Statistikdatei lesen **VERALTET!!**) is a standard Function Module in SAP ERP and is part of the function group STUW within the package SAPWL_OLD_COLLECTOR.
Function Module | SAPWL_STATREC_READ_FILE |
Short Text | SAP Workload: Statistikdatei lesen **VERALTET!!** |
Function Group | STUW |
Package | SAPWL_OLD_COLLECTOR |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NO_BUFFER_FLUSH | LIKE | SAPWLPSTRC-FLAG | SPACE | Statistics record buffer not empty (' ' or 'X') |
NO_OF_RECORDS | TYPE | SAPWLSRIRN | -1 | No. of records to be read (<-0 -> all) |
READ_CLIENT | LIKE | SAPWLPSTRC-CLIENT | Restriction to client (default: all) | |
READ_CONTINUE_RECORDNO | TYPE | SAPWLSRIRN | -1 | Lesebegin (hinter d. angeg. Satz wird gelesen) |
READ_END_DATE | LIKE | SY-DATUM | SPACE | Read end date (if no READ_START_OFFSET) |
READ_END_TIME | LIKE | SY-UZEIT | SPACE | Read end time (if no READ_START_OFFSET) |
READ_EXCLUDE_USERNAME | LIKE | SAPWLPSTRC-USERNAME | Exclude users (default: none) | |
READ_FORWARD | LIKE | SAPWLPSTRC-FLAG | 'X' | Vorwärts ('X') oder rückwärts (' ') lesen? |
READ_START_DATE | LIKE | SY-DATUM | SPACE | Read start date (if no READ_START_OFFSET) |
READ_START_TIME | LIKE | SY-UZEIT | SPACE | Read start time (if no READ_START_OFFSET) |
READ_USERNAME | LIKE | SAPWLPSTRC-USERNAME | Restriction to user (default: all) | |
READ_WORKPROCESS | LIKE | SAPWLPSTRC-WP_NUMBER | 'FFFF' | Restriction to work process (default: all) |
STATISTIC_FILE | LIKE | SAPWLPSTRC-FILENAME | Statistics file name (default: local) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CONTINUE_RECORDNO_BACKWARD | LIKE | SAPWLSFIHD-RECORDNO | Satznummer z. Rückwärts-Weiterlesen | |
CONTINUE_RECORDNO_FORWARD | LIKE | SAPWLSFIHD-RECORDNO | Satznummer z. Vorwärts-Weiterlesen | |
EOF_REACHED | LIKE | SAPWLPSTRC-FLAG | Ende der Datei erreicht? | |
FILE_ERROR | LIKE | SAPWLPSTRC-FILE_ERROR | Operating system file operation error text | |
PROBLEMS | LIKE | SAPWLPSTRC-COUNTER | Anzahl Probleme beim Lesen von Statistiksätzen | |
RECORDS_READ | TYPE | SAPWLSRIRN | Number of records read |
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 |
---|---|---|---|---|
ADM_MESSAGE_RECORDS | LIKE | SAPWLPFADM | SAP Workload: Stat. Record: ADM-Message-Subsatz | |
DB_PROCEDURE_RECORDS | LIKE | SAPWLPFDBP | SAP Workload: Stat. Record: DB-Procedure-Subsatz (LiveCache) | |
NORM_SUBRECORD_INDEX | LIKE | SAPWLSRCIX | Normal record subrecord index | |
V2_BTC_STEP_RECORDS | LIKE | SAPWLPFBTC | Version 2: Background records | |
V2_NORMAL_RECORDS | LIKE | SAPWLPFNRM | Version 2: Normal records | |
V2_RFC_CLIENT_DEST_RECORDS | LIKE | SAPWLPFRCD | Version 2: RFC client destination records | |
V2_RFC_CLIENT_RECORDS | LIKE | SAPWLPFRC | Version 2: RFC client records | |
V2_RFC_SERVER_DEST_RECORDS | LIKE | SAPWLPFRSD | Version 2: RFC server destination records | |
V2_RFC_SERVER_RECORDS | LIKE | SAPWLPFRS | Version 2: RFC server records | |
V2_RFC_TIME_INT_RECORDS | LIKE | SAPWLPFTII | Version 2: RFC-Zeitintervalsätze | |
V2_SPOOL_ACTIVITY_RECORDS | LIKE | SAPWLPFSPA | Version 2: Spool-Aktivitätsinformationssätze | |
V2_SPOOL_PRINT_RECORDS | LIKE | SAPWLPFSPP | Version 2: Spool-Druckinformationssätze | |
V2_TABLE_RECORDS | LIKE | SAPWLPFTAB | Version 2: Table records |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
WRONG_PARAMETER_COMBINATION | Falsche Kombination der Parameter |