cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript page control

Former Member
0 Kudos

If the data in main window is two much.The space is not enough,how to control it to print the excessive data into page 2?

I want to coding in sapscript(se71),any commends?Don't use element,because spring program is system standard program,I can't change it.

Waiting for your help.....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

System will automatically take care of the overflowing data in the main window. It will automatically trigger the next page once the main window are is full. You dont have to code anything special for this functionailty. Its the property of main window. If you have defined only one page in your form then the page attribute "NEXT PAGE" should be defined as the same page and the system will automatically take care of the data.

Cheers

VJ

Former Member
0 Kudos

Thanks for my firends.....

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

How many pages u are having in ur script ,if u are having 2 pages in ur script then do one thing .Place the same main window in both the pages.

So once the main window in the first page is filled it will flow to the second page.

Check in the above manner and let me know if u face any problem.

Regards