Hello,
I am facing problem regarding display of values of type QUAN. In my internal table I have qty field whose value is populated based on some conditions. If it is not populated, it is displayed as 0.000 which is the default value. Instead of 0.000 I want it to be displayed as space.
Please help me out.
Thanks,
Tejal
If you are using REUSE* Function Modules, try this:
a) In fieldcatalog for the given field, put <b>no_convext = 'X'</b>.
And I almost forgot, also try this <b>no_zero = 'X'</b>.
Not sure about this one, let us know if it works though.
Regards,
Subramanian V.
Message was edited by: Subramanian Venkateswaran
Add a comment