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

SPI_PS_SHOW_1 SAP ABAP Report - PMI: Display Process Repository - Home







SPI_PS_SHOW_1 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_PS_SHOW_1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SPID - Display Process Repository


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_PS_SHOW_1. "Basic submit
SUBMIT SPI_PS_SHOW_1 AND RETURN. "Return to original report after report execution complete
SUBMIT SPI_PS_SHOW_1 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: PALL = Display All
Selection Text: PAPI = Read Through API
Selection Text: PATT = Attribute Name
Selection Text: PCOMP = Component Name
Selection Text: PDATE = Date
Selection Text: PDB = Direct DB Access
Selection Text: PERROR = Incorrect
Selection Text: PFINISH = Completed Only
Selection Text: PFREE = Dynamic Selection
Selection Text: PMAX = Restrict Selection to
Selection Text: POKAY = No errors
Selection Text: PONE = Last Day
Selection Text: POPEN = Open Only
Selection Text: PPL = Display Payload
Selection Text: PREPORT = Program Name
Selection Text: PROCTYPE = Process Type
Selection Text: PSEVEN = Last 7 Days
Selection Text: PTHIRTY = Last 30 Days
Selection Text: PTIME = Time
Selection Text: PTRANSID = Transaction ID
Selection Text: PT_INST = Instance ID
Selection Text: PUNAME = Users
Selection Text: PVAL = Attribute Value
Selection Text: PWARN = With warning
Selection Text: PLOCCLNT = D .
Selection Text: PLOCSYS = D .
Title: PMI: Display Process Repository - Home
Text Symbol: W02 = Process header and &1 steps deleted
Text Symbol: W01 = &1 tracking records inserted in central store
Text Symbol: Q10 = Completely Ended at Runtime
Text Symbol: Q09 = Incomplete
Text Symbol: Q08 = Complete
Text Symbol: Q07 = Ended at Runtime
Text Symbol: Q06 = Open
Text Symbol: Q05 = Completed
Text Symbol: Q04 = Error
Text Symbol: Q03 = Warning
Text Symbol: Q02 = Temporary





Text Symbol: Q01 = OK
Text Symbol: M08 = Check Status
Text Symbol: M07 = Assemble
Text Symbol: M06 = Delete
Text Symbol: 001 = Process Start
Text Symbol: 002 = Selection Mode
Text Symbol: 003 = Define filter
Text Symbol: 004 = Further restrictions
Text Symbol: 005 = Process Status
Text Symbol: 006 = Process Selection
Text Symbol: 010 = Display Limit
Text Symbol: 011 = &1 instances selected.
Text Symbol: 012 = Do you want to limit the selection to &2?
Text Symbol: 013 = Limit Selection
Text Symbol: B01 = Analyze Group &
Text Symbol: B02 = Step &1 (&2) added
Text Symbol: B03 = Group Status: &1, &2
Text Symbol: B04 = Complete
Text Symbol: B05 = Incomplete
Text Symbol: B06 = completed
Text Symbol: B07 = Open
Text Symbol: B08 = Step &1 (&2) missing
Text Symbol: B09 = Predecessor step &1 (&2) exists
Text Symbol: B10 = Predecessor step &1 (&2) missing
Text Symbol: C01 = From Date
Text Symbol: C02 = To Date
Text Symbol: C03 = From time
Text Symbol: C04 = To time
Text Symbol: F01 = Step Descr.
Text Symbol: F02 = Start
Text Symbol: F03 = Target
Text Symbol: F04 = Attribute Value
Text Symbol: F05 = Description
Text Symbol: F06 = No./Instances
Text Symbol: F07 = Step Name
Text Symbol: H01 = Process / Step
Text Symbol: H02 = Timestamp / GUID / BranchID / Sup.Branch / Ass.Time / TransID / VBKey / CW Count / User
Text Symbol: H03 = Start / End / Duration
Text Symbol: I01 = Process instance updated





Text Symbol: I02 = Process instance not updated. No new data
Text Symbol: M01 = Process Attribute Overview
Text Symbol: M02 = Step Attribute Overview
Text Symbol: M03 = Transition Attribute Overview
Text Symbol: M04 = Search in Tracking Records
Text Symbol: M05 = Reset Records


INCLUDES used within this REPORT SPI_PS_SHOW_1

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 = l_image info = l_text add_stdinf = ' ' IMPORTING result = result EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_image info = l_text add_stdinf = ' ' IMPORTING result = result EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_image info = l_text add_stdinf = ' ' IMPORTING result = result EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_image info = l_text add_stdinf = ' ' IMPORTING result = result EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

CALL_BROWSER CALL FUNCTION 'CALL_BROWSER' EXPORTING url = l_url window_name = 'SPI_MONITOR' EXCEPTIONS frontend_not_supported = 1 frontend_error = 2 prog_not_found = 3 no_batch = 4 unspecified_error = 5 OTHERS = 6.

SPI_FILT_VALUE_DYNP CALL FUNCTION 'SPI_FILT_VALUE_DYNP' EXPORTING ip_proctype = proctype IMPORTING et_filter = pfilter.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SSPIATTROV' i_bypassing_buffer = ' ' CHANGING ct_fieldcat = gt_fcat.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-013 text_question = l_question IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'VSPICSTR' i_bypassing_buffer = ' ' CHANGING ct_fieldcat = gt_fcattr.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = l_text.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = l_text.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = l_type i_text = l_text.




BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'W' i_text = l_text.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = l_text.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'W' i_text = l_text.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_amodal = spi_on.



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