SAP Reports / Programs | SAP Business Information Warehouse | Business Explorer | End User Technology(BW-BEX-ET) SAP BW

RSRD_ADMIN_SETTING SAP ABAP Report - Selection of Broadcast Settings







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


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 RSRD_ADMIN_SETTING. "Basic submit
SUBMIT RSRD_ADMIN_SETTING AND RETURN. "Return to original report after report execution complete
SUBMIT RSRD_ADMIN_SETTING 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: 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


INCLUDES used within this REPORT RSRD_ADMIN_SETTING

INCLUDE RSRD_ADMIN_SETTING_TOP . " GLOBAL DATA
INCLUDE RSRD_ADMIN_SETTING_EVENTS.
INCLUDE RSRD_ADMIN_SETTING_START.




INCLUDE RSRD_ADMIN_SETTING_MOD.
INCLUDE RSRD_ADMIN_SETTING_MISC.
INCLUDE RSRD_ADMIN_SETTING_SELECT.
INCLUDE RSRD_ADMIN_SETTING_FILL.
INCLUDE RSRD_ADMIN_SETTING_GRID.
INCLUDE RSRD_ADMIN_SETTING_COMMANDS.
INCLUDE RSRD_ADMIN_SETTING_LOG.


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