‎2009 Feb 12 5:29 AM
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.
‎2009 Feb 12 5:34 AM
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
‎2009 Feb 12 5:33 AM
Hi,
use '=' in the script form
ex:
DATA1&
= &DATA2&
Regards
Kiran
Edited by: Kiran Saka on Feb 12, 2009 6:33 AM
‎2009 Feb 12 5:33 AM
Hi Paresh,
Try giving ,, for the second line coz iot gives a tab space and align your text accordingly.
Much Regards,
Amuktha.
‎2009 Feb 12 5:34 AM
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
‎2015 Apr 24 9:02 AM
‎2009 Feb 12 5:35 AM
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
‎2009 Feb 12 5:36 AM
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.
‎2015 Apr 24 9:04 AM
‎2009 Feb 12 5:36 AM
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
‎2015 Apr 24 9:03 AM
‎2009 Feb 12 9:12 AM
thanks all of you my problem is solved i did it by adjusting 1st indent & taking alignment as BLOCK in my paragraph format
‎2015 Apr 24 9:03 AM