RSRD_ATTR SAP (Broadcasting Framework: Producer/Distributor Attributes) Table details

Dictionary Type: Table
Description: Broadcasting Framework: Producer/Distributor Attributes




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




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

RSRD_ATTR is a standard SAP Table which is used to store Broadcasting Framework: Producer/Distributor Attributes data and is available within R/3 SAP systems depending on the version and release level.

The RSRD_ATTR table consists of various fields, each holding specific information or linking keys about Broadcasting Framework: Producer/Distributor Attributes data available in SAP. These include ATTR_ID (Name of an Attribute in a Class in the RD Framework), ATTR_TYPE (Type of Producer/Distributor Class Attribute in RD), ATTR_GROUP_ID (Attribute Group (for formatting in tab pages, and so on)), POS (Position of an Attribute in the Display).. 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_ATTRT


SAP RSRD_ATTR 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
CLASSProducer, Converter, or Distributor Class in Broadcasting RSRD_CLASSCHAR30SEOCLSNAME
ATTR_IDName of an Attribute in a Class in the RD Framework RSRD_ATTR_IDCHAR30CHAR30
ATTR_TYPEType of Producer/Distributor Class Attribute in RD RSRD_ATTR_TYPECHAR10RSRD_ATTR_TYPE
ATTR_GROUP_IDAttribute Group (for formatting in tab pages, and so on) RSRD_ATTR_GROUP_IDCHAR10RSRD_ATTR_GROUPCHAR10
POSPosition of an Attribute in the Display RSRD_ATTR_POSITIONNUMC3NUMC3
ATTR_GROUP_ID_WIAttribute Group (for formatting in tab pages, and so on) RSRD_ATTR_GROUP_IDCHAR10RSRD_ATTR_GROUPCHAR10
POS_WIZARDPosition of an Attribute in the Display RSRD_ATTR_POSITIONNUMC3NUMC3
LENGTH_MAXMeasure for the Character Display of an Attribute RSRD_ATTR_SIZENUMC3NUMC3
LENGTHMeasure for the Character Display of an Attribute RSRD_ATTR_SIZENUMC3NUMC3
HEIGHTMeasure for the Character Display of an Attribute RSRD_ATTR_SIZENUMC3NUMC3
LENGTH_WIZARDMeasure for the Character Display of an Attribute RSRD_ATTR_SIZENUMC3NUMC3
HEIGHT_WIZARDMeasure for the Character Display of an Attribute RSRD_ATTR_SIZENUMC3NUMC3
LENGTH_LABELMeasure for the Character Display of an Attribute RSRD_ATTR_SIZENUMC3NUMC3
MANDATORYBoolean RS_BOOLCHAR1RS_BOOL
MULTI_SELECTBoolean RS_BOOLCHAR1RS_BOOL
MULTI_RENDERMultiple Rendering of Attributes in Broadcasting RSRD_MULTI_RENDERCHAR1RSRD_MULTI_RENDER
DEFAULT_DYNAMICBoolean RS_BOOLCHAR1RS_BOOL
DEFAULT_VALUEValue in Parameter Container (CL_RSR_PARAMETER) as String RSRD_PARAM_SSTRINGSSTR255RSRD_SSTRING
F4TYPEAttribute Input Help Type RSRD_ATTR_F4TYPECHAR2RSRD_ATTR_F4TYPE
F4DOMAINDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
RENDER_TYPEAttribute Layout Type RSRD_RENDER_TYPECHAR2RSRD_RENDER_TYPE
F1DTELData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
LANGUAGE_DEPBoolean RS_BOOLCHAR1RS_BOOL
NO_LABELBoolean RS_BOOLCHAR1RS_BOOL
NOT_IN_WIZARDBoolean RS_BOOLCHAR1RS_BOOL
REFRESH_ON_CHANGBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSRD_ATTR
INTO CORRESPONDING FIELDS OF WA_RSRD_ATTR
WHERE...

How to access SAP table RSRD_ATTR

Within an ECC or HANA version of SAP you can also view further information about RSRD_ATTR 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!