Hi,
i declared output table with the following structure.
TYPES : BEGIN OF TY_MAIN,
NAME(40) TYPE C,
PERBAG1 TYPE FAGLFLEXT-KSL01,
NETSUGAR1 TYPE FAGLFLEXT-KSL01,
PERBAG2 TYPE FAGLFLEXT-KSL01,
NETSUGAR2 TYPE FAGLFLEXT-KSL01,
END OF TY_MAIN.
In the output inplace of initial values i should get space.
For example the output iam getting is
Repairs 0.00 1000 0.00 100
Amortisation 0.00 0.00 0.00 0.00
In place 0.00 i need empty space. Please help in resolving the issue.