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: 

how can i pass '-' sign into the table control

Former Member
0 Kudos

hello,

i have a requirement as i have to pass the commission values in the table control

there if i have 2 .00 the valve is passed int to the table control but for 2 .00 - the program is getting terminated. so how can i pass the value along with the negative sign in to the table control.

i would be very helpful for ur answer.

thanku in advance.

4 REPLIES 4

Former Member
0 Kudos

Hi,

In the Layout of the Table control, Just add <b>-ve</b> in those fields which you want - sign.

Iin the attributes of a field for the table control field,(you will get when you double click the field) , here you enter the -


-ve in the field text of the field

Regards

Sudheer

Former Member
0 Kudos

check field settings also , that field shold take _ve values , please check domain attributes of this Field.

tcode Se11

Regards

Prabhu

Former Member
0 Kudos

Make the field typr char.

Former Member
0 Kudos

Make the field type char.