<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error message:CJ619 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cj619/m-p/4238298#M1011867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  if anzahl_ab_mask lt  anzahl_ab_eing.
...
    message id     id_cj
            type   msg_typ
            number 619
            with   tcjed-posid.
    output = input.
    exit.
  endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jamie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 18:17:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-30T18:17:41Z</dc:date>
    <item>
      <title>Error message:CJ619</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cj619/m-p/4238297#M1011866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No. of project sections does not agree with project mask "-XX.XXX.XXXX.XXXXX.XXX"&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;But,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When tested at quality &amp;amp; production its giving short dump (RPERF_ILLEGAL_STATEMENT),as code in all of the three client is same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas to overcome this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 04:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cj619/m-p/4238297#M1011866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T04:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error message:CJ619</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cj619/m-p/4238298#M1011867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  if anzahl_ab_mask lt  anzahl_ab_eing.
...
    message id     id_cj
            type   msg_typ
            number 619
            with   tcjed-posid.
    output = input.
    exit.
  endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jamie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 18:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cj619/m-p/4238298#M1011867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T18:17:41Z</dc:date>
    </item>
  </channel>
</rss>

