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

tab positions in scripts

Former Member
0 Likes
485

hi to all,

help me in this issue,

how to keep tab positions in sap scripts iam having 8 coulms and in paragraph format how to define them like postions

thanks in advance

kiran kumar

3 REPLIES 3
Read only

Former Member
0 Likes
463

Hi,

Check this example..

Number Tab position Alignmen

1 1.90 CM LEFT

2 3.20 CM LEFT

3 5.20 CM LEFT

Thanks,

Naren

Read only

Former Member
0 Likes
463

Hi Kiran

Go to Paragraph and give tab positions

if u want ut first tab at position 5 and second 15 etc

give ur positions 5,15 and also give paragraph names as p1 ,p2 etc.

and in text editor give paragraph name

Read only

Former Member
0 Likes
463

Hi Kiran,

Depending upon the lenght of each column field, you can assign tab positions while you create your paragraph Format, ( Tabs push button will be there at bottom right of the screen ). In this you have to maintain tabs spacing depending upon the number of characters in each column field,

<b> Number    Tab Position        Allignment</b>
      1         8   CH              LEFT
      2         16  CH              LEFT

Like this for your 8 columns maintain Tabs till no. 7. ( Here I have maintained till no. 2, that will only serve for 3 columns on the screen )

Observe for no. 1 Tab, I gave 8 CH, coz, suppose the length of the first column field is 5 CH and if I want a tab of 3 CH. In this case I gave 8 CH. Suppose I want a tab of 4 CH, then instead of 8 CH, I have to give 9 CH, provided the length of the column field is 5 CH.

Observe for no. 2 Tab, I gave 16 CH, in the mentioned no. 1 Tab, i.e, 8 CH, from 9th CH onwards your second column field will get displayed, suppose its length is 5, then it will be displayed till 13th CH on screen (including the 1st tab position) and till 16th CH there will be tab, I mean 3 CH tab, and so on, _ _

I hope you understood, if not let me know!

Regards,

Abdul

P.S: Mark Points, if useful!