cancel
Showing results for 
Search instead for 
Did you mean: 

Align 2 different texts in the same window

Former Member
0 Kudos

Hi all,

I have problem in align 2 different texts in the same window.

The information for Company name, address line 1....display at left corner.

The information for CEO detais, title....display at right corner.

Is this possible to do it within the same window?

Below is my SAPscipt window footer

********************************************************

Company name * space * CEO Nam

Address line 1 * space * CEO Title

Address line 2 * space *

Address line 3 * space *

Address line 4 * space *

********************************************************


INCLUDE ZSD_FOOTER_COMPANY_NAME OBJECT TEXT ID ST LANGUAGE &LFA1-SPRAS& PARAGRAPH FT   "---> how should I align this to left

INCLUDE ZSD_FOOTER_CEO_DETAILS OBJECT TEXT ID ST LANGUAGE &LFA1-SPRAS& PARAGRAPH FT   "---> how should I align this to right

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I don't think you can do this with two INCLUDES, they won't 'mesh', the first will print then the second beneath it.

You need to create separate windows for each include. Or get fancy and read the texts and merge them with an appropriate format. I'd go with separate windows myself.

Former Member
0 Kudos

Hi,

yes it is possible, Use different Paragraph formats for texts

Regards

Jana