cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to change main window name in sap script

Former Member
0 Kudos

Is it possible to change main window name in sap script . I have copied first page as second page. when I try to modify in first page main window, its automaticaly getting change in second page main window also. I dnt want to reflect first page changes to be in second page. can any1 suggest me pls?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI, In scripts you can create number of main windows but you cant differentiate the code. The same code will be reflected in all other main windows.

if you put the conditions then you dont need to create another window since same window will be flowed to next page.

Regards,

Nageswar

former_member196280
Active Contributor
0 Kudos

if is not possible to change the name of the main window.

If you don't want to print the contents from second page main window, place a condition and write it like this.

Ex: If &page& = '1'.

-


" this will be displayed only on first page

-


ELSE.

-


" this will print for all consecutive pages

-


endif.

Regards,

Sairam