Functionality The function module collects data from the mySAP ERP databaseperformance tables about either the 50 slowest or all statementscorresponding to the selection citeria specified in the input parameterSELECTION_SET. The data is displayed in transaction ST04, DetailAnalysis Menu, TOP50 or SQL Requests (the report executes isRSDB4SQR>.Use The table parameter SQR0100 is used for exporting information only. Datain it handed to the function module will be removed. If this table parameter is not specified by the caller the functionmocule will return the exception NO_OUTPUT_TABLE_SPECIFIED. If the input parameter TOP50 equals 'Y' the selection criteria specifiedin the input parameter SELECTION_SET is ignored and info about the 50slowest statements is selected into the output table SQR0100. If the input parameter TOP50 is not equal to 'Y' info about allstatements corresponding to the input parameter SELECTION_SET isselected. Example Examples on how to call the function module is to found inRSDB4SQR>. |