Application Development 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: 

Understanding Tabs in Scripts

kiran_k8
Active Contributor
0 Kudos

Hi Folks,

Kindly let me know how a TAB works in Scripts.

Paragraph/ Description/ No.of Tabs

H4/ header/ 10

Tabs

Paragraph/ H4/ Description header.

Number/ Tab/ Position/ Alignment

1/ 11/ ch/ left

2/ 25/ ch/ left

3/ 38/ ch/ left

I wanna know the significance of the NUMBER and NUMBER OF TABS.Kindly let me know.

Thanks,

K.Kiran.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

In your example the Number is 3 and Number of Tabs also 3.

Cheers,

Bujji

4 REPLIES 4

Former Member
0 Kudos

Hi,

In your example the Number is 3 and Number of Tabs also 3.

Cheers,

Bujji

Former Member
0 Kudos

1 tab = 8 places of a cursor blinking

Former Member
0 Kudos

Hi,

Tab spaces are defined in paragraph format.

tab defined in paragraph PS

1st tab 1 CM

2nd tab 5 CM

Ex:PS ,,abc ,, def "Note: ,, is one tab space..

so ABC print from 1 CM from window start and DEF prints 5 CM from start

Ex:output

ABC DEF

Refer

https://forums.sdn.sap.com/click.jspa?searchID=7060879&messageID=1560312

https://forums.sdn.sap.com/click.jspa?searchID=7060879&messageID=3266744

Regards

krishnannarayanan_nampoot
Active Participant
0 Kudos

The Tab positions you specify is in distance concept.

Like you enter the tabs as 1,3,7 and say this is in inches..

This means there are 3 tab positions..One at 1 inch from the Left End,

Second at 3 inches from left and this way the final tab is at 7 Inches from left.

See this is useless if you enter data between longer than the gap...

So A ,, B ,, C will get U character A at 1 inch from Left, B at 3 inches from left and c after 7 inches from Left

Hope u understand this point.Now with this in mind try ...

<b>Do Reward some points if this adds anything to ur understanding</b>

You can ask any further clarifications also.

Regards,