Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Quantity in Table Maintenance Generator

jitendra_it
Active Contributor
0 Likes
863

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

4 REPLIES 4
Read only

Former Member
0 Likes
768

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.

Read only

Former Member
0 Likes
768

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.

Read only

Former Member
0 Likes
768

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

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
768

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