cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict output of a window to last page

Former Member
0 Kudos

Hi

I want to restrict output of a window to last page only after main window.Actually I have created only one page in my smart form but the main window extends to the next pages.Now I have created another window and I want to display the contents of that window only in the last page ie after the end of the main page.Can anybody help me.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Venu,

Change the window type as final window and in the conditions tab of this window give the condition SFSY-PAGE = SFSY-FORMPAGES.This window is displayed on the last page of page 1 as per your requirement

Regards,

Sravanthi

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Better to place the conent on last row of Table node in Main window. For that create an extra last row in table node which is used to display the Line items in main window. Then it automatically placed after all line items in output.

Former Member
0 Kudos

Hello,

You keep the condition in the window, to display contents.

IF &PAGE& = &SAPSCRIPT-FORMPAGES& , if its a script.

Former Member
0 Kudos

Hi,

Clicl on the window->select conditions tab>click on check box 'Only after end of main window'

Regards

Krishna

Former Member
0 Kudos

Hi,

set a flag equal to 'X' & write a condition to that window in conditions tab of the window flag = 'X'.

or

click on check box 'Only after end of main window' in conditions tab of the window.

Rgds,

Pavan