‎2012 Apr 02 6:41 PM
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!
‎2012 Apr 02 7:49 PM
Do you have a WAIT statement somewhere in your form / logic?
‎2012 Apr 03 12:08 AM
Yes, that's the issue, but is standard code, how can I modify it?
In fm ICM_CACHE_UPLOAD is the problem
‎2012 Apr 03 1:58 AM
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.
‎2012 Apr 03 5:11 PM
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