SAP Reports / Programs

RSXMB_DEL_TO_ARCH SAP ABAP Report - Subsequently Specifies Interfaces for Archiving







RSXMB_DEL_TO_ARCH 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 RSXMB_DEL_TO_ARCH 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 RSXMB_DEL_TO_ARCH. "Basic submit
SUBMIT RSXMB_DEL_TO_ARCH AND RETURN. "Return to original report after report execution complete
SUBMIT RSXMB_DEL_TO_ARCH VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Subsequently Specifies Interfaces for Archiving
Text Symbol: SLS = /
Text Symbol: 027 = List Messages
Text Symbol: 026 = Last Run
Text Symbol: 025 = Messages to be Changed
Text Symbol: 024 = Changed Messages
Text Symbol: 023 = Data Records Read
Text Symbol: 022 = Entry was adapted
Text Symbol: 021 = Cancelled because maximum runtime was exceeded
Text Symbol: 020 = Information
Text Symbol: 019 = Outbound Interface
Text Symbol: 018 = Inbound Interface
Text Symbol: 017 = Switch runs cannot be run in parallel to deletion
Text Symbol: 016 = Reorganization jobs (archiving, deleting) must not run in parallel
Text Symbol: 015 = CANNOT revoke change from 'Delete' to 'Archive'
Text Symbol: 014 = Caution:
Text Symbol: 013 = Result
Text Symbol: 012 = Execution
Text Symbol: 011 = Selection
Text Symbol: 010 = End of Execution Until
Text Symbol: 009 = End of Execution From
Text Symbol: 008 = Execute
Text Symbol: 007 = Test Mode
Text Symbol: 006 = Maximum Runtime [s]
Text Symbol: 005 = Block Size (max. 15000)
Text Symbol: 004 = Including Logically Deleted Messages
Text Symbol: 003 = Logical Pipeline
Text Symbol: 002 = Interface Namespace
Text Symbol: 001 = Interface Name


INCLUDES used within this REPORT RSXMB_DEL_TO_ARCH

INCLUDE RSXMBDELTOARCHTOP.
INCLUDE RSXMBDELTOARCHSCR.
INCLUDE RSXMBDELTOARCHFRM.
INCLUDE RSXMBDELTOARCHMOD.


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:

No SAP FUNCTION MODULES are executed within this report code!



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