-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
| 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 [] |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels