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

how can we insert Tab in SAP Scripts?

Former Member
0 Likes
1,200

Hi all,

how can we insert Tab in SAP Scripts?

3 REPLIES 3
Read only

h_senden2
Active Contributor
0 Likes
793

The tab positions can be set in a paragraph.

In the script itself you use the double comma to do a tab.

So :

Field 1,,Field2

regards,

hans

Read only

Former Member
0 Likes
793

Hello!

A Tab can be inserted using double comma (,,) in the SAPScript. To change the size of the tab, you will have to define a new paragraph format and define tabs in it.

Cheers!

Read only

bpawanchand
Active Contributor
0 Likes
793

Click on *Paragraph Formats and in that page you will seee a Button with name TAB click on that and define the position of the tabs

and in the script text element write two commas continuosly ( ,, ) to insert the first tab