‎2011 Sep 20 8:15 AM
Hi All,
In my table maintenance, I have quantity field.
When user does not enter any value in it. It should show blank in quantiy field. Currently its showing 0.000.
Please help , how to achieve this.
Thanks
Jitendra
‎2011 Sep 20 8:39 AM
Hey,
If you are creating maitenance table for ur Z* table, then u can define that quantity field as character field.
Hope it will help you.
Thanks & Regards,
Poonam.
‎2011 Sep 20 9:07 AM
HI,
Since it is a quantity field, it will always show you in decimals (0.00) while maintaining the table via SM30.
Replace this field by a character field.
Regards,
Danish.
‎2011 Sep 20 12:55 PM
Hi,
You need to change the data type of the field at table level. For the data type 'QUAN' the default value will be 0.00.
Regards,
Anu
‎2011 Sep 21 5:56 AM
Its the user firendly property of the quantity field. If its very much required then design a ALV and do assign the property fieldcatalog-quantity = X or space.
kesav