Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Submit statement without executing AT SELECTION SCREEN event

Former Member
0 Likes
1,050

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.

3 REPLIES 3
Read only

Former Member
0 Likes
601

Hi Phyrose,

I don't think it is possible.

Regards,

Atish

Read only

Pawan_Kesari
Active Contributor
0 Likes
601

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.

Read only

Former Member
0 Likes
601

Hi

If you use the Submit Program then it will execute the Program from the INITILIZATION event, we can not omit the events