RSRD_ADMIN_SETTING 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_SETTING 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: P_OBJV = D .
Selection Text: S_SYSAL = Alias Name for External System
Selection Text: S_SETTNG = Technical Name
Selection Text: S_OWNER = Created By
Selection Text: S_OBJID = Technical Name
Selection Text: S_LSTCHN = Last Changed by
Selection Text: P_TXTLG = Description (Search String)
Selection Text: P_OUTFM = Output Format
Selection Text: P_OBJTP = Type
Selection Text: P_DISTT = Distribution Type
Title: Selection of Broadcast Settings
Text Symbol: 031 = Value
Text Symbol: 030 = Attribute: Name
Text Symbol: 022 = Check
Text Symbol: 021 = Display of DB Content
Text Symbol: 020 = Execute
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 = Contents
Text Symbol: 002 = Basic Object
Text Symbol: 001 = General Parameters
INCLUDE RSRD_ADMIN_SETTING_TOP . " GLOBAL DATA
INCLUDE RSRD_ADMIN_SETTING_EVENTS.
INCLUDE RSRD_ADMIN_SETTING_START.
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.