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

Module pool programming

Former Member
0 Likes
332

Hi,

I have declared a field type KOMV-KBETR in the internal table say for example AMOUNT TYPE KOMV-KBETR. Im displaying this table as table control in the screen. When I enter negative value in the field then i get a error message saying 'Enter only positive values'.<b><REMOVED BY MODERATOR></b> :-).

Message was edited by:

Alvaro Tejada Galindo

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
306

Go to the Screen painter with your screen.. open the fields property window for that amount field

in the Text '___________________' you see like this,

Just put "V" at the end of the this text like '_____________V'.

Regards,

Naimesh Patel

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
307

Go to the Screen painter with your screen.. open the fields property window for that amount field

in the Text '___________________' you see like this,

Just put "V" at the end of the this text like '_____________V'.

Regards,

Naimesh Patel