cancel
Showing results for 
Search instead for 
Did you mean: 

how to display the secondary windows after main window

Former Member
0 Kudos

Hi,

here my problem is i want to print the main window which is assigned with the box. that i have to display up to number of items and after the main window i have to display the secondary windows...which also designed with box.

note:how i have to continue main window to the second page.and after the main window i have to display the secondary windows.....

Tks in advance,

Phani

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Try these 2 ways

1. keep a condition for printing that secondary windows in the last page

like

/: IF &PAGE& EQ &SAPSCRIPT-FORMPAGES&

.........

/: ENDIF.

2.Try to write the data of that Secondary windows in the End of the MAIN window itself such that those data is printeed after the ending of the Main window data and you have to map the boxes.

<b>Reward points for useful Answers</b>

Regards

Anji