The following table
lists the data type support for an SAP system.
For an SAP system, no
data types are supported for column definition. Native ABAP SAP data
types are mapped to similar data types for data retrieval only.
For data source specific
information about the ABAP SAP data types, see the SAP system database
documentation.
Data Types for SAP
|
|
|
|
|
CHAR( n)
for non-Unicode SAP system; NCHAR( n)
for Unicode SAP system
|
|
Fixed-length character
string.
|
CHAR( n)
for non-Unicode SAP system; NCHAR( n)
for Unicode SAP system
|
|
|
CHAR( n)
for non-Unicode SAP system; NCHAR( n)
for Unicode SAP system
|
|
Currency key. Fields
of this type are referenced by fields of type CURR.
|
CHAR( n)
for non-Unicode SAP system; NCHAR( n)
for Unicode SAP system
|
|
Currency field. Corresponds
to the DEC field. Field refers to a field of type CUKY.
|
|
|
|
|
|
Signed, fixed-point
decimal number.
|
|
|
|
|
|
Very small signed, exact
whole number.
|
|
|
Small signed, exact
whole number.
|
|
|
Regular signed, exact
whole number.
|
|
|
Language key, which
has its own field format for special functions.
The conversion exit
ISOLA converts the value to be displayed to that of the database and
the opposite is true.
|
CHAR( n)
for non-Unicode SAP system; NCHAR( n)
for Unicode SAP system
|
|
Fixed-length character
string.
|
VARCHAR( n)
for non-Unicode SAP system; NVARCHAR( n)
for Unicode SAP system
|
|
Uninterpreted varying-length
byte string.
|
|
|
|
CHAR( n)
for non-Unicode SAP system; NCHAR( n)
for Unicode SAP system
|
|
The precision of a QUAN
field.
|
|
|
A quantity that corresponds
to the DEC field.
|
|
|
An uninterpreted byte
string.
|
|
|
|
|
|
Units key and referenced
by a QUAN data type.
|
CHAR( n)
for non-Unicode SAP system; NCHAR( n)
for Unicode SAP system
|
|
Varying-length character
string data. As of SAP release 3.0, creating fields of this data type
is no longer supported. Existing fields with this data type can be
used, except in a WHERE condition in the SELECT statement.
|
VARCHAR( n)
for non-Unicode SAS system; NVARCHAR( n)
for Unicode SAP system
|