/BCV/C_DISATTT SAP (Display Attributes Texts) Table details

Dictionary Type: Table
Description: Display Attributes Texts




ABAP Code to SELECT data from /BCV/C_DISATTT
Related tables to /BCV/C_DISATTT
Access table /BCV/C_DISATTT




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

/BCV/C_DISATTT is a standard SAP Table which is used to store Display Attributes Texts data and is available within R/3 SAP systems depending on the version and release level.

The /BCV/C_DISATTT table consists of various fields, each holding specific information or linking keys about Display Attributes Texts data available in SAP. These include LANGU (Language Key), DISPLAY_TYPE (Chart Technology), DISPLAY_SUB_TYPE (Chart Type), DISPLAY_ATTR (Display Field).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table for: /BCV/C_DISATTR


SAP /BCV/C_DISATTT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
DISPLAY_TYPEChart Technology /BCV/UIF_DISPLAY_TYPECHAR10/BCV/C_DISTYPE/BCV/UIF_DISPLAY
DISPLAY_SUB_TYPEChart Type /BCV/UIF_DISPLAY_SUB_TYPECHAR10/BCV/C_DISUBT/BCV/UIF_DISPLAY
DISPLAY_ATTRDisplay Field /BCV/UIF_DISPLAY_ATTRCHAR10/BCV/C_DISATTR/BCV/UIF_DISPLAY
ATTRIBUTE_NAMEBCV Display Object Description by Name /BCV/UIF_DISPLAY_NAMECHAR40/BCV/UIF_FIELD_NAME
ATTRIBUTE_DESCRBCV Display Object Description by Quick Info /BCV/UIF_DISPLAY_DESCRCHAR80/BCV/UIF_FIELD_DESCR

Key field Non-key field



How do I retrieve data from SAP table /BCV/C_DISATTT using ABAP code

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

SELECT SINGLE *
FROM /BCV/C_DISATTT
INTO CORRESPONDING FIELDS OF WA_/BCV/C_DISATTT
WHERE...

How to access SAP table /BCV/C_DISATTT

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