i am printing the main window in a box in sap script, the box is appearing on page one but it does not seem to appear on the later pages, how do i get it to appear on all the pages? is there any setting that i'm missing?
Answers
Hi,
Can you elobrate your question.
if your question is like this.
-> You have only one page you are displaying the data in that box and that data is exceeding the main window and printing in
the second page and you are not getting the BOX in the second page .
a) If it is your question check whether there is any if condition
before the BOX command like
/: if &page& = 1.
/: BOX height 5 ln width 50 ch
/: Endif.
remove the if condition there.
or
/E ele1.
/: BOX height 5 ln width 50 ch
place the Box statement in the first line of that window.
-> You have two pages .
a) If it is so check wheter the box command is there in both
pages.
Thanks,
NN.
Read other 6 answers