CDBD_ATTRVAL SAP (stores the organization independent attribute values) Table details

Dictionary Type: Table
Description: stores the organization independent attribute values




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




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

CDBD_ATTRVAL is a standard SAP Table which is used to store stores the organization independent attribute values data and is available within R/3 SAP systems depending on the version and release level.

The CDBD_ATTRVAL table consists of various fields, each holding specific information or linking keys about stores the organization independent attribute values data available in SAP. These include ATTRVAL_GUID (Global Unique Identifier), SFAMARA (SFA Key of Material), SETTYPE_GUID (Global Unique Identifier), FRGTYPE_ID (Identification of a Set Type).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CDBD_ATTRVAL 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
ATTRVAL_GUIDGlobal Unique Identifier SMO_GUIDCHAR32SMO_GUID
SFAMARASFA Key of Material SMO_SFAMARCHAR32SMO_GUID
SETTYPE_GUIDGlobal Unique Identifier SMO_GUIDCHAR32SMO_GUID
FRGTYPE_IDIdentification of a Set Type COMT_FRGTYPE_IDCHAR16CHAR16COM_SETTYPE_GENERATED
FIELD_NAMEField name NAME_FELDCHAR30Assigned to domainFDNAMEDFD
ATTRIBUTE_GUIDGlobal Unique Identifier SMO_GUIDCHAR32SMO_GUID
ATTRIBUTE_IDAttribute COMT_ATTR_ID_30CHAR30ATTR_ID_30COM_ATTRIBUTCOM_ATTRIBUTE_SH
ATTR_DATATYPEData Type of Attribute COMT_ATTR_DATATYPECHAR4Assigned to domainATTR_DATATYPE
VALUE_SAttribute Values (high/low) CDB_ATTR_VALUECHAR80CDB_VALUE80
VALUE_DAttribute value DATS CDB_ATTR_DATSDATS8CDB_DATS
VALUE_TAttribute Value TIMS CDB_ATTR_TIMSTIMS6CDB_TIMS
VALUE_BAttribute Value Boolean CDB_ATTR_BOOLCHAR1CDB_BOOL
VALUEAttribute Values (high/low) CDB_ATTR_VALUECHAR80CDB_VALUE80
CURRENCYCurrency domain CDB_CURRCUKY5CDB_CURR
UNITunit CDB_UNITUNIT3CUNITCDB_UNIT
TR_USERTransaction User SMO_TR_USRCHAR32SMO_TR_USR
TR_IDTransaction Identifier SMO_TR_IDCHAR32SMO_TR_ID
TR_STATUSStatus of Transaction SMO_TR_STSCHAR4SMO_TR_STS
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DELETEDMobile Sales Deleted SMO_DELETDCHAR1SMO_DELETD
TR_ROOTIDIdentifier of BDoc Root object SMO_RTGUIDCHAR32SMO_GUID
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
VALUE_LLanguage SMO_LANGUCHAR2SMO_LANGU
VALUE_Ccurrency/Numeric value CDB_ATTR_CURDEC23(14) CDB_DECNUM23
VALUE_Ncurrency/Numeric value CDB_ATTR_CURDEC23(14) CDB_DECNUM23
VALUE_INumeric of length 30 CDB_ATTR_NUNUMC30CDB_DECNUM44

Key field Non-key field



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

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

SELECT SINGLE *
FROM CDBD_ATTRVAL
INTO CORRESPONDING FIELDS OF WA_CDBD_ATTRVAL
WHERE...

How to access SAP table CDBD_ATTRVAL

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