cancel
Showing results for 
Search instead for 
Did you mean: 

How to create new page in SAP Script?

Former Member
0 Kudos

Moved to correct forum by moderator. Duplicate deleted. Do NOT post the same question in two forums.

Hello friends,

I am modifying one SAP script.

It is already contains 2 pages. FIRST and NEXT.

All I have to do is to create one more page which should be display as last page.

And this last page should display some data.

I tried and created a new page in SE71 but when i execute the program, it doesn't show newly created (LAST) page.

Please guide me.

REgards,

RH

Edited by: Matt on Nov 7, 2008 4:26 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

U need to force the call of this new page.

I suppose your sapscript is arrange with 2 page: FIRST and NEXT, where FIRST has NEXT as next page.

So the system automatically print the pages FIRST and NEXT: u need to insert the statament:

/: NEW-PAGE LAST

in the MAIN window.

U can create a text element NEW_PAGE and you'll call it as soon as you've finished to print the main data:

/E NEW_PAGE

/: NEW-PAGE LAST

U can use the fm CONTROL_FORM

Max

Answers (1)

Answers (1)

former_member156446
Active Contributor
0 Kudos

either you might have not saved and activated when you created the page.

or

when you hit the page windows button on the top from the search help of page select LAST