CRMT_MKTISM_CHARACT_ATTRIBUTES SAP (Attributes of a characteristic) Structure details

Dictionary Type: Structure
Description: Attributes of a characteristic




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




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

CRMT_MKTISM_CHARACT_ATTRIBUTES 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 "Attributes of a characteristic" 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_CRMT_MKTISM_CHARACT_ATTRIBUTES TYPE CRMT_MKTISM_CHARACT_ATTRIBUTES.

The CRMT_MKTISM_CHARACT_ATTRIBUTES table consists of various fields, each holding specific information or linking keys about Attributes of a characteristic data available in SAP. These include CHARACT_NAME (Characteristic Name), DATA_TYPE (Data Type), LENGTH (Number of Characters (Figures)), DECIMALS (Decimal Places).. 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 CRMT_MKTISM_CHARACT_ATTRIBUTES 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
CHARACT_NAMECharacteristic Name ATNAMCHAR30ATNAMFEA
DATA_TYPEData Type ATUDFCHAR18CHAR18
LENGTHNumber of Characters (Figures) CHARNUMBERNUMC2NUMC02
DECIMALSDecimal Places DECPLACESNUMC2NUMC02
CASE_SENSITIVCase Sensitive ATKLECHAR1XFELD
EXPONENT_TYPEExponent Display Format ATDEXNUMC1ATDEX
EXPONENTExponent display ATDIMINT25EXP10
TEMPLATEValue with template ATSCHCHAR30CHAR30
WITH_SIGNCase Sensitive ATKLECHAR1XFELD
UNIT_OF_MEASUREMENTBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UNIT_OF_MEASUREMENT_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
STATUSStatus of a characteristic ATMSTCHAR1Assigned to domainATMST
CHARACT_GROUPChars Group ATKLACHAR10Assigned to domainATKLA
VALUE_ASSIGNMENTValue Assignment: Single-Value, Multiple-Value, Restrictable ATBEWCHAR1CHAR1
NO_ENTRYNo Entry Can be Made for Characteristic ATINPCHAR1ATXFE
NO_DISPLAYCharacteristic Not to be Displayed ATVIECHAR1ATXFE
ENTRY_REQUIREDEntry Required ATERFCHAR1ATXFE
INTERVAL_ALLOWEDInterval Values Allowed ATINTCHAR1ATXFE
SHOW_TEMPLATEIndicator: Display Template When Assigning Values ATVSCCHAR1ATXFE
DISPLAY_VALUESDisplay Allowed Values Defined in Characteristic ATWRDCHAR1ATXFE
ADDITIONAL_VALUESIndicator: Additional Values ATSONCHAR1ATXFE
DOCUMENT_NODocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOCUMENT_TYPEDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOCUMENT_PARTDocument Part DOKTL_DCHAR3DOKTLCV4
DOCUMENT_VERSIONDocument Version DOKVRCHAR2DOKVRCV3
CHECK_TABLECheck table ATPRTCHAR30UDTAB
CHECK_FUNCTIONFunction Module for Checking Values ATPRFCHAR30ATPRF
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
SELECTED_SETSelected Set QAUSWAHLMG_CLCHAR8QAUSWAHLMG_CL
ADT_CLASSClass number KLASSE_DCHAR18KLASSEKLA
ADT_CLASS_TYPEClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
AGGREGATINGAggregating characteristic ATENDCHAR1ATXFE
BALANCINGBalance characteristic ATAENCHAR1XFELD
INPUT_REQUESTED_CONFEntry Required in Configuration ATUNSCHAR1ATXFE
AUTHORITY_GROUPAuthorization Group for Characteristics Maintenance ATAUTHCHAR3CHAR3
UNFORMATEDUnformatted Entry Control ATFODCHAR1ATXFE
LANGUAGE_INTLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LANGUAGE_ISO2-Character SAP Language Code LAISOCHAR2LAISO
DESCRIPTIONCharacteristic description ATBEZCHAR30TEXT30
HEADER1First Line of Heading ATUE1CHAR30TEXT30
HEADER2Second line of heading ATUE2CHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table CRMT_MKTISM_CHARACT_ATTRIBUTES

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