SAP Reports / Programs

SPI_VERI_PROCESS_UI SAP ABAP Report - Write Tracking Records for Verification Process







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


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_VERI_PROCESS_UI. "Basic submit
SUBMIT SPI_VERI_PROCESS_UI AND RETURN. "Return to original report after report execution complete
SUBMIT SPI_VERI_PROCESS_UI 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: 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





Text Symbol: 006 = Metadata is inconsistent:
Text Symbol: 007 = Could not write to local repository
Text Symbol: 008 = Tracking records placed in central repository
Text Symbol: 009 = Could not write to central repository
Text Symbol: 010 = Veri process successfully assembled
Text Symbol: 011 = Assembly failed; see (job log)
Text Symbol: 012 = Reorg was executed
Text Symbol: 013 = Tracking records placed in local repository
Text Symbol: 014 = Reorg not successful
Text Symbol: 015 = Error when starting the browser:
Text Symbol: A01 = Start 1
Text Symbol: A02 = Start 2
Text Symbol: BRO = Browser started
Text Symbol: C01 = Complete Processes
Text Symbol: C02 = From Inst. No.
Text Symbol: CDL = Collections not created
Text Symbol: CDN = Collections not deleted
Text Symbol: COD = Collections deleted
Text Symbol: COL = Collections created again
Text Symbol: E01 = End tab.1
Text Symbol: E02 = End tab.2
Text Symbol: ERE = Terminated at End (B or S)
Text Symbol: ERM = Terminated in Center
Text Symbol: ERS = Terminated at Start (A or C)
Text Symbol: K01 = Start A _ _ End C
Text Symbol: K02 = |__|
Text Symbol: K03 = _| |_
Text Symbol: K04 = Start B End D


INCLUDES used within this REPORT SPI_VERI_PROCESS_UI

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:

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 .



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