Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Header data not printing in next page

Former Member
0 Kudos

Hi,

I have created sapscript with two pages both are having the header window. When i execute print preview first page is having the header fields value but the next is blank it is not displaying the text.

If any one faced same problem and got solved kindly help me

Thanks

3 REPLIES 3

Clemenss
Active Contributor
0 Kudos

Hi Gayathri,

make sure the two pages are defined as main window type and the second is defined as next page of the first one. You better search for an existing SAP standard form and see how they achieve the result.

You are lucky because for sapscript you can still switch on debug mode from se71 and then see where you are going.

Regards,

Clemens

Former Member
0 Kudos

Hi,

Please check if the second page has main window.

Regards,

Abhishak

Former Member
0 Kudos

You have to make this header window on next page also , as you did on first page.