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

long? int? decimal? ... nullable type #61

Open
kzkrawo opened this issue Feb 15, 2022 · 1 comment
Open

long? int? decimal? ... nullable type #61

kzkrawo opened this issue Feb 15, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kzkrawo
Copy link

kzkrawo commented Feb 15, 2022

Hello
long? int? decimal? ... nullable type are detected as a Structure .
How can i change that .

@huysentruitw
Copy link
Owner

You could extend the input and output mapper code, the same way we did for DateTime? and TimeSpan?. The mapper code can be found here: https://github.com/huysentruitw/SapNwRfc/tree/master/src/SapNwRfc/Internal

@huysentruitw huysentruitw self-assigned this Aug 23, 2022
@huysentruitw huysentruitw added the enhancement New feature or request label Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants