SAP ABAP Domain COMT_DATATYPE (ABAP Dictionary Data Type)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
AP-MD-PRO (Application Component) Central Part of Product Master
⤷
COM_SETTYPE_ATTRIBUTE (Package) Generating Set Types and Attributes
⤷
⤷
Basic Data
| Domain Name | COMT_DATATYPE |
| Short Description | ABAP Dictionary Data Type |
Definition
| Data Type | CHAR | Character String |
| No. Characters | 4 | |
| Decimal Places | ||
| Output Length | 9 | |
| Conversion Routine | ||
| Sign | ||
| Lower Case |
Value Range
| # | Lower Limit | Upper Limit | Short Description |
|---|---|---|---|
| 1 | ANKR | Checkbox | |
| 2 | ACCP | Posting Period YYYYMM | |
| 3 | CHAR | Character String | |
| 4 | CLNT | Client | |
| 5 | CUKY | Currency Key Referenced by CURR Fields | |
| 6 | CURR | Currency Field Stored as DEC | |
| 7 | DATS | Date Field (YYYYMMDD) Stored as CHAR(8) | |
| 8 | DEC | Calculation Field or Amount Field with Comma and Sign | |
| 9 | FLTP | Floating Point Number Accurate to 8 Bytes | |
| 10 | INT1 | 1-byte Integer, Whole Number <= 254 | |
| 11 | INT2 | 2-byte Integer Only for Length Field Before LCHR or LRAW | |
| 12 | INT4 | 4-byte Integer, Whole Number with Sign | |
| 13 | LANG | Language Key | |
| 14 | LCHR | Long Character String Requiring Preceding INT2 Field | |
| 15 | LRAW | Long Byte String Requiring Preceding INT2 Field | |
| 16 | NUMC | Character String with Digits Only | |
| 17 | PREC | Accuracy of a QUAN Field | |
| 18 | QUAN | Quantity Field Pointing to a Unit Field with Format UNIT | |
| 19 | RAW | Uninterpreted Sequence of Bytes | |
| 20 | TIMS | Time Field (hhmmss), Stored as CHAR(6) | |
| 21 | VARC | Long Character String (No Longer Supported as of Rel. 3.0) | |
| 22 | STRG | Character String of Variable Length | |
| 23 | RSTR | Byte String of Variable Length | |
| 24 | UNIT | Unit Key for QUAN Fields | |
History
| Last changed by/on | SAP | 20040312 |
| SAP Release Created in |