‎2007 Sep 06 1:56 AM
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
‎2007 Sep 06 2:13 AM
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
‎2007 Sep 06 2:13 AM
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
‎2007 Sep 06 2:20 AM