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