Hi,
I have created a table control using wizard. The following is the code.
loop at GT_NEW_ABAN
into GT_NEW_ABAN_WA
with control TAB_FAC_ABAND
cursor TAB_FAC_ABAND-current_line.
module TAB_FAC_ABAND_get_lines.
When filling the work area GT_NEW_ABAN_WA, the value from database table is 0. But it is displayed in the output field as blank and not zero.
I require the field to be displaying 0 and not blank.
Please help.