cancel
Showing results for 
Search instead for 
Did you mean: 

form sapscript: 2. page is not printed

Former Member
0 Kudos

Hi Experts,

I am creating a form in sapscript which contains 2 pages (FIRST: first page, NEXT: second page).

The pages contain windows.

The problem is, it is not possible nor to print nor to visualize the second page (NEXT).

When I realize the print test, only apears the first page (FIRST) in print mode.

Saludos,

Cristina

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

SAPscript automatically inserts a page break when the main window of a page (MAIN) is full.

Use /: NEW-PAGE [page_name] The current page will be completed and the text in the following lines will be written to the page specified in the form.

surya

Former Member
0 Kudos

HI,

Use Control_form function module to trigger the second page.

Give some condition and when it satisfies call fm control_form.