Sap Data Type Conversion Table - Sun Microsystems eWay SAP BAPI User Manual

Adapter for sap bapi
Table of Contents

Advertisement

SAP Data Type Conversion Table

Use the following SAP data type conversion table to help map the data type in the
ABAP Directory to their respective JCo and Java data types.
ABAP type
b
s
I
C
N
P
D
T
F
X
g
y
eWay™ Adapter for SAP BAPI User's Guide
Table 15 Data Type Conversion Table
Description
1-byte integer
2-byte integer
4-byte integer
Character
Numerical
Binary Coded Decimal
Date
Time
Float
Raw data
String (variable-length)
Raw data (variable-
length)
JCo type code
JCO.TYPE_INT1
JCO.TYPE_INT2
JCO.TYPE_INT
JCO.TYPE_CHAR
JCO.TYPE_NUM
JCO.TYPE_BCD
JCO.TYPE_DATE
JCO.TYPE_TIME
JCO.TYPE_FLOAT
JCO.TYPE_BYTE
JCO.TYPE_STRING
JCO.TYPE_XSTRING
121
Appendix A
Java data type
int
int
int
String
Character String
BigDecimal
String
String
double
byte[ ]
String
byte[ ]
Sun Microsystems, Inc.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Seebeyond eway

Table of Contents