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

output format for a table-control field

Former Member
0 Likes
335

Hallo,

i have a table control on a dynpro with a field which works not at all correct:

i maintained following format for this field: ___.___.___,____V

OK? So, when i put e.g. 2 into this field and raise the PAI the format looks like: 2,0000. That's as disired!

Unfortunately this format doesn't work when i type 0.

When i type 0 the field will be cleared! How can i force the field to show it like: 0,0000?

Thx for help,

Marcel

Hallo,

i have a table control on a dynpro with a field which works not at all correct:

i maintained following format for this field: ___.___.___,____V

OK? So, when i put e.g. 2 into this field and raise the PAI the format looks like: 2,0000. That's as disired!

Unfortunately this format doesn't work when i type 0.

When i type 0 the field will be cleared! How can i force the field to show it like: 0,0000?

Thx for help,

Marcel

1 REPLY 1
Read only

christine_evans
Active Contributor
0 Likes
314

On SAP screens enterable number fields will never display a 0 value. I suppose someone at SAP decided once that this was a good idea. You'll have to use a character field instead.