SAP Reports / Programs

SPI_DELETE_RUNTIME_STORES SAP ABAP Report - PMI: Delete Runtime Repositories







SPI_DELETE_RUNTIME_STORES 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_DELETE_RUNTIME_STORES 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_DELETE_RUNTIME_STORES. "Basic submit
SUBMIT SPI_DELETE_RUNTIME_STORES AND RETURN. "Return to original report after report execution complete
SUBMIT SPI_DELETE_RUNTIME_STORES 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: P_ROWS = Number of Lines
Title: PMI: Delete Runtime Repositories
Text Symbol: 001 = Process Instances
Text Symbol: 002 = Process Instance Steps
Text Symbol: 003 = Tracking Header
Text Symbol: 004 = Payload
Text Symbol: 005 = 1-Step Events
Text Symbol: 006 = 2-Step Events
Text Symbol: 007 = Packet Size (Number of Lines)
Text Symbol: 008 = Start Multiple Work Processes
Text Symbol: 009 = Aggregation
Text Symbol: 010 = BDF Event Store
Text Symbol: 011 = Performance Data (STAT)
Text Symbol: 012 = Mapping of Hierarchical Processes
Text Symbol: 100 = Process Selection
Text Symbol: 101 = Process
Text Symbol: B01 = Runtime Repository
Text Symbol: B02 = Options
Text Symbol: T01 = Do you want to delete the selected repositories?
Text Symbol: T02 = Confirmation Prompt
Text Symbol: T03 = Are you sure you want to delete the repositories for all processes?


INCLUDES used within this REPORT SPI_DELETE_RUNTIME_STORES

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "#EC FB_OLDED EXPORTING defaultoption = 'N' textline1 = text-t01 titel = text-t02 IMPORTING answer = l_answer.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "#EC FB_OLDED EXPORTING defaultoption = 'N' textline1 = text-t03 titel = text-t02 IMPORTING answer = l_answer.

SPI_DELETE_RUNTIME_STORES CALL FUNCTION 'SPI_DELETE_RUNTIME_STORES' EXPORTING it_proctype = it_proctype ip_store_name = ip_name ip_package_size = ip_rows.

SPI_DELETE_RUNTIME_STORES CALL FUNCTION 'SPI_DELETE_RUNTIME_STORES' STARTING NEW TASK ip_name EXPORTING it_proctype = it_proctype ip_store_name = ip_name ip_package_size = ip_rows.



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