‎2008 Jul 30 9:37 PM
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......
‎2008 Jul 30 9:46 PM
‎2008 Jul 30 9:50 PM
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..
‎2008 Jul 30 9:55 PM
Either run it in the background or reduce the number of records in the loop (and call the program multiple times).
Rob