Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

data types

Former Member
0 Likes
815

Hello,

where can I find the different data types used in the database tables and their description

-char

-..

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
633

Hi,

Check the domain DATATYPE value range for the data types and their descriptions..

THanks,

Naren

4 REPLIES 4
Read only

Former Member
0 Likes
634

Hi,

Check the domain DATATYPE value range for the data types and their descriptions..

THanks,

Naren

Read only

0 Likes
633

Go to SE11, type CHAR01 into domain and click display, now do F4 help on the data type field, here are all of the data types that can be used. Here is a list.




ACCP	Posting period YYYYMM
CHAR	Character string
CLNT	Client
CUKY	Currency key, referenced by CURR fields
CURR	Currency field, stored as DEC
DATS	Date field (YYYYMMDD) stored as char(8)
DEC	Counter or amount field with comma and sign
FLTP	Floating point number, accurate to 8 bytes
INT1	1-byte integer, integer number <= 255
INT2	2-byte integer, only for length field before LCHR or LRAW
INT4	4-byte integer, integer number with sign
LANG	Language key
LCHR	Long character string, requires preceding INT2 field
LRAW	Long byte string, requires preceding INT2 field
NUMC	Character string with only digits
PREC	Precision of a QUAN field
QUAN	Quantity field, points to a unit field with format UNIT
RAW	Uninterpreted sequence of bytes
TIMS	Time field (hhmmss), stored as char(6)
VARC	Long character string, no longer supported from Rel. 3.0
STRING	Character string of variable length
RAWSTRING	Byte string of variable length
UNIT	Unit key for QUAN fields

Regards,

Rich Heilman

Read only

Former Member
0 Likes
633

Hi,

Go to SE11 -

Give the domain name DATATYPE

Then press display..

Then select the value range tab..There you can see all the data types and its descriptions.

Thanks,

Naren

Read only

Former Member
0 Likes
633

In this link you will find all the list of data types used in ABAP Data Dictionary.

http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm

Thanks,

Santosh