2013 Oct 23 11:58 PM
Hi Everyone,
I am getting a dump telling RPERF_ILLEGAL_STATEMENT error has encountered in SAPLOLEA program. I am calling an ALV Grid Display in my custom program. On the Output Screen user has the option for Selecting the Rows. Once the execute button is pressed, Standard BAPI is called for creating the FI Document.
I searched in the earlier forum, and could see using CL_GUI_CFW=>UPDATE_VIEW or FM AC_FLUSH_CALL for flushing the controls. But it is not working for me. Any help is highly appreciated.
2013 Oct 24 12:25 AM
Hi Asha,
Looks like application server issue. Please check with your Basis Team. Even i had the same issue for one of my batch job. When i checked with basis team they claimed that application server was down.
Regards,
Saran
2013 Oct 24 12:35 AM
Hi Saravanan,
The Application Server is up.. There is not problem over there.
Regards,
Asha
2013 Oct 24 2:29 AM
Hello,
You seem to choose a lot of selection of sales order, which means a lot of parallel tasks will be created and it is resource consumming. Even more it's creating performance issues as
described in SAP note 490547.
One way to improve this situation is to increase the size of packages.
So read SAP note 490547 for more details and please change as suggested parameter
'Maximum lines'.
Regards,
David
2013 Oct 24 1:22 PM
Read Note 686710 - ABAP runtime error RPERF_ILLEGAL_STATEMENT and adapt you call of BAPI.
Regards,
Raymond