SAP Reports / Programs

SPI_BENCHMARK_TEST SAP ABAP Report - PMI: Benchmark Test







SPI_BENCHMARK_TEST 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 SPI_BENCHMARK_TEST 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 SPI_BENCHMARK_TEST. "Basic submit
SUBMIT SPI_BENCHMARK_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT SPI_BENCHMARK_TEST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: PMI: Benchmark Test
Text Symbol: 208 = Time Stamp for Transport (UTC)
Text Symbol: 301 = Assembler Settings
Text Symbol: 302 = Maximum Number of New Instances
Text Symbol: 303 = Maximum Number of Open Instances
Text Symbol: 304 = Maximum Number of Parallel Work Processes
Text Symbol: 305 = Server Group
Text Symbol: 306 = Maximum Number of New Steps
Text Symbol: 400 = Data Generation
Text Symbol: 601 = In Total
Text Symbol: 602 = Steps with Runtime Delay (Seconds)
Text Symbol: 603 = Steps with End Flag (FF, FFA)
Text Symbol: 604 = Steps with Field Value (NOK)
Text Symbol: 605 = Steps with Error Status (R, Y)
Text Symbol: 606 = Assign Step Attributes to Single Instance
Text Symbol: 607 = Distribute Step Attributes to Multiple Instances
Text Symbol: B06 = Number of Process Instances
Text Symbol: B07 = Scenario Selection
Text Symbol: B08 = Step Attributes
Text Symbol: S01 = All Steps
Text Symbol: S02 = Start
Text Symbol: S03 = Branch A
Text Symbol: S04 = Branch B
Text Symbol: S05 = Branch X
Text Symbol: S06 = All Subsequent Steps
Text Symbol: S07 = All Steps Except
Text Symbol: S08 = End A
Text Symbol: S09 = End B
Text Symbol: S10 = End X
Text Symbol: S11 = No Steps
Text Symbol: S12 = Middle B
Text Symbol: S13 = All Steps, Multiple X Branches
Text Symbol: 001 = Process Selection
Text Symbol: 002 = Process
Text Symbol: 003 = Options
Text Symbol: 004 = Number of Test Instances
Text Symbol: 005 = Create Test Data Using Agents
Text Symbol: 006 = Number of Test Runs with the Same Test Data





Text Symbol: 008 = Time Stamp for Transport
Text Symbol: 009 = Retain Test Data After the Last Run
Text Symbol: 010 = Test Run:
Text Symbol: 011 = Reuse Existing Test Data
Text Symbol: 012 = Prepare Process
Text Symbol: 013 = Yes
Text Symbol: 014 = No
Text Symbol: 015 = Create Test Data Directly
Text Symbol: 016 = Create New Test Data
Text Symbol: 017 = Advance Creation Time (Seconds)
Text Symbol: 018 = Scenario
Text Symbol: 019 = Step Group
Text Symbol: 020 = Benchmark Test
Text Symbol: 021 = Reuse Test Data from Last Run
Text Symbol: 022 = Step Groups
Text Symbol: 024 = Pause Program Before Each Assembler Run
Text Symbol: 025 = Prefix for Step IDs
Text Symbol: 026 = Delete Existing Runtime Data
Text Symbol: 107 = Display Log
Text Symbol: 108 = Test Transport
Text Symbol: 109 = Start Assembler
Text Symbol: 110 = Test Reorganization
Text Symbol: 111 = Save Statistics
Text Symbol: 201 = Transport Settings
Text Symbol: 202 = Number of Data Records per Transfer Block
Text Symbol: 203 = Parallelized


INCLUDES used within this REPORT SPI_BENCHMARK_TEST

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:

PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_output_immediately = 'X' i_text = l_indicator.

SMLG_GET_DEFINED_GROUPS CALL FUNCTION 'SMLG_GET_DEFINED_GROUPS' EXPORTING grouptype = 'S' TABLES groups = lt_srv_group EXCEPTIONS foreign_lock = 1 system_failure = 2 invalid_group_type = 3 no_groups_found = 4 OTHERS = 5.

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = 'N' jobsel_param_in = ls_jobsel TABLES jobselect_joblist = lt_joblist EXCEPTIONS invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 OTHERS = 6.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P_ST_GR' values = gt_vrm_value EXCEPTIONS id_illegal_name = 1 OTHERS = 2.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P_AS_SRV' values = gt_vrm_value EXCEPTIONS id_illegal_name = 1 OTHERS = 2.








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 SPI_BENCHMARK_TEST or its description.