SapNwRfc icon indicating copy to clipboard operation
SapNwRfc copied to clipboard

long? int? decimal? ... nullable type

Open kzkrawo opened this issue 2 years ago • 1 comments

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

kzkrawo avatar Feb 15 '22 13:02 kzkrawo

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 avatar May 10 '22 18:05 huysentruitw