SAP Reports / Programs

SPI_VERI_PROCESS_3 SAP ABAP Report - Write Tracking Records for Verification Process







SPI_VERI_PROCESS_3 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_3 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_3. "Basic submit
SUBMIT SPI_VERI_PROCESS_3 AND RETURN. "Return to original report after report execution complete
SUBMIT SPI_VERI_PROCESS_3 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: PTRANS = Start Transport
Selection Text: PTRACK = Simulate Process
Selection Text: PSTARTB = Starting Point B
Selection Text: PSTARTA = Starting Point A
Selection Text: PREORG = Execute Reorg
Selection Text: PNUMD = Number, Branch D
Selection Text: PNUMC = Number, Branch C
Selection Text: PNUM = No. of process instances
Selection Text: PMETA = Check Metadata
Selection Text: PLOCAL = Check Local Repository
Selection Text: PIDOLD = From Instance Number
Selection Text: PID = Instance Counter
Selection Text: PENDD = End Point D
Selection Text: PENDC = End Point C
Selection Text: PCOMMIT = Commit work
Selection Text: PCENTRAL = Write Central Repository
Selection Text: PBRANCH = Branch
Selection Text: PASSMBL = Assemble Process
Selection Text: PAPPEND = Complete Process Instance
Selection Text: PAGENT = Agent Active/Inactive
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: K04 = Start B End D
Text Symbol: K03 = _| |_
Text Symbol: K02 = |__|
Text Symbol: K01 = Start A _ _ End C
Text Symbol: C02 = From Inst. No.
Text Symbol: C01 = Complete Processes
Text Symbol: 013 = Tracking records placed in local repository
Text Symbol: 012 = Reorg was executed
Text Symbol: 011 = Assembly failed; see (job log)
Text Symbol: 010 = Veri process successfully assembled
Text Symbol: 009 = Could not write to central repository
Text Symbol: 008 = Tracking records placed in central repository
Text Symbol: 007 = Could not write to local repository
Text Symbol: 006 = Metadata is inconsistent:





Text Symbol: 005 = Collector for central storage started
Text Symbol: 004 = Deactivation of tracking agents failed
Text Symbol: 003 = Tracking agents successfully deactivated
Text Symbol: 002 = Activation of tracking agents failed
Text Symbol: 001 = Tracking agents successfully activated


INCLUDES used within this REPORT SPI_VERI_PROCESS_3

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_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.



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