SAP Reports / Programs

/SAPAPO/OM_TS_RANDOMIZED SAP ABAP Report - DP LCAPPS: Test Scenario for Random Calls







/SAPAPO/OM_TS_RANDOMIZED is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /SAPAPO/OM_TS_RANDOMIZED into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT /SAPAPO/OM_TS_RANDOMIZED. "Basic submit
SUBMIT /SAPAPO/OM_TS_RANDOMIZED AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/OM_TS_RANDOMIZED VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: GV_LC = liveCache
Selection Text: GV_PC = Process Number
Selection Text: GV_PI = Process ID
Selection Text: GV_SIM = Planning Version
Selection Text: GV_TASIM = Transactional Simulation ID
Selection Text: GV_UNAME = User name
Selection Text: SGVBLIND = Blind Iterations
Selection Text: SGVBRI = Stop for Iteration
Selection Text: SGVCPROB = Probability for COMMIT
Selection Text: SGVLOGTE = Logging of Tests
Selection Text: SGVLOGTR = Transaction Log
Selection Text: SGVRPROB = for ROLLBACK
Selection Text: SGVRUN = Number of Iterations
Selection Text: SGVTAL = Transaction Level
Title: DP LCAPPS: Test Scenario for Random Calls
Text Symbol: 206 = Buckets
Text Symbol: 205 = Key Figs
Text Symbol: 204 = TimeSeries
Text Symbol: 203 = Master Data
Text Symbol: 202 = End of Test
Text Symbol: 201 = Start Random Test; Iterations:
Text Symbol: 106 = Clear
Text Symbol: 050 = Register
Text Symbol: 001 = Iteration:
Text Symbol: 002 = Method:
Text Symbol: 003 = Aggregates
Text Symbol: 004 = No master data exists
Text Symbol: 010 = Import Master Data
Text Symbol: 011 = Error=
Text Symbol: 012 = Table=
Text Symbol: 013 = Object=
Text Symbol: 014 = Prepare Test Run
Text Symbol: 015 = Create Worklist
Text Symbol: 016 = Test Run (Iterations)
Text Symbol: 034 = Basis Data
Text Symbol: 035 = Multi-User Settings
Text Symbol: 036 = liveCache
Text Symbol: 037 = Run Parameters





Text Symbol: 038 = Transaction Control
Text Symbol: 040 = Random Test
Text Symbol: 041 = Read Master Data
Text Symbol: 042 = Initialize Tests
Text Symbol: 045 = Test Random Calls Finished
Text Symbol: 048 = Worklist Aggregate
Text Symbol: 049 = Register Test Methods


INCLUDES used within this REPORT /SAPAPO/OM_TS_RANDOMIZED

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /SAPAPO/OM_TS_RANDOMIZED or its description.