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?