Application Development 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: 

Defining multiple window in SAPScript

Former Member
0 Kudos

Hello ABAP Gurus,

I am currently working on SAPScript.

I have a requirement where I think I have to define two main windows on one page.

So if one main window gets full it should go to main window of next page.

Also if the contents of second main window on first page gets full it should go to next page.

Pictorial deescription of requirement:

Page 1

Main window 00:

A

B

C

D

Main window 01:

1

2

3

4

-


Page 2:

Main window 00:

E

F

G

H

Main window 01:

5

6

7

8

-


Defining two main windows raises the problem.

As soon as main window 00 gets full instead of going to next page the data will jump to main window 01 of same first page. And after the main window 01 also gets full the content of main window 01 will start printing and then remaining will go on to next page.

Pictorial Description of my problem:

Page 1

Main window 00:

A

B

C

D

Main window 01:

E

F

G

H

-


Page 2:

Main window 00:

1

2

3

4

Main window 01:

5

6

7

8

-


But this is not what I want...

Please help me out..

1 REPLY 1

Former Member
0 Kudos

Can someone help me out on this ??