Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Rfc ler için data type mapping #3

Open
harunemre opened this issue Feb 5, 2021 · 0 comments
Open

Custom Rfc ler için data type mapping #3

harunemre opened this issue Feb 5, 2021 · 0 comments
Assignees

Comments

@harunemre
Copy link

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

@metalsimyaci metalsimyaci self-assigned this Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants