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: 

i get '*' displayed when i change the field in smart form

Former Member
0 Kudos

Hello,

I am changing a field from <b>&G_IT_ITAB-kwert&</b> to <b>&G_IT_ITAB-kwert(1.0) &</b> . But i am getting a '*' instead of the value ?

why ?

thanks..

2 REPLIES 2

Former Member
0 Kudos

Hai,

This may be the length of the cell of the field &G_IT_ITAB-kwert(1.0)& is smaller than the field length. You can increse the cell length so that you will get the value.

Cheers

Umasankar

Former Member
0 Kudos

pass that value to a variable and try.....

amt = 1.

&G_IT_ITAB-kwert(amt)&