RSRD_RLP_ADMIN 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_RLP_ADMIN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RSRD_RLP - Administration Broadcasting to RLP
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_WC_ID = D .
Selection Text: S_SYSAL = D .
Selection Text: S_OWNER = D .
Selection Text: S_LSTCHN = D .
Selection Text: S_DOC_NM = D .
Selection Text: S_DOC_ID = D .
Selection Text: S_DOC_DS = D .
Selection Text: P_OBJV = D .
Selection Text: S_SETTNG = Technical Name
Selection Text: S_OBJID = Technical Name
Selection Text: P_OUTFM = Output Format
Selection Text: P_OBJTP = Type (Such As Query, Workbook)
Selection Text: P_DISTT = Distribution Type
Title: Selection of Broadcast Settings for Creation of BW Entries in RLP
Text Symbol: 025 = Execute broadcast setting with current user in logon language
Text Symbol: 024 = The RLP entry is being checked for the selected broadcast settings
Text Symbol: 023 = Check RLP Entry
Text Symbol: 022 = Check
Text Symbol: 021 = Display of DB Content
Text Symbol: 020 = Execute Broadcast Setting
Text Symbol: 019 = Display Scheduling for Selected Settings
Text Symbol: 018 = Schedules
Text Symbol: 017 = Refresh
Text Symbol: 016 = /
Text Symbol: 015 = Settings Selected
Text Symbol: 014 = Do you really want to delete the selected settings?
Text Symbol: 013 = Confirmation Prompt
Text Symbol: 012 = Delete Selected Settings
Text Symbol: 011 = Delete
Text Symbol: 010 = Edit Setting
Text Symbol: 009 = Edit
Text Symbol: 008 = Details to Be Determined
Text Symbol: 007 = Last Executed On
Text Symbol: 006 = Last Changed On
Text Symbol: 005 = To
Text Symbol: 004 = Created On
Text Symbol: 003 = Entry in RLP
Text Symbol: 002 = BW Base Object
INCLUDE RSRD_RLP_ADMIN_TOP . " GLOBAL DATA
INCLUDE RSRD_RLP_ADMIN_EVENTS.
INCLUDE RSRD_RLP_ADMIN_START.
INCLUDE RSRD_RLP_ADMIN_MOD.
INCLUDE RSRD_RLP_ADMIN_MISC.
INCLUDE RSRD_RLP_ADMIN_SELECT.
INCLUDE RSRD_RLP_ADMIN_FILL.
INCLUDE RSRD_RLP_ADMIN_GRID.
INCLUDE RSRD_RLP_ADMIN_COMMANDS.
INCLUDE RSRD_RLP_ADMIN_LOG.
INCLUDE RSRD_RLP_ADMIN_RESOURCE.
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_RLP_ADMIN - Selection of Broadcast Settings for Creation of BW Entries in RLP RSRD_RLP_ADMIN - Selection of Broadcast Settings for Creation of BW Entries in RLP RSRD_MONITOR_SETTING_TOP - Include RSRD_MONITOR_SETTING_TOP RSRD_MONITOR_SETTING_MOD - Include RSRD_MONITOR_SETTING_MOD RSRD_MONITOR_SETTING - Display Database Content for Broadcast Setting RSRD_MONITOR_SETTING - Display Database Content for Broadcast Setting