SAP ABAP Domain SCRPTYPE (Dictionary data type of a screen field)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-SCR (Application Component) Screen Painter
     SCRP (Package) Screen Painter
Basic Data
Domain Name SCRPTYPE
Short Description Dictionary data type of a screen field  
Definition
Data Type CHAR Character String
No. Characters  
Decimal Places    
Output Length  
Conversion Routine   
Sign  
Lower Case  
Value Range
# Lower Limit Upper Limit Short Description
1 ACCP     Posting period YYYYMM
2 CHAR     Character strings, fixed length
3 CUKY     Currency key, referenced by CURR fields
4 CURR     Currency field, stored as DEC
5 DATS     Date field YYYYMMDD, stored as CHAR(8)
6 DEC     Calculation and amount field with comma and sign
7 INT1     1-byte integer, decimal number <= 254
8 INT2     2-byte integer, only for length field before VARC or RAW
9 INT4     4-byte integer, decimal number with sign
10 LANG     Language ID
11 NUMC     Character field with only digits
12 PREC     Accuracy of a QUAN field
13 QUAN     Quantity field, points to a unit field with format UNIT
14 RAW     Byte string of fixed length (hexadecimal representation)
15 TIMS     Time field (hhmmss), stored as CHAR(6)
16 UNIT     Unit key for QUAN fields
17 STRG     Character string of variable length
18 RSTR     Byte string of variable length (hexadecimal representation)
19 SSTR     Short String of Variable Length
20 D34R     Decimal Floating Point, 34 Digits, RAW on Database
21 D34S     Decimal Floating Point, 34 Digits, with Scale Field
22 D34D     Decimal Floating Point, 34 Digits, DEC on Database
23 D16R     Decimal Floating Point, 16 Digits, RAW on Database
24 D16S     Decimal Floating Point. 16 Digits, with Scale Field
25 D16D     Decimal Floating Point, 16 Digits, DEC on Database
       
History
Last changed by/on SAP  20100420 
SAP Release Created in