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

Truncating Output values..

Former Member
0 Likes
275

Hi Experts,

Hi Friends here am getting values into final internal table then while printing am looping into wa, then am passing into one more internal table and am printing using last internal table.

but here problem is while debugging am geting correct values into workarea. then am passing to last int table, using this last tab am printing but here values are truncating on screen.

for ex: main value is : 6751.33 but it displaying 6,7 only.

but here my last internal table and final internal table is same type.

could anyone tell where i ve gone wrong.

thanks in advance,

sudharsan.

1 REPLY 1
Read only

Former Member
0 Likes
256

Do you using write + filed length?

if yes, you should increase your filed length.