‎2007 Mar 28 9:29 AM
Hello Friends,
I am designing a script.
I am using paragraph format with 3 tab position.
But while prinitng columns are not arranged correctly.
it looks like this.
1 Material1 1 Set
2 Material2 1 Set
3 M1 1 Set
Thank U for Ur time.
Cheers,
Sam
‎2007 Mar 28 9:34 AM
hi,
Try by printing
&itab-matnr<b>(*)</b>&
------ it will take the length from the dictionary
-
santhosh
‎2007 Mar 28 9:31 AM
It looks like your tab position for 2nd 1 in '1 Material1 1 Set' is not sufficient try to make it a little larger and test it.
Try to take it like this
tab1 : 5 mm for material1
tab2 : 20 mm for 1
‎2007 Mar 28 9:34 AM
Hi,
make sure that you are using the correct TAB position for this one, and you need write the 2 commas(,,) in between the fields in the script
Regards
Sudheer
‎2007 Mar 28 9:34 AM
Hi...,
increase the tab length for the second field a bit and print it..
hope it works..
regards,
sai ramesh
‎2007 Mar 28 9:34 AM
hi,
Try by printing
&itab-matnr<b>(*)</b>&
------ it will take the length from the dictionary
-
santhosh
‎2007 Mar 28 9:42 AM
‎2007 Mar 28 9:35 AM
Increase the tab position of the last one.
The third row is the actual result you will get.