Show TOC

Background documentationData Type Reference Locate this document in the navigation structure

 

In the table below you can find an overview of ABAP data types and their corresponding .Net tpyes:

ABAP type

.Net

C (String) String

C (String) String

I (integer)

Int32

F (Float)

Double

D (Date)

String

T (Time)

String

P (BCD Packed, Currency, Decimal, Qty)

Decima

N (Numc)

String

X (Binary and Raw)

Byte [ ]

RFC String

String

XString

String

DecFloat 16

Depending on configuration

Decfloat 34

Depending on configuration