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

smartform output properly not displaying..

former_member188829
Active Contributor
0 Likes
462

Hi,

while displaying a internal table data through smartform data is coming correctly.But,Quantity and Currency fields are displaying one line below..

Edited by: SPY SPY on Jan 18, 2008 11:52 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
436

Hi,

try this.

say l_quantity is your variable.

print it as &l_quantity(C)&.

Reward point if useful,

Regards,

Niyaz

Edited by: Niyaz Ahamed on Jan 18, 2008 4:27 PM

Hi,

while displaying a internal table data through smartform data is coming correctly.But,Quantity and Currency fields are displaying one line below..

Edited by: SPY SPY on Jan 18, 2008 11:52 AM

2 REPLIES 2
Read only

Former Member
0 Likes
437

Hi,

try this.

say l_quantity is your variable.

print it as &l_quantity(C)&.

Reward point if useful,

Regards,

Niyaz

Edited by: Niyaz Ahamed on Jan 18, 2008 4:27 PM

Read only

0 Likes
436

Hi Niyaz,

Now its working fine...Thanks.....