RSRD_SX_ATTRIBUTE SAP (Attribute of a Producer/Distributor Class in RD Framework) Structure details

Dictionary Type: Structure
Description: Attribute of a Producer/Distributor Class in RD Framework




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




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

RSRD_SX_ATTRIBUTE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Attribute of a Producer/Distributor Class in RD Framework" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSRD_SX_ATTRIBUTE TYPE RSRD_SX_ATTRIBUTE.

The RSRD_SX_ATTRIBUTE table consists of various fields, each holding specific information or linking keys about Attribute of a Producer/Distributor Class in RD Framework data available in SAP. These include CLASS (Producer, Converter, or Distributor Class in Broadcasting), 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)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RSRD_SX_ATTRIBUTE structure 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
T_F4_VALUE 0
TXTLGLong description RSTXTLGCHAR60TEXT60
DESCRIPTIONExplanation RSRD_EXPLANATIONCHAR255TEXT255

Key field Non-key field



How do I retrieve data from SAP structure RSRD_SX_ATTRIBUTE using ABAP code?

As RSRD_SX_ATTRIBUTE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSRD_SX_ATTRIBUTE as there is no data to select.

How to access SAP table RSRD_SX_ATTRIBUTE

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