SapCo2 icon indicating copy to clipboard operation
SapCo2 copied to clipboard

Custom Rfc ler için data type mapping

Open harunemre opened this issue 3 years ago • 0 comments

SAP Data Type .NET Data Type
ACCP - Int32- String, if disabledatavalidation option is set in the SELECT or EXEC statement.
CHAR String
CLNT String
CUKY String
CURR Decimal, if precision less than or equal to 28String, if precision greater than 28
DATS - DateTime- String, if disabledatavalidation option is set in the SELECT or EXEC statement.
DEC Decimal
FLTP Double
INT1 Byte
INT2 Int16
INT4 Int32
LANG String
NUMC - Int32, if field length less than or equal to 9- Int64, if field length greater than 9 and less than or equal to 19- String, if greater than 19- String, if disabledatavalidation option is set in the SELECT or EXEC statement.
PREC Int16
QUAN Decimal
RAW Byte []
RSTR Byte []
SSTR String
STRG String
TIMS - TimeSpan- String, if disabledatavalidation option is set in the SELECT or EXEC statement.
UNIT String
LCHR String
LRAW Byte []

Kaynak

harunemre avatar Feb 05 '21 17:02 harunemre