SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Process Monitoring Infrastructure(BC-SRV-PMI) SAP BC

SPI_BENCHMARK_SETUP SAP ABAP Report - SPIBENCHMARKSETUP







SPI_BENCHMARK_SETUP 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_SETUP 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_SETUP. "Basic submit
SUBMIT SPI_BENCHMARK_SETUP AND RETURN. "Return to original report after report execution complete
SUBMIT SPI_BENCHMARK_SETUP 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: PVERICNT = Number of Process Instances
Selection Text: PVERI = Verification Process
Selection Text: PSRVGRP = D Server Group
Selection Text: PROCTYPE = Process Type
Selection Text: PMONVAR = D Process Variant
Selection Text: PMONLEV = D Monitor Level
Selection Text: PFREE = Other Process
Text Symbol: T01 = During initialization, all monitoring and Customizing data will be deleted. Continue?
Text Symbol: PBV = Schedule Verification Process
Text Symbol: PB4 = Start Assembler
Text Symbol: PB3 = Start Transport
Text Symbol: PB2 = Activate Agents
Text Symbol: PB1 = Initialize PMI
Text Symbol: C41 = Verification Process was Scheduled
Text Symbol: C06 = Assembler was Scheduled
Text Symbol: C05 = Transport was Scheduled
Text Symbol: C04 = Agents were Activated
Text Symbol: C03 = Runtime Tables Deleted
Text Symbol: C02 = All Process Data Deleted
Text Symbol: C01 = All Processes Deactivated
Text Symbol: BL6 = 5. Cumulation and Reorganization
Text Symbol: BL5 = 4. Assembler
Text Symbol: BL4 = 3. Transport
Text Symbol: BL3 = 2. Prepare Data Recording
Text Symbol: BL2 = 1. Initialization
Text Symbol: BL1 = Select Process


INCLUDES used within this REPORT SPI_BENCHMARK_SETUP

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_BACKGROUND_JOB' IMPORTING result = gc_job3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_PROTOCOL' IMPORTING result = gc_prot3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' text_question = 'Bei der Initialisierung werden alle Monitoring- und Customizingdaten gelöscht. Wollen Sie fortfahren?'(t01)

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = l_jobname IMPORTING jobcount = l_jnum EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_jnum jobname = l_jobname strtimmed = spi_on IMPORTING job_was_released = l_released EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 OTHERS = 9.

GUID_CONVERT CALL FUNCTION 'GUID_CONVERT' "#EC FB_OLDED EXPORTING iv_guid_c32 = proctype IMPORTING ev_guid_c22 = lp_guid_c22 EXCEPTIONS no_unicode_support_yet = 1 parameters_error = 2 OTHERS = 3.

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = 'N' jobsel_param_in = jobsel TABLES jobselect_joblist = joblist EXCEPTIONS OTHERS = 1.

BP_JOBLIST_PROCESSOR_SM37B CALL FUNCTION 'BP_JOBLIST_PROCESSOR_SM37B' EXPORTING joblist_opcode = 22 TABLES joblist = joblist EXCEPTIONS OTHERS = 4.



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