cancel
Showing results for 
Search instead for 
Did you mean: 

New page trigger always to second page

Former Member
0 Kudos

Hi All,

I have 2 page in my smartforms:

Page1: I have to print customer information

Page2: I dont have to print cust. information but print data if it overflow the first page.

But my issue is if I trigger a new-page if customer changes, Smartforms always trigger the last page but not get into the first page (I use Command node with checked in go to new page set to Page1).

Does anyone know what happen to my form?

Thank you so much,

Thien

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I suggest in your case, you design only one page in your smarform whioch would have 2 windows.1 window would ahve teh customer details which would eb displayed if the logic put in the "Conditions" tab is sussesful.(Say u write Trigger it on only 1st page).

And in the 2nd window which should be your main window, you need to ahve the details which would be overflowing.

And teh first page would eb callingitself.

Try it out and get back in case of any questions!

Cheers,

Varna

Former Member
0 Kudos

I understand what you mean. but issue is that why i can not trigger new page to first page. Instead, SAP trigger it to last page in my command.

thank you,

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It is better to change logic in print program like this.

loop at it_data.

at new customer.

call the Smartform with the respective customer data.

endat.

endat.

endloop.