RSRD_ADMIN_REGISTRATION 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 RSRD_ADMIN_REGISTRATION into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: S_SETTNG = Technical Name of Setting
Selection Text: S_LSTCHN = Scheduling Created by
Selection Text: S_EVTTP = Techn. Name of Time
Selection Text: S_EVTDC = Techn. Name of InfoProvider
Selection Text: P_OBJV = Version
Selection Text: P_EVTTP = Default Time
Selection Text: P_EVTSE = Direct Scheduling
Selection Text: P_EVTDC = Data Change in InfoProvider
Selection Text: P_ERROR = Error During Last Execution
Title: Selection of Scheduling of Broadcast Settings
Text Symbol: 021 = Display Last Log
Text Symbol: 020 = Last Log
Text Symbol: 019 = Display Settings
Text Symbol: 018 = Settings
Text Symbol: 017 = Refresh
Text Symbol: 016 = /
Text Symbol: 015 = Scheduling Selected
Text Symbol: 014 = Do you really want to delete the selected scheduling?
Text Symbol: 013 = Confirmation prompt
Text Symbol: 012 = Delete Selected Schedules
Text Symbol: 011 = Delete
Text Symbol: 008 = Type of Scheduling
Text Symbol: 007 = Last Executed on
Text Symbol: 006 = Last Changed On
Text Symbol: 005 = To
Text Symbol: 004 = Created On
Text Symbol: 003 = Contents
Text Symbol: 002 = Basic Object
Text Symbol: 001 = General Parameters
INCLUDE RSRD_ADMIN_REG_TOP . " GLOBAL DATA
INCLUDE RSRD_ADMIN_REG_EVENTS.
INCLUDE RSRD_ADMIN_REG_START.
INCLUDE RSRD_ADMIN_REG_MOD.
INCLUDE RSRD_ADMIN_REG_MISC.
INCLUDE RSRD_ADMIN_REG_SELECT.
INCLUDE RSRD_ADMIN_REG_FILL.
INCLUDE RSRD_ADMIN_REG_GRID.
INCLUDE RSRD_ADMIN_REG_COMMANDS.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSRD_ADMIN_REGISTRATION - Selection of Scheduling of Broadcast Settings RSRD_ADMIN_REGISTRATION - Selection of Scheduling of Broadcast Settings RSRD_ADMIN_BOOKMARKS_3X - Deletion of Bookmarks RSRD_ADMIN_BOOKMARKS_3X - Deletion of Bookmarks RSRD_ADMIN_BM3X_TOP - RSRDADMINBM3XTOP RSRD_ADMIN_BM3X_START - RSRDADMINBM3XSTART