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 dump

Former Member
0 Kudos
1,185

Hi,

I am trying to convert an object from ECC 4.6 to 6.0 and in doing so i am getting the dump shown below :

Runtime Errors RPERF_ILLEGAL_STATEMENT

Short Text * Statement "MESSAGE E" is not allowed in this form. *

The dump is coming in a SAP program, "SAPLCJPN inside include LCJPNF0B.

The code in which the dump is coming is :

subrc1 = 4.

IMPORT mess_typ FROM MEMORY ID 'EXT_MESS_TYP'.

IF sy-subrc IS INITIAL.

msg_typ = mess_typ.

CLEAR input.

ENDIF.

MESSAGE ID id_cj

TYPE msg_typ

NUMBER 609

WITH hilfstring.

output = input.

flag_exit = con_yes.

EXIT.

Kindly let me know waht am i to do to remove this dump...???

2 REPLIES 2

Former Member
0 Kudos
315

Hi

Pls check the following notes, you may get some idea

915652 - Termination RPERF_ILLEGAL_STATEMENT with extract browser

216137 - Short dump in SAPLCJPN when creating WBS element

Pls take opinion from SAP / Basis before implementing the note

Regards

Madhan D

0 Kudos
315

Note 216137 is valid only upto 4.6C, what is its substitution in ECC 6.0?