Application Development 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: 

Display zero value on a field of DEC type on a screen.

Former Member
0 Kudos

Hi,

I want to display an initial value of DEC field in an input mode on a screen.

Zero values of a screen fields type DEC are only visible when property is set to "no input".

Helpful tips will be appreciated.

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

Something similar popped up recently, and there was no better solution found than declaring the screen fields as type CHAR and converting at PBO/PAI (in dynpro context) into the DEC values.

Thomas

2 REPLIES 2

ThomasZloch
Active Contributor
0 Kudos

Something similar popped up recently, and there was no better solution found than declaring the screen fields as type CHAR and converting at PBO/PAI (in dynpro context) into the DEC values.

Thomas

0 Kudos

CHAR, PBO/PAI solution was my last life belt:)

I thought there is some kind of "click and run" solution. Any way thanks for the reply.

Regards,

MM