Application Development 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: 

Performance issue TIME OUT Error

Former Member
0 Kudos

Hello Friends,

I am fetching data from BSAD table and getting TIME OUT error.

Program was developed in ECC5.0. In 4.6 there is a function module called ARCH_ANA_PROGRESS_INDICATOR to solve this type of error but it is not there in my ECC5.0.

Is there any alternate function module to solve my problem in ECC5.0 or what is the alternate fuinction module for ARCH_ANA_PROGRESS_INDICATOR in ECC5.0.

Please guide me how to solve my error.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Kumar,

u can use pacage size keyword in select statement.

select * package size 10000

from bsad

into table i_bsad

where -


.

Regards

Kiran

1 REPLY 1

Former Member
0 Kudos

Hi Kumar,

u can use pacage size keyword in select statement.

select * package size 10000

from bsad

into table i_bsad

where -


.

Regards

Kiran