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 script alignment

Former Member
0 Likes
1,930

Hi All

i am working with sap script and i am facing following problem

my requirement is like these

second line of same point should start from starting point of first line excluding numbers,

and in script i am getting output as follows

1. kj;dlkj;aslklfkjs'fjkl'sb ghsgdhgsd sagd asdagdha jhas dja sdjga ghdjha h adj ajgadj gajd

dgajhfjffjk

2. sdvkjhasdfvjkaskljl;va

and also right side alignment is problem

can any body help me

Thanking in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,524

Hi

you can create a paragraph format for the same and mention the outline, which will give numberings automatically and for right alignment mention the left and right spaces from where you want to start writing and till where it should exceed..... and also dont forget to select right alignment....

use that paragraph format when you are writing the text....

regards,

Siddarth

11 REPLIES 11
Read only

Former Member
0 Likes
1,524

Hi,

use '=' in the script form

ex:

  • DATA1&

= &DATA2&

Regards

Kiran

Edited by: Kiran Saka on Feb 12, 2009 6:33 AM

Read only

Former Member
0 Likes
1,524

Hi Paresh,

Try giving ,, for the second line coz iot gives a tab space and align your text accordingly.

Much Regards,

Amuktha.

Read only

Former Member
0 Likes
1,525

Hi

you can create a paragraph format for the same and mention the outline, which will give numberings automatically and for right alignment mention the left and right spaces from where you want to start writing and till where it should exceed..... and also dont forget to select right alignment....

use that paragraph format when you are writing the text....

regards,

Siddarth

Read only

0 Likes
1,524

This message was moderated.

Read only

Former Member
0 Likes
1,524

hi,

You have the option for specifying the paragraph formats where you can mention outline numbering and also tab spaces for proper alignment.

Enclose the text on the script using these paragraph formats.

This way you can have output on the script form as your requirement.

Thanks

Sharath

Read only

Former Member
0 Likes
1,524

Hi,

Try this .

For first line in the editor ,use * in command box,

for second line use space in command box.

For right alignment use R in the element.

Read only

0 Likes
1,524

This message was moderated.

Read only

Former Member
0 Likes
1,524

hI,

For Right Alignment Create a paragraph format Select its right alignment property.

And assign the paragraph to the text.

EX:

Paragraph:P1

P1: ikgtftgoquurqur;qfgmpoquopjkgoqwitewtyiewdgm,wort

= : ui;utefgwuojefnw;jerwdgnmwjgwm

Use = in the text editor to get the output on same field.

Regards,

Gurpreet

Read only

0 Likes
1,524

This message was moderated.

Read only

Former Member
0 Likes
1,524

thanks all of you my problem is solved i did it by adjusting 1st indent & taking alignment as BLOCK in my paragraph format

Read only

0 Likes
1,524

This message was moderated.