cancel
Showing results for 
Search instead for 
Did you mean: 

Script header window getting blank

Former Member
0 Kudos

Dear All,

I having using Standard script for quality certificate, In that i am having two pages first and Next. In first page three windows are there Header,Main,Footer and in next page same windows like first page..

Now if output is of one page then data in Header window is coming correctly. But if Main window is moving to Next page first page header is coming blank. here the problem is that i have used subroutine on field Insp Lot while executing first page insp lot value is coming blank and for next page it is coming corectly.....How to solve this.

Thanks,

Ashish.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check if u have used any conditional new-page.

Or try with

/: endperform

( write the subroutine logic)

/: Perform

Former Member
0 Kudos

Thanks,

But I have already used the subroutine for getting inspection lot data...

Former Member
0 Kudos

Hi,

Main window will extend to another page if data exceeds. The other two windows are not main windows.

Try to use Top EndTop to get the header in every page

The TOP...ENDTOP is used to set the header and BOTTOM...ENDBOTTOM is used to set the footer texts in the main window respectively.

These are displayed on the start and end of every new page in the output.

To disable these texts enclose empty commands between the commands.

/: TOP

/: ENDTOP

/: BOTTOM

/:  ENDBOTTOM

Check this [Wiki|http://wiki.sdn.sap.com/wiki/x/nAKmB]

Hope this solves the issue.

Regards,

Rajani