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

Pging Over flow runtime error in Abap report

former_member632458
Participant
0 Likes
568

Hi all,

I have a report if it is exuted for higher selection criteria in the production ,

its giving a run time error .what could be the problem??

Thanks,

Regards,

Rajesh S.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
539

Hi,

The runtime error occured, because of the complex program time exceeds for execution. Ask the basis time to increase the execution time or make sure that use all primary keys in select statements.

Check the any select statements in LOOPs.

Otherwise make the selection screen with mandatory fields.

Regards,

Anil

Hi,

The runtime error occured, because of the complex program time exceeds for execution. Ask the basis time to increase the execution time or make sure that use all primary keys in select statements.

Check the any select statements in LOOPs.

Otherwise make the selection screen with mandatory fields.

Regards,

Anil

2 REPLIES 2
Read only

Former Member
0 Likes
540

Hi,

The runtime error occured, because of the complex program time exceeds for execution. Ask the basis time to increase the execution time or make sure that use all primary keys in select statements.

Check the any select statements in LOOPs.

Otherwise make the selection screen with mandatory fields.

Regards,

Anil

Read only

former_member632458
Participant
0 Likes
539

Solved Thanks!!