RSOCLASSREF SAP (BW Metadata Repository: References for a Class) Table details

Dictionary Type: Table
Description: BW Metadata Repository: References for a Class




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




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

RSOCLASSREF is a standard SAP Table which is used to store BW Metadata Repository: References for a Class data and is available within R/3 SAP systems depending on the version and release level.

The RSOCLASSREF table consists of various fields, each holding specific information or linking keys about BW Metadata Repository: References for a Class data available in SAP. These include REFERENCE (BW Metadata Repository, Class: Name of a Reference), REFTYPE (BW Metadata Repository, Classe: Qualified Name), REFASCEND (BW Metadata Repository, Classe: Qualified Name), VISIBILITY (Character field, length 32).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSOCLASSREF 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
CLASSIDBW Metadata Repository, Classe: Qualified Name RSO_CLASS_CLASSIDCHAR80RSOCLASSRSO_CLASS_CLASSID
REFERENCEBW Metadata Repository, Class: Name of a Reference RSO_CLASS_REFERENCECHAR30RSO_CLASS_REFERENCE
REFTYPEBW Metadata Repository, Classe: Qualified Name RSO_CLASS_CLASSIDCHAR80RSO_CLASS_CLASSID
REFASCENDBW Metadata Repository, Classe: Qualified Name RSO_CLASS_CLASSIDCHAR80RSO_CLASS_CLASSID
VISIBILITYCharacter field, length 32 CHAR32CHAR32CHAR32
CHANGEABLEBoolean RS_BOOLCHAR1RS_BOOL
INVERSEBoolean RS_BOOLCHAR1RS_BOOL
MULTLOWERCharacter Field Length = 10 CHAR10CHAR10CHAR10
MULTUPPERCharacter Field Length = 10 CHAR10CHAR10CHAR10
MULTORDEREDBoolean RS_BOOLCHAR1RS_BOOL
MULTUNIQUEBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSOCLASSREF
INTO CORRESPONDING FIELDS OF WA_RSOCLASSREF
WHERE...

How to access SAP table RSOCLASSREF

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