‎2006 May 05 10:31 AM
Hello experts,
I am currently having in my SAPscript report. I am getting wrong values in my top window maybe because I have a statement AT new statement that calls FM CONTROL_FORM and triggers new-page and also the main window triggers a new-page everytime the records fills up the main window. Questions is, Is there a solution for this? Again, thanks a lot guys and help would be greatly appreciated.
‎2006 May 05 10:41 AM
HI
GOOD
YOU CHECK OUT TWO THINGS
CHECK WHERE YOU R CALLING YOUR NEW PAGE.
AND CHECK WHAT PARAMETER YOU R PASSING IN THE HEADER WINDOW.
THANKS
MRUTYUN
‎2006 May 05 10:41 AM
hi viray,
can u explain more on ur requirement.
thanks,
priya.
Message was edited by: Priya
‎2006 May 05 10:43 AM
why have u put a control statement( new page command) after AT NEW ?? wat do u mean by wrong values??? r they repetitive?? please ellaborate
‎2006 May 05 10:53 AM
Hi again guys,
What I want to do with my sapscript is this: for every new record in field ls_lines1 it would trigger a new page so its records would be seperated based on ls_lines1. Now, here is the problem. I found out by debugging my sapscript that when my main window is filled up it would also trigger a new page. So for example, in page 4 of my sapscript, the header window must have the value of dealer 4 but I am having the value of dealer 5 which must be on the next page and so on.