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

bapi run time error

SG141
Active Participant
0 Likes
468

I am running a report where i am calling the bapi BAPI_OBJCL_GETCLASSES... in the prod environment i am run time error saying that... bapi has exceeded maximum time... how would i overcome this issue......

3 REPLIES 3
Read only

Former Member
0 Likes
426

Run it in the background.

Rob

Read only

SG141
Active Participant
0 Likes
426

The BAPI is called twice in the program... both time in a loop...

it is failing because the internal table has huge amount of records..

Read only

0 Likes
426

Either run it in the background or reduce the number of records in the loop (and call the program multiple times).

Rob