cancel
Showing results for 
Search instead for 
Did you mean: 

supress empty page which is due to dynamic page (smartforms)

Former Member
0 Kudos

hi all,

i' ve got the problem that i get an empty page at the end of my printout.

the forms is defined as following:

first_page - following page: next_page

next_page - following page: next_page

and in the main window i have a dynamic page (via command node)

confirmation_page - following page: manual_guide_page

manual_guide_page - following page: first_page

the problem is the following page of my last dynamic page, but it is not possible to leave the following page in that case empty and it is necessary to use a page with a main window.

has anyone an idea how i can solve this problem??

it it possible to stop printing a page that is empty in smartforms, as i can't set any conditions for the page itself.

thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

you can put condition like in your program lines

DESCRIBE TABLE gt_lips LINES gv_lines.

gv_tabix = sy-tabix + gv_tabix.

in COMMAND node put condition like GV_TABIX LE GV_LINES

you wont get empty pages...