‎2008 Nov 06 11:08 AM
Hi Folks,
I'm having a problem with SAP SCRIPT. I have 7 coloumns.
I want a 15 charecter gap between the 1st charecter of the 2nd column and the 1st charecter of the 2nd column irrespective of the no. of charecters present in the column 2. Please help me out.
Thanks & Regards
‎2008 Nov 06 11:44 AM
Hi Santosh,
Create a paragraph format and set a tab of 15 characters in between first and second field.
For example, start first tab with 1 CH and start second tab with 16 CH and use this paragraph format in those particular lines, where you want that spacing.
Hope this will help.
Regards,
Nitin.
‎2008 Nov 06 11:32 AM
When defining your first field - limit the number of characters that are output:
&VBPLP-MATNR_KU(17)&,,&MARA-EAN11&
VBPLP-MATNR_KU is limited to 17 characters ,, is defined as 5 character tab.
Hope that helps,
Michelle
‎2008 Nov 06 11:39 AM
‎2008 Nov 06 11:42 AM
Hi,
define the TAB for that column in the Paragraph Format as 15 CH (Characters).
‎2008 Nov 06 11:44 AM
Hi Santosh,
Create a paragraph format and set a tab of 15 characters in between first and second field.
For example, start first tab with 1 CH and start second tab with 16 CH and use this paragraph format in those particular lines, where you want that spacing.
Hope this will help.
Regards,
Nitin.