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

SPI_VERI_REORGANISATION SAP ABAP Report - Write Tracking Records for Verification Process







SPI_VERI_REORGANISATION 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_REORGANISATION 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_REORGANISATION. "Basic submit
SUBMIT SPI_VERI_REORGANISATION AND RETURN. "Return to original report after report execution complete
SUBMIT SPI_VERI_REORGANISATION 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: PASSMBL = Assemble Process
Selection Text: PC = Commit work
Selection Text: PCENTRAL = Write Central Repository
Selection Text: PDAT1 = Date
Selection Text: PDAT2 = Date
Selection Text: PDAT3 = Date
Selection Text: PDAT4 = Date
Selection Text: PDAT5 = Date
Selection Text: PE = Event
Selection Text: PEVERR = Event error
Selection Text: PEVOK = Event OK
Selection Text: PEVTE = Event temporary error
Selection Text: PEVTOK = Event temporarily OK
Selection Text: PEVTW = Event temporary warning
Selection Text: PEVWARN = Event warning
Selection Text: PLEV1 = 1st Time
Selection Text: PLEV2 = 2nd Time
Selection Text: PLEV3 = 3rd Time
Selection Text: PLEV4 = 4th Time
Selection Text: PLEV5 = 5th Time
Selection Text: PLOCAL = Check Local Repository
Selection Text: PMETA = Check Metadata
Selection Text: PNUM1 = No. of process instances
Selection Text: PNUM2 = No. of process instances
Selection Text: PNUM3 = No. of process instances
Selection Text: PNUM4 = No. of process instances
Selection Text: PNUM5 = No. of process instances
Selection Text: PREORG = Execute Reorg
Selection Text: PSEC1 = Time Between Instances (Sec.)
Selection Text: PSEC2 = Time Between Instances (Sec.)
Selection Text: PSEC3 = Time Between Instances (Sec.)
Selection Text: PSEC4 = Time Between Instances (Sec.)
Selection Text: PSEC5 = Time Between Instances (Sec.)
Selection Text: PTIM1 = Time
Selection Text: PTIM2 = Time
Selection Text: PTIM3 = Time
Selection Text: PTIM4 = Time
Selection Text: PTIM5 = Time





Selection Text: PTRANS = Start Transport
Selection Text: PVERI = Call in Veri
Selection Text: PAGENT = Write Records (Local)
Selection Text: P1 = Step 1
Selection Text: P1ERR = Step 1 error
Selection Text: P1OK = Step 1 OK
Selection Text: P1TE = Step 1 temporary error
Selection Text: P1TOK = Step 1 temporarily OK
Selection Text: P1TW = Step 1 temporary warning
Selection Text: P1WARN = Step 1 warning
Selection Text: P2 = Step 2
Selection Text: P2ERR = Step 2 error
Selection Text: P2OK = Step 2 OK
Selection Text: P2TE = Step 2 temporary error
Selection Text: P2TOK = Step 2 temporarily OK
Selection Text: P2TW = Step 2 temporary warning
Selection Text: P2WARN = Step 2 warning
Selection Text: P3 = Step 3
Selection Text: P3ERR = Step 3 error
Selection Text: P3OK = Step 3 OK
Selection Text: P3TE = Step 3 temporary error
Selection Text: P3TOK = Step 3 temporarily OK
Selection Text: P3TW = Step 3 temporary warning
Selection Text: P3WARN = Step 3 warning
Title: Write Tracking Records for Verification Process
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: 013 = Tracking records placed in local repository
Text Symbol: 020 = Reorganization was successful
Text Symbol: 021 = Reorganization was not successful





Text Symbol: S01 = Write Tracking Records
Text Symbol: S02 = Set Error Status
Text Symbol: S03 = Steps to Execute
Text Symbol: S04 = Process Instances for Different Times


INCLUDES used within this REPORT SPI_VERI_REORGANISATION

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_APPEND_NAME_VALUE_PAIR CALL FUNCTION 'SPI_APPEND_NAME_VALUE_PAIR' EXPORTING ip_name = spi_tr_name_error_status ip_value = l_content CHANGING et_data = lt_data.

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