SPI_VERI_PROCESS_UI 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_VERI_PROCESS_UI into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: PAGENT = Agent Active/Inactive
Selection Text: PAPPEND = Complete Process Instance
Selection Text: PASSMBL = Assemble Process
Selection Text: PBRANCH = Branch
Selection Text: PCENTRAL = Write Central Repository
Selection Text: PCOL = Renew Collections
Selection Text: PCOMMIT = Commit work
Selection Text: PENDC = End Point C
Selection Text: PENDD = End Point D
Selection Text: PID = Instance Counter
Selection Text: PIDOLD = From Instance Number
Selection Text: PLOCAL = Check Local Repository
Selection Text: PMETA = Check Metadata
Selection Text: PNUM = No. of process instances
Selection Text: PNUMC = Number, Branch C
Selection Text: PNUMD = Number, Branch D
Selection Text: PPROT = Display logs
Selection Text: PREORG = Delete all Process Data
Selection Text: PSHOW = Display Process
Selection Text: PSTARTA = Starting Point A
Selection Text: PSTARTB = Starting Point B
Selection Text: PTRACK = Simulate Process
Selection Text: PTRANS = Start Transport
Selection Text: P_ERROR = Stop processes with errors
Selection Text: P_ERR_E = Error at end
Selection Text: P_ERR_M = Error in the center
Selection Text: P_ERR_S = Error at start
Selection Text: UNREL = Cancel Release
Title: Write Tracking Records for Verification Process
Text Symbol: S03 = Steps to Execute
Text Symbol: S02 = Set Error Status
Text Symbol: S01 = Write Tracking Records
Text Symbol: M01 = Center
Text Symbol: 001 = Tracking agents successfully activated
Text Symbol: 002 = Activation of tracking agents failed
Text Symbol: 003 = Tracking agents successfully deactivated
Text Symbol: 004 = Deactivation of tracking agents failed
Text Symbol: 005 = Collector for central storage started
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SPI_LS_STAT_START CALL FUNCTION 'SPI_LS_STAT_START' EXPORTING ip_agentid = gp_agentid.
SPI_FILL_FIELD_STRUCT CALL FUNCTION 'SPI_FILL_FIELD_STRUCT' EXPORTING is_fname = l_fname IMPORTING es_fstruct = ls_fieldname.
SPI_APPEND_NAME_VALUE_PAIR CALL FUNCTION 'SPI_APPEND_NAME_VALUE_PAIR' EXPORTING ip_name = l_fname ip_value = l_content CHANGING et_data = lt_data.
SPI_APPEND_NAME_VALUE_PAIR CALL FUNCTION 'SPI_APPEND_NAME_VALUE_PAIR' EXPORTING ip_name = spil_tr_name_error_status ip_value = l_value CHANGING et_data = lt_data.
SPI_LS_NAME_VALUE_WRITE CALL FUNCTION 'SPI_LS_NAME_VALUE_WRITE' EXPORTING ip_agentid = gp_agentid ip_signature = ls_config-signature ip_agentinst = gp_aginst it_data = lt_data EXCEPTIONS ls_too_long_data = 1 OTHERS = 2.
SPI_LS_STAT_STOP CALL FUNCTION 'SPI_LS_STAT_STOP' EXPORTING ip_agentid = gp_agentid.
SPI_GET_AGENT_RT_CONFIG CALL FUNCTION 'SPI_GET_AGENT_RT_CONFIG' EXPORTING ip_agentid = gp_agentid IMPORTING et_config = rt_config.
SPI_LS_READ CALL FUNCTION 'SPI_LS_READ' EXPORTING ip_max = l_num it_agents = lt_agent ip_tstfrom = g_tstmp ip_tstto = g_tstmp_to IMPORTING et_records = gt_res.
CALL_BROWSER CALL FUNCTION 'CALL_BROWSER' EXPORTING url = urlc window_name = 'PMI_UI' * NEW_WINDOW = ' ' * BROWSER_TYPE = * CONTEXTSTRING = EXCEPTIONS frontend_not_supported = 1 frontend_error = 2 prog_not_found = 3 no_batch = 4 unspecified_error = 5 OTHERS = 6 .
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_VERI_PROCESS_UI or its description.
SPI_VERI_PROCESS_UI - Write Tracking Records for Verification Process SPI_VERI_PROCESS_UI - Write Tracking Records for Verification Process SPI_VERI_PROCESS_3 - Write Tracking Records for Verification Process SPI_VERI_PROCESS_3 - Write Tracking Records for Verification Process SPI_VERI_PROCESS_2 - Write Tracking Records for Verification Process SPI_VERI_PROCESS_2 - Write Tracking Records for Verification Process