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

sapscript problem

Former Member
0 Likes
534

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
510

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.

4 REPLIES 4
Read only

Former Member
0 Likes
510

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

Read only

Former Member
0 Likes
510

hi,

set tab size in paragraph format for the first column.

Read only

Former Member
0 Likes
510

Hi,

define the TAB for that column in the Paragraph Format as 15 CH (Characters).

Read only

Former Member
0 Likes
511

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.