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

Code for TAB?

Former Member
0 Likes
485

Hi,

I need to do a WRITE statement to show all the data in a internal table. but the data is not align properly. What is the code to tab for the spacing between the words?

Best Regards,

Rayden

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
458

There is no command to give space in write statement ..

you can use as like below :

write:/1 'Material #', 20 'Description',45 'qty'.

Just use like above

Thanks

Seshu

2 REPLIES 2
Read only

Former Member
0 Likes
459

There is no command to give space in write statement ..

you can use as like below :

write:/1 'Material #', 20 'Description',45 'qty'.

Just use like above

Thanks

Seshu

Read only

0 Likes
458

Hi Seshu,

Thanks.

Regards,

Rayden