RSDDCLSOUT SAP (Results Structure for Mass Classification in DDIC) Structure details

Dictionary Type: Structure
Description: Results Structure for Mass Classification in DDIC




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




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

RSDDCLSOUT 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 "Results Structure for Mass Classification in DDIC" 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_RSDDCLSOUT TYPE RSDDCLSOUT.

The RSDDCLSOUT table consists of various fields, each holding specific information or linking keys about Results Structure for Mass Classification in DDIC data available in SAP. These include CLS_TEXT (Extensibility), WRONG_ICON (), STRUC (Structure), STATUS (Activation status of a Repository object).. 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 RSDDCLSOUT 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
CLS_ICONNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
CLS_TEXTExtensibility SDCCLSTEXTCHAR40TEXT40
WRONG_ICON SDC_WRONGCHAR4CHAR4
STRUCStructure SDC_STRUCCHAR30Assigned to domainAS4TAB
STATUSActivation status of a Repository object SDC_STATUSCHAR25TEXT25
PROP_ICONNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
PROP_TEXTProposal for Classification SDC_PROPOSCHAR40TEXT40
CUSTEXTMaximum Existing Customer Enhancement SDC_EXTCHAR25CHAR25
AUTHORPerson Responsible for a Repository Object RESPONSIBLCHAR12AS4USERUSER_ADDR
DEVPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
DEVAUTPerson responsible for a package UNIPCKAUTCHAR12AS4USERUSER_ADDR
COMPONENTApplication Component UFFCTRCHAR20Assigned to domainUFFCTRBMFR
ORGSYSOriginal System UNA_ORGSYSCHAR8SYCHAR08
OBJObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
AS4USERLast changed by UNAMCHAR12SYCHAR12
TABCLASSStructure type SDC_TBCLASCHAR20TEXT20
CONTFLAGDelivery class CONTFLAGCHAR1CONTFLAG
TABARTData class in technical settings TABARTCHAR5Assigned to domainTABART
TABKATSize category TABKATCHAR2TABKAT
CLSClassification SDC_CLSNUMC1DDRANKING
PROPClassification SDC_CLSNUMC1DDRANKING
STATActivation Status of a Repository Object AS4LOCALCHAR1AS4LOCAL
UPDLine Was Changed SDC_UPDCHAR1CHAR1
SAVESingle-Character Indicator CHAR1CHAR1CHAR1
DDEXCLASS 0
WRONGCLEnhancement category is incorrect DDWRONGCLCHAR1DDWRONGCL

Key field Non-key field



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

As RSDDCLSOUT 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 RSDDCLSOUT as there is no data to select.

How to access SAP table RSDDCLSOUT

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