Functionality The function module collects data from the mySAP ERP databaseperformance tables about index creates performed. This data is displayed in transaction ST04, Detail Analysis Menu, IndexCreates (the report executed is RSDB4IDC>).Use The table parameters IDC_0100 and IDC_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 index creates performed on them isrequested. The table parameter IDC_0100 (see reference structureDB4IDC0100>) will contain overview information abouttables on which table scans were performed if the function module iscalled using this parameter . The table parameter IDC_0200 (see reference structureDB4IDC0200>) will contain detailed information abouttable scans performed on all tables listed in TABLES_FOR_DETAILS (seereference structure DB4TABLST>).Example Exapmles on how to call the function module is to found inRSDB4IDC>. |