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

SAPGUI_PROGRESS_INDICATOR for time_out

Former Member
0 Likes
480

hi,

My code is giving a time out while selecting data from table s521.Is there any way to override the time out counter programmatically. I found that FM 'SAPGUI_PROGRESS_INDICATOR' could be used for this purpose.Does anybody know how to use it

hi,

My code is giving a time out while selecting data from table s521.Is there any way to override the time out counter programmatically. I found that FM 'SAPGUI_PROGRESS_INDICATOR' could be used for this purpose.Does anybody know how to use it

1 REPLY 1
Read only

Former Member
0 Likes
396

I think you need to check the select statement if it is giving time out error. You need to check whether you can specify any key fields or you can also check secondary indexes on that table to get the required result from the select statement.

I hope it helps.

Thanks,

Vibha

Please mark all the useful answers