‎2008 Jul 30 5:39 AM
Hi,
Iam trying to upload excel file using particular transaction with delibrately made mistake in one of the WBS element to generate error so,this is the error in Development:
No. of project sections does not agree with project mask "-XX.XXX.XXXX.XXXXX.XXX"
But,
When tested at quality & production its giving short dump (RPERF_ILLEGAL_STATEMENT),as code in all of the three client is same.
Any ideas to overcome this,
Thanks
‎2008 Jul 30 7:17 PM
Hi,
See if [Note 990567|https://service.sap.com/sap/support/notes/990567] helps. Even if the code fix provided in this SAP Note does not affect your specific programming task, the text of the note does at least explain what is causing the error and/or short dump. You need to ensure that the WBS Element field contents match the WBS element mask (as stated in the Note 990567).
Perhaps you are seeing the short dump in quality and production because this note has not been applied in those systems? If the note is only applied in development then this might also explain why you are not getting the dump in that system.
My guess is that the error CJ619 is most likely sent during function module 'CONVERSION_EXIT_PROJN_INPUT' (specifically from include program LCJPNF0B) in this block of SAP standard code:
if anzahl_ab_mask lt anzahl_ab_eing.
...
message id id_cj
type msg_typ
number 619
with tcjed-posid.
output = input.
exit.
endif.
Notice that a call to function module 'CONVERSION_EXIT_PROJN_INPUT' is actually added as part of Note 990567, which would futher support my theory that the Note is applied in systems that give you the CJ619 error but not in systems in which you get the short dump (the short dump that is fixed by the SAP Note).
Regards,
Jamie