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>. |