CLS_REPORT_DEF_FIELDS SAP (Dynpro fields: Report definition) Structure details

Dictionary Type: Structure
Description: Dynpro fields: Report definition




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




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

CLS_REPORT_DEF_FIELDS 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 "Dynpro fields: Report definition" 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_CLS_REPORT_DEF_FIELDS TYPE CLS_REPORT_DEF_FIELDS.

The CLS_REPORT_DEF_FIELDS table consists of various fields, each holding specific information or linking keys about Dynpro fields: Report definition data available in SAP. These include NAME (Name of report definition), ACTIVATION_STATE (Activation state for package data), CREATE_LIST (X: Create list), CREATE_STAT_DATA (X: Create statistical data).. 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 CLS_REPORT_DEF_FIELDS 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
NAMEName of report definition CLS_REPORT_DEF_NAMECHAR30Assigned to domainCLS_REPORT_DEF_NAME
ACTIVATION_STATEActivation state for package data PAK_ACTIVATION_STATECHAR1PAK_ACTIVATION_STATE
CREATE_LISTX: Create list CLS_CREATE_LISTCHAR1FLAG
CREATE_STAT_DATAX: Create statistical data CLS_CREATE_STAT_DATACHAR1FLAG
CREATED_BYAuthor CNAMCHAR12SYCHAR12
CREATED_ONCreated on RDIR_CDATEDATS8SYDATS
CHANGED_BYLast changed by UNAMCHAR12SYCHAR12
CHANGED_ONChanged On RDIR_UDATEDATS8SYDATS
SECUAuthorization Group SECUCHAR8SYCHAR08
DESCRIPTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
STATE_TEXTPackage Builder: Object Status Text: New, Active, Inactive PBSTATTEXTCHAR60
MASTER_LANGUAGEOriginal Language in Repository objects MASTERLANGLANG1Assigned to domainISOLASPRASH_T002
AUTHORPerson Responsible for a Repository Object RESPONSIBLCHAR12AS4USERUSER_ADDR
PACKAGEPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS

Key field Non-key field



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

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

How to access SAP table CLS_REPORT_DEF_FIELDS

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