RSRD_SETTING SAP (Broadcasting Settings) Table details

Dictionary Type: Table
Description: Broadcasting Settings




ABAP Code to SELECT data from RSRD_SETTING
Related tables to RSRD_SETTING
Access table RSRD_SETTING




Table field list including key, data, relationships and ABAP select examples

RSRD_SETTING is a standard SAP Table which is used to store Broadcasting Settings data and is available within R/3 SAP systems depending on the version and release level.

The RSRD_SETTING table consists of various fields, each holding specific information or linking keys about Broadcasting Settings data available in SAP. These include OBJVERS (Object version), OBJECT_TYPE (Object Type of BW Reporting Object in Broadcasting Framework), OBJECT_ID (ID of a BW Reporting Object in the Broadcasting Framework), SYSTEM_ALIAS (Alias Name of External System in SLD).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = RSRD_SETTINGT


SAP RSRD_SETTING table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SETTING_IDTechnical Name of Broadcast Setting RSRD_SETTING_IDCHAR40CHAR40
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
OBJECT_TYPEObject Type of BW Reporting Object in Broadcasting Framework RSRD_OBJECT_TYPECHAR2RSRD_OBJECT_TYPE
OBJECT_IDID of a BW Reporting Object in the Broadcasting Framework RSRD_OBJECT_IDCHAR40CHAR40
SYSTEM_ALIASAlias Name of External System in SLD RSRD_SYSTEM_ALIASCHAR32
LASTCHANGEBYLast changed by RSTSTPNMCHAR12Assigned to domainXUBNAME
CREATEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
LASTCHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
LASTUSEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
CREATYPE--- obsolete ---- RSRD_CHAR30_OBSOLETECHAR30CHAR30
OUTFORM--- obsolete ---- RSRD_CHAR30_OBSOLETECHAR30CHAR30
DISTTYPE--- obsolete ---- RSRD_CHAR30_OBSOLETECHAR30CHAR30
OBJSTATObject Status RSOBJSTATCHAR3RSOBJSTAT
CONTRELContent release RSCONTRELCHAR6CHAR6
CONTTIMESTMPContent time stamp: Last modification to the object by SAP RSCONTTIMESTMPDEC15TZNTSTMPS
OWNEROwner (Person Responsible) RSOWNERCHAR12Assigned to domainXUBNAMERS_OWNER
BWAPPLBW Application (Namespace) RSBWAPPLCHAR10

Key field Non-key field



How do I retrieve data from SAP table RSRD_SETTING using ABAP code

The following ABAP code Example will allow you to do a basic selection on RSRD_SETTING to SELECT all data from the table
DATA: WA_RSRD_SETTING TYPE RSRD_SETTING.

SELECT SINGLE *
FROM RSRD_SETTING
INTO CORRESPONDING FIELDS OF WA_RSRD_SETTING
WHERE...

How to access SAP table RSRD_SETTING

Within an ECC or HANA version of SAP you can also view further information about RSRD_SETTING and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!