‎2007 Oct 15 10:22 AM
hi,
In my report since the input data is very large iam spliiting the input data batch by batch. Iam executing the report for the first batch input data and retriving the results for it.
Then to find the result for the enxt batch input data , iam using submit statement to execute the report again. While executing the report now it should directly start from the start-of-selection event only. It should not go for At selection screen or initialization events.
Can anyone help me how to execute the report for second time from start-of-selection event.
Regards,
Phyrose.
‎2007 Oct 15 10:24 AM
‎2007 Oct 15 10:28 AM
Is code written directly under START-OF-SELECTION or you are calling subroutine in START-OF-SELECTION?
I would suggest you to call the subroutines written under START-OF-SELECTION.
PERFORM form IN PROGRAM prog.
‎2007 Oct 15 10:35 AM
Hi
If you use the Submit Program then it will execute the Program from the INITILIZATION event, we can not omit the events