SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Document Management Services(BC-SRV-KPR-DMS) SAP BC

RSIR_MIME_EXPIRY_CLEANUP SAP ABAP Report - Cleanup of Expiry Times in MIME Repository







RSIR_MIME_EXPIRY_CLEANUP 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 RSIR_MIME_EXPIRY_CLEANUP 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 RSIR_MIME_EXPIRY_CLEANUP. "Basic submit
SUBMIT RSIR_MIME_EXPIRY_CLEANUP AND RETURN. "Return to original report after report execution complete
SUBMIT RSIR_MIME_EXPIRY_CLEANUP 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: CHECKONL = Determination of Objects Only
Selection Text: DOCID = Start Node ID
Selection Text: DOCUCL = Start Node Class
Selection Text: IO_INPUT = Addressing per Class and ID
Selection Text: URL = Start Node (URL)
Selection Text: URL_INPU = Addressing per URL
Title: Cleanup of Expiry Times in MIME Repository
Text Symbol: 001 = The expiry times will be cleaned up. Are you sure you want this?
Text Symbol: 002 = Yes
Text Symbol: 003 = No
Text Symbol: 004 = Cleanup of Expiry Times
Text Symbol: 005 = No inconsistent expiry times below the start node
Text Symbol: 006 = Numbe of Objects with Inconsistent Expiry Times:
Text Symbol: 007 = Specify a start node
Text Symbol: 008 = IO Type
Text Symbol: 009 = Document Class
Text Symbol: 010 = ID of Documents
Text Symbol: 011 = Path


INCLUDES used within this REPORT RSIR_MIME_EXPIRY_CLEANUP

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 CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-004 " 'Ändern' TEXT_QUESTION = text-001 "Ändern. Sind Sie sicher?

SKWF_NMSPC_IO_FIND_BY_ADDRESS CALL FUNCTION 'SKWF_NMSPC_IO_FIND_BY_ADDRESS' EXPORTING URL = url APPL = 'MIME' * FOLDER = * PTYPE = * X_STRICT = IMPORTING IO = io ERROR = ERR_RES * TABLES * PROPERTIES_REQUEST = * PROPERTIES_RESULT = .

SKWF_UTIL_IOS_CLASSIFY CALL FUNCTION 'SKWF_UTIL_IOS_CLASSIFY' TABLES OBJECTS = objects TYPED_OBJECTS = ios.

WBMR_BROWSER_EXPIRY_GET CALL FUNCTION 'WBMR_BROWSER_EXPIRY_GET' EXPORTING IO = io IMPORTING EXPIRY_TIME = io_expiry_time RESULT = result.

WBMR_EXPIRY_PRIVACY_GET CALL FUNCTION 'WBMR_EXPIRY_PRIVACY_GET' EXPORTING IO = io IMPORTING PRIVACY = io_privacy RESULT = result.

SKWF_NMSPC_PARENTS_GET CALL FUNCTION 'SKWF_NMSPC_PARENTS_GET' EXPORTING IO = parent IMPORTING ERROR = ERR_RES TABLES PARENTS = parents.

WBMR_BROWSER_EXPIRY_GET CALL FUNCTION 'WBMR_BROWSER_EXPIRY_GET' EXPORTING IO = parent IMPORTING EXPIRY_TIME = parent_expiry_time RESULT = result.

WBMR_EXPIRY_PRIVACY_GET CALL FUNCTION 'WBMR_EXPIRY_PRIVACY_GET' EXPORTING IO = parent IMPORTING PRIVACY = parent_privacy RESULT = result.

WBMR_BROWSER_EXPIRY_SET CALL FUNCTION 'WBMR_BROWSER_EXPIRY_SET' EXPORTING IO = io EXPIRY_TIME = io_expiry_time PROPAGATE = ' ' IMPORTING RESULT = result.

SKWF_NMSPC_IO_ADDRESS_GET CALL FUNCTION 'SKWF_NMSPC_IO_ADDRESS_GET' EXPORTING IO = io * X_INCLUDE_APPL = IMPORTING URL = url * RELATIVE_URL = ERROR = result.

WBMR_EXPIRY_PRIVACY_GET CALL FUNCTION 'WBMR_EXPIRY_PRIVACY_GET' EXPORTING IO = PRIV_IO-SUB_IO IMPORTING PRIVACY = SUB_PRIV RESULT = ERR_RES.

WBMR_BROWSER_EXPIRY_GET CALL FUNCTION 'WBMR_BROWSER_EXPIRY_GET' EXPORTING IO = PRIV_IO-SUB_IO IMPORTING EXPIRY_TIME = child_expiry_time RESULT = result.

WBMR_BROWSER_EXPIRY_SET CALL FUNCTION 'WBMR_BROWSER_EXPIRY_SET' EXPORTING IO = PRIV_IO-SUB_IO EXPIRY_TIME = PRIV_IO-exp_time * PROPAGATE = ' ' IMPORTING RESULT = result.

SKWF_NMSPC_IO_ADDRESS_GET CALL FUNCTION 'SKWF_NMSPC_IO_ADDRESS_GET' EXPORTING IO = PRIV_IO-SUB_IO * X_INCLUDE_APPL = IMPORTING URL = url * RELATIVE_URL = ERROR = result.

WBMR_BROWSER_EXPIRY_GET CALL FUNCTION 'WBMR_BROWSER_EXPIRY_GET' EXPORTING IO = PRIV_IO-SUB_IO IMPORTING EXPIRY_TIME = parent_expiry_time RESULT = result.

WBMR_BROWSER_EXPIRY_SET CALL FUNCTION 'WBMR_BROWSER_EXPIRY_SET' EXPORTING IO = PRIV_IO-SUB_IO EXPIRY_TIME = PRIV_IO-exp_time * PROPAGATE = ' ' IMPORTING RESULT = result.

SKWF_NMSPC_IO_ADDRESS_GET CALL FUNCTION 'SKWF_NMSPC_IO_ADDRESS_GET' EXPORTING IO = PRIV_IO-SUB_IO * X_INCLUDE_APPL = IMPORTING URL = url * RELATIVE_URL = ERROR = result.

WBMR_EXPIRY_PRIVACY_GET CALL FUNCTION 'WBMR_EXPIRY_PRIVACY_GET' EXPORTING IO = PRIV_IO-SUB_IO IMPORTING PRIVACY = SUB_PRIV_wrk RESULT = ERR_RES.

WBMR_BROWSER_EXPIRY_GET





CALL FUNCTION 'WBMR_BROWSER_EXPIRY_GET' EXPORTING IO = PRIV_IO-SUB_IO IMPORTING EXPIRY_TIME = child_expiry_time RESULT = result.



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