SAP Function ST04_DB4_GET_TSC_INFO - AS/400: Get table scan info for ST04 Detail Analysis

Parameter Reference Type Length Default Optional Text
RESETFLAG DB4QQPAR-QRESET C 1 SPACE X Feld vom Typ CHAR z.Zt nicht verwendet

Parameter Reference Length Optional Text
TABLES_FOR_DETAILS DB4TABLST 40 X List of tables for which details are requested
TSC_0100 DB4TSC0100 354 X Overview info about table scans performed
TSC_0200 DB4TSC0200 9774 X Detail table scan info for tables specified

Exception Text
NO_DATA_FOUND No data found about table scans
NO_DETAIL_DATA_FOUND No detail data found for tables specified
NO_TABLES_FOR_DETAIL_SPECIFIED Internal table TABLES_FOR_DETAILS is empty

Functionality
The function module collects data from the mySAP ERP databaseperformance tables about table scans performed.
This data is displayed in transaction ST04, Detail Analysis Menu, TableScans (the report executed is RSDB4TSC).

Use
The table parameters TSC_0100 and TSC_0200 are used for exportinginformation only. Data in them handed to the function module will beremoved.
The table parameter TABLES_FOR_DETAILS is used for importing tables forwhich detailed information about table scans performed on them isrequested.
The table parameter TSC_0100 will contain overview information abouttables on which table scans were performed if the function module iscalled using this parameter (see reference structureDB4TSC0100).
The table parameter TSC_0200 will contain detailed information abouttable scans performed on all tables listed in TABLES_FOR_DETAILS (seereference structure DB4TSC0200).

Example
Examples on how to call the function module is to found inRSDB4TSC.