cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying text in two columns in SAP Script

Former Member
0 Kudos

Moved to correct forum. Please use a meaningful subject in future - I've edited it for you this time.

Hello Everybody,

I have a text to be displayed in Scripts. I want to split the text into 2 columns.

Like in news paper.

aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaa

aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaa

aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaa

aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaa

aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaa

aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaa

Like this.

Can someone tell me how to do that?

Thanks,

Edited by: Matt on Mar 11, 2009 4:31 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

u need to use 2 main windows.

they willl get a counter main-00 , main-01

place them on different paces at ur window

as far as i know the text automatically continues in the 2nd main window if first is full.

regards

Stefan Seeburger

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi!!!

You can do this by placing 2 main windows in your page such that both windows are placed side by side.now when u write ur text it flows to the other main window when one is full and its look will be same as the text in newspaper.

Former Member
0 Kudos

As far as I believe....

Always text flows out of the main window if it is completely filled.

So, create an instance of the main window.

Go to Page windows->Select the main window->Edit->Create

You will get one more main window and that will be of type with the name Main01

Go to Screen painter and adjust the window in the way that you required.

Just start printing the text by writing the code in main00.

Automatically main01 will have the same code assgined(you can check if you want) and the data gets displayed once the main 00 window is filled.

Hope it helps....

Former Member
0 Kudos

Hi

Use two main windows, You can call the main window second time.

Place the windows side by side. You can get the continous data in second window.

Regards,

Rajani

matt
Active Contributor
0 Kudos

Please use a meaningful subject in future - I've edited it for you this time.