I tested with string and no problems, but when I do with numbers get error.
Example:
string ls_foo
SetNull(ls_foo)
dw_1.object.datecolumn[row]=ls_foo
OK
decimal ln_foo
SetNull(ln_foo)
dw_1.object.datecolumn[row]=ln_foo
error
Help me....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.