SAP Function ST04_DB4_GET_IDU_INFO - AS/400: Get index used 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
IDU_0100 DB4IDU0100 656 X Overview info about indexes used performed
IDU_0200 DB4IDU0200 9078 X Detail index used info for indexes specified
INDEXES_FOR_DETAILS DB4IDULST 29 X List of indexes for which details are requested

Exception Text
NO_DATA_FOUND No data found about indexes used
NO_DETAIL_DATA_FOUND No detail data found for indexes specified
NO_INDEX_FOR_DETAIL_SPECIFIED Internal table INDEXES_FOR_DETAILS is empty

Functionality
The function module collects data from the mySAP ERP databaseperformance tables about indexes used.
This data is displayed in transaction ST04, Detail Analysis Menu, IndexUsed (the report executed is RSDB4IDU).

Use
The table parameters IDU_0100 and IDU_0200 are used for exportinginformation only. Data in them handed to the function module will beremoved.
The table parameter INDEXES_FOR_DETAILS is used for importing indexesfor which detailed information is requested.
The table parameter IDU_0100 (see reference structureDB4IDU0100) will contain overview information aboutindexes used if the function module is called using this parameter .
The table parameter IDU_0200 (see reference structureDB4IDU0200) will contain detailed information aboutindexes used performed on all indexes listed in INDEXES_FOR_DETAILS (seereference structure DB4IDULST).

Example
Exapmles on how to call the function module is to found inRSDB4IDU.