cancel
Showing results for 
Search instead for 
Did you mean: 

Same content on Mutiple page

former_member254311
Active Participant
0 Kudos

Hi

In Sap script , i have two pages namely PAGE1 and PAGE2

and two variable window named as VAR of each page .

Now My requirement is as follows . I made some correction in window VAR of PAGE 1 , These correction of code is reflected in window VAR of PAGE2 automatically.

but the problem is while testing the script i am getting the correct output in PAGE1 but not in PAGE 2.

so kindly help in reslove this issue

Thank in advance.

With regards

R.Anand kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please also check for the window allignment on the page2 layout.

thanks,

sheetal

Answers (2)

Answers (2)

former_member585060
Active Contributor
0 Kudos

Try like this

Just remove that variable Window from Page 2 and insert that window again.

Firoz_Ashraf
Contributor
0 Kudos

Please check whether window VAR is assigned to PAGE2 or not.

Just click on "Page Windows" select 'PAGE2' in the page field. Here you can verify if your window VAR is present or not.

If this is not the case then check the window/page alignment. Keep it same as that of VAR in PAGE1.

Additionaly please check whether the next page in your first page (PAGE1) is set as PAGE2 or not.

Edited by: Firoz Ashraf on Aug 16, 2008 11:15 AM