CLES_S_ND_CLASS SAP (Root Node for the Class) Structure details

Dictionary Type: Structure
Description: Root Node for the Class




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




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

CLES_S_ND_CLASS 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 "Root Node for the Class" 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_CLES_S_ND_CLASS TYPE CLES_S_ND_CLASS.

The CLES_S_ND_CLASS table consists of various fields, each holding specific information or linking keys about Root Node for the Class data available in SAP. These include CLASS_TYPE (Class Type), CLASS (Class number), VALID_FROM (Valid From Timestamp), VALID_TO (Valid To Timestamp).. 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 (character-type or numeric)


SAP CLES_S_ND_CLASS 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
CLINTInternal Class Number CLINTNUMC10Assigned to domainCLINT
CLASS_TYPEClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
CLASSClass number KLASSE_DCHAR18KLASSEKLA
VALID_FROMValid From Timestamp ESH_E_CL_VALID_FROMDEC15TZNTSTMPS
VALID_TOValid To Timestamp ESH_E_CL_VALID_TODEC15TZNTSTMPS
CREATED_BYCreated By User ESH_E_CL_USER_CREATECHAR12USERNAME
CREATED_ATCreation Timestamp ESH_E_CL_TIMESTAMP_CREATEDEC15TZNTSTMPS
LAST_CHANGED_BYChanged By User ESH_E_CL_USER_CHANGECHAR12USERNAME
LAST_CHANGED_ATLast-Changed Timestamp ESH_E_CL_TIMESTAMP_CHANGEDEC15TZNTSTMPS
STATUClass status KLSTATUSCHAR1Assigned to domainKLSTATUS
KLAGRClass Group KLASSENGRCHAR10Assigned to domainKLASSENGRKGR
SICHTOrganizational Area ABTEILUNGCHAR10CHAR10VIEW
BGRKPClass maintenance authorization group BGRKPCHAR3BERGR
BGRKLClassification authorization group BGRKLCHAR3BERGR
BGRSEAuthorization group for finding objects BGRSECHAR3BERGR
DINKZDIN class indicator DINKENCHAR1CHAR1
NNORMName of standards organization NORMCHAR10TEXT10
NORMNStandard Number NORMNRCHAR20TEXT20
NORMBIndustry Standard Description NORMBECHAR70TEXT70
NRMT1Standard title NORMTITELCHAR70TEXT70
NRMT2Standard title NORMTITELCHAR70TEXT70
AUSGDIssue date AUSGDTDATS8DATUM
VERSDVersion date VERSDTDATS8DATUM
VERSIVersion Number VERSIONUMC2VERSNR
KNOBJNumber of Object with Assigned Dependencies KNOBJNUMC18KNOBJ
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
DOKVRDocument Version DOKVRCHAR2DOKVRCV3

Key field Non-key field



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

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

How to access SAP table CLES_S_ND_CLASS

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