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

SAP SCRIPTS

Former Member
0 Likes
538

Hi experts,

How can i give spaces, tabs to allign the display in sap scripts.

thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
521

Hi,

Just right click on the window u created.

go to EDIT TEXT. a new screen will be opened. Give the text n data to be displayed along with the spaces n tabs u intended to give.

Regards,

Priyanka.

4 REPLIES 4
Read only

Former Member
0 Likes
522

Hi,

Just right click on the window u created.

go to EDIT TEXT. a new screen will be opened. Give the text n data to be displayed along with the spaces n tabs u intended to give.

Regards,

Priyanka.

Read only

Former Member
0 Likes
521

Hi,

Try using paragraph formats

You can set tabs according to your requirement in the paragraph and then use that paragraph for display

Regards,

Suruchi

Read only

Former Member
0 Likes
521

aaargh no, dont use spaces in your form. NEVER

use parapraph formats, and only tabs for positioning.

every single tab has its own alignment tho.

Read only

Former Member
0 Likes
521

Hi,

Never use spaces. Always use the TABS.

Reason being alignment doffers from printer to printer.

Setting the TABS:

In SE71, open your form and click on the paragraph format.

Then select the paragraph and hit the TABS button.

You can specify your TAB positions and the Alignment here.

In the code, you can saperate the tabs using ,, (comma comma).

Please reward ifuseful.

thnx