Skip to Content
1
Former Member
Nov 28, 2011 at 06:29 PM

User Define Fields as Integer. How to save a NULL value in database?

700 Views

Hi,

An user define field of type Integer created to allow enter some tax amount for Employee.

We treat 0 and NULL differently for a TAX purpose .

I try to save value as NULL without success because SAP DI API always save it as default 0 value.

Is there any way to do it using DI DLL?

Thanks,