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

Smart form

Former Member
0 Likes
896

I have a problem in smart forms.

That is , the quantity field is display in new line not in a same line.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
879

Just use the quantity field as;

&lv_qty(CZ)&

This will suppress leading spaces and zeros. Because of the leading spaces only its going to next line.

This will solve your problem.

Regards

Karthik D

8 REPLIES 8
Read only

rthoodi
Active Participant
0 Likes
879

Hi,

Just increase the cell width of the quantity, may be your quantity field cell length is not long enough

Thanks

RK

Edited by: RK on Nov 13, 2008 10:23 AM

Read only

Former Member
0 Likes
879

no...i have checked my length of my quantity field its perfect....

i think in smart forms numbers are printed in new lines only..

is it....or there are any other answers ....

reply..

Read only

Former Member
0 Likes
879

hi,

check in template, that Quantity field should not have sufficent length.

increase the Field width and try

Read only

0 Likes
879

no...i have checked my length of my quantity field its perfect....

i think in smart forms numbers are printed in new lines only..

is it....or there are any other answers ....

reply..

Read only

0 Likes
879

Create a temporary "CHAR" Variable, move the currency/quantity amount and use that for output.

cheers

ran

Read only

0 Likes
879

for testing purpose you can use &wa_amount+0(6)& now you can see the value in same line not next line. if it is dispaly in correct then you can increse your window liegth or what your using...

Read only

Former Member
0 Likes
879

hi,

try to adjust the size of the window , table or template wherever u are using it .

try to check with the size of the quantity field u are fetching and adjust accordingly

Read only

Former Member
0 Likes
880

Just use the quantity field as;

&lv_qty(CZ)&

This will suppress leading spaces and zeros. Because of the leading spaces only its going to next line.

This will solve your problem.

Regards

Karthik D