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

Getting RPERF_ILLEGAL_STATEMENT error

Former Member
0 Likes
2,158

Hi all,

Well, I'm getting the RPERF_ILLEGAL_STATEMENT error, when I ejecute

a transaction that generates an smartform, then I go to SP02 and Status text for output req.,

shows Incorrect (Error in ABAP Processing). The short text of the dump says

"Statement "WAIT UNTIL logexp" is not allowed in this form."

As suggestion in What can you do?, It says that I can search in marketplace for the following keywords:

  "RPERF_ILLEGAL_STATEMENT" " "

"SAPLSICM" or "LSICMU11"

"ICM_CACHE_UPLOAD"

Do you know any SAP Note useful? I have found these: 1069544, 675042 but I'm not sure about them

Thanks in advance!

4 REPLIES 4
Read only

Former Member
0 Likes
1,338

Do you have a WAIT statement somewhere in your form / logic? 

Read only

0 Likes
1,338

Yes, that's the issue, but is standard code, how can I modify it?

In fm ICM_CACHE_UPLOAD is the problem

Read only

Tamas_Hoznek
Product and Topic Expert
Product and Topic Expert
0 Likes
1,338

If you get such a dump related to SAP standard code, the best would be to create an OSS message and invoke SAP support.

Btw. I didn't find any relevant information pointing to a similar scenario that would involve the above terms.

Read only

0 Likes
1,338

Thank you Tamas , I found those notes:

1069544 - FM ICM_CACHE_UPLOAD causes CALL_FUNCTION_SEND_ERROR

675042 - RPERF_ILLEGAL_STATEMENT in asynchronous RFC

686710 - ABAP runtime error RPERF_ILLEGAL_STATEMENT

I hope them can resolve the problem