cancel
Showing results for 
Search instead for 
Did you mean: 

What to write in driver program to move from 1 page to next page

Former Member
0 Kudos

Hi abapers,

I want to display sime datas in page 2.

But in output it is not going to next page.

In form painter i have given page 2 as next page in page 1.

But still it is not goin

Plz help me.

Regards

Ansuman

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

in your form give folwoing command

/: NEW-PAGE

Answers (2)

Answers (2)

Former Member
0 Kudos

Procedure

You use a command to stop the output of a page in the main window:

In the main window, create a command node in the navigation tree of the Form Builder.

On the General Attributes tab mark Go to New Page. Determine the new page using the combobox of the checkbox.

Result

The output of the main window continues on the new page, starting with the first directly inferior node of the new draft page. In the main window, SAP Smart Forms continues printing after the command node that triggered the page break.

Former Member
0 Kudos

what r u using..smartform or script?

make sure actually u have enough data to flow to next page. This should flow automatically and u dont have to do anything(provided u have a main window in both the pages).