Skip to Content
0
Former Member
Feb 17, 2009 at 08:33 AM

Getting Blank Space Instead of Initial Values

479 Views

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.