cancel
Showing results for 
Search instead for 
Did you mean: 

dynamically move to next page in Smart forms

Former Member
0 Kudos

hi gurus,

in my smartform, i need to move to new page whenever the billing document number changes. is there any way to move to new page before the page is full?

i used the function module CONTROL_FORM in sap script for the same purpose. please suggest me a way to move to new page.

regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

ok gurus,

i solved the problem myself

KalC
Active Participant
0 Kudos

Hi rambo,

You can do this in your printprogram. In your program put a control break statement AT NEW VBELN inside the loop and call start_form function module and give your page name to this function module and call endform before close form.This will solve your problem.

Regards,

Kalyan.