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

Space between headings in scripts

Former Member
0 Likes
1,105

Hello Friends,

I am trying to adjust the headings in a sapscript . The problem is i dont need a tab between the two headings instead I need a space so that they are formatted as needed . i know for tab we use ,, What do i do for space ?

Please advice .

Thank you

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
857

You can give space between two heading text, but to get more precise format suggest you to use TABS as this would help in alligning the item detials along with the column headings.

For example:

*     Header1        Header2         Header3

3 REPLIES 3
Read only

Former Member
0 Likes
857

Hi,

To insert spaces use &space(<No>)& Where No indicates the no of spaces you want to insert .

Regards,

Varun .

Read only

Former Member
0 Likes
857

HI Hari,

In Scripts, we use <b>,,</b> symbols for tab position, so remove this and put space between the 2 headings. if you are using any specific charecterformat, see that also whether it is having TAB space inbetween 2 headings, if yes use another format

Regards

Sudheer

Read only

Former Member
0 Likes
858

You can give space between two heading text, but to get more precise format suggest you to use TABS as this would help in alligning the item detials along with the column headings.

For example:

*     Header1        Header2         Header3