Skip to Content
0
Jan 17, 2023 at 02:59 PM

JCoTable getLong / getInt , NULL vs 0

187 Views

Hi,

Right now I am executing an RFC and getting some table's Data in my Java Application. For some column of my table if the value is Blank/Not Set the getLong / getInt of the JCoTable will always decode to 0.

Is there a way to differentiate Blank / Not Set values so that I may replace them with NULL instead of 0?