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: 

RPERF_ILLEGAL_STATEMENT error in SAPLOLEA program

Former Member
0 Kudos
939

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.

4 REPLIES 4

saranwin
Contributor
0 Kudos
280

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

Former Member
0 Kudos
280

Hi Saravanan,

     The Application Server is up.. There is not problem over there.

Regards,

Asha

DavidLY
Product and Topic Expert
Product and Topic Expert
0 Kudos
280

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

raymond_giuseppi
Active Contributor
0 Kudos
280

Read Note 686710 - ABAP runtime error RPERF_ILLEGAL_STATEMENT and adapt you call of BAPI.

Regards,

Raymond