cancel
Showing results for 
Search instead for 
Did you mean: 

header data printing

Former Member
0 Kudos

I'm printing data using sapscript in a table format,i'have only main window,my problem is the data is continuous data & the header which is a text element is printing only on the first page, but i need that to continue on every pages,

i've tried to solve that issue using a different header window but the lay out is mismatching. pls help me.........

thanks in advance...

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Saptarshi.

First write:

/: TOP

/: BOX WIDTH (W) HEIGHT (H) FRAME 20 TW

(This will create a table box which will be continuos for everypage)

(Then write the data or heading you want to be displayed as header text)

/: ENDTOP.

Then go ahead for the other variable data to be displayed.

Don't forget to appropriately adjust the box size and the window size before you proceed for testing.

Hope you find this information helpfull.

Reward Points.

Regards

Harsh.

Former Member
0 Kudos

Hii!

There are two ways of doing it.

1. Declare header in between Header...Endheader

2. Declare a header window on your main page

above your main window.Write the header text in your header window. it'll be printed on each and every page.

Regards

Abhijeet Kulshreshtha

Former Member
0 Kudos

hi,

you can go for comment TOP ENDTOP in the main window.

regards,

pritam.