SAP ABAP Function Module RSDRT_INFOPROV_RANDOM_QUERIES (randomly generated queries and executes them)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSDD_DBA (Package) Data Manager: Write InfoCube,...
Basic Data
Function Module RSDRT_INFOPROV_RANDOM_QUERIES randomly generated queries and executes them  
Function Group RSDRT   Generate Test Data for InfoCubes  
Program Name SAPLRSDRT    
INCLUDE Name LRSDRTU04    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_SUCCESSFUL TYPE I Number sucessful queries
Exporting E_TIME TYPE T Duration of execution
Exporting E_VERSION TYPE I current version of this tool
Exporting E_T_QLOG TYPE RSDRT_T_QLOG Table of (Test-) Query Log Information
Exporting E_TX_QDEF TYPE RSDRT_TX_QDEF List of Simple Query Definitions
Exporting E_T_MSG TYPE RS_T_MSG BW: Table with Messages (Application Log)
Importing I_INFOPROV TYPE RSINFOPROV InfoProvider
Importing I_QUERIES TYPE I 3 Number of queries to be executed
Importing I_SEED TYPE I 1 Seed for the random generator
Importing I_SLEEP TYPE I 0 Waiting time in seconds, between the queries
Importing I_SPECIFIC_QUERY TYPE I 0 for replay: execute only certain queries, ignore the others
Importing I_GENERATE_ONLY TYPE RS_BOOL RS_C_FALSE Only generate queries and do not execute yes/no
Importing I_USE_AGGREGATES TYPE RS_BOOL RS_C_TRUE Use aggregates yes/no?
Importing I_ASSERT_SELECTIVITY TYPE RS_BOOL RS_C_FALSE Make sure, that a selective condition will be generated: yes/no
Importing I_SAVE_AS_TRACE TYPE RS_BOOL RS_C_FALSE Save result as trace
Importing I_DOWNLOAD TYPE RS_BOOL RS_C_FALSE Save query result on/off
Importing I_DEBUG TYPE RS_BOOL RS_C_FALSE Debug-Mode on/off; with "on" it will be stopped before each query execution
Importing I_NO_DB_OPT TYPE RS_BOOL RS_C_FALSE Do not use extended DB optimizer features
Importing I_NOHPACACHE TYPE RS_BOOL RS_C_FALSE "Use BIA" has status "Inactive"
Importing I_TX_QDEF TYPE RSDRT_TX_QDEF Query definitions of an predecessing test
Exception ILLEGAL_INPUT TYPE invalid input value
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20041219 
SAP Release Created in 400