<?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: On submit it runs old program code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349478#M1540439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnks all for your answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Nov 2010 08:09:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-09T08:09:28Z</dc:date>
    <item>
      <title>On submit it runs old program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349469#M1540430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a system that was upgraded and i have this specific problem&lt;/P&gt;&lt;P&gt;the program RFBIBL00 has a submit to the program RFBIBL01 which has the include RFBIBL02.&lt;/P&gt;&lt;P&gt;The inlcude RFBIBL02 which had custom code in it had an unicode error which i fixed. On the quality server and not on the development server (works fine there)  when i run the program RFBIBL00 at the submit it crashes with the old unicode error message. if i run the RFBIBL01 directly there is no problem. I even made a z program with the same submit and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the dump:&lt;/P&gt;&lt;P&gt;The current ABAP program "RFBIBL01" had to be terminated because it has        &lt;/P&gt;&lt;P&gt;come across a statement that unfortunately cannot be executed.                                                                           &lt;/P&gt;&lt;P&gt;The following syntax error occurred in program "RFBIBL01 " in include "RFBIBL02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can you do?                                                 &lt;/P&gt;&lt;P&gt;    Please eliminate the error by performing a syntax check      &lt;/P&gt;&lt;P&gt;    (or an extended program check) on the program "RFBIBL01 ".   &lt;/P&gt;&lt;P&gt;    You can also perform the syntax check from the ABAP Editor.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of course if i do syntax error on either RFBIBL01 or RFBIBL02 there is no problem. On the submit from RFBIBL00 it seems that the old version of the include RFBIBL02 is still running and crashes due to its error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i have already tried:&lt;/P&gt;&lt;P&gt;- Generate and activate all the programs RFBIBL00 - RFBIBL01 - RFBIBL02&lt;/P&gt;&lt;P&gt;- Passed the request with the fix in the incldue RFBIBL02 many many times on synchronous mode.&lt;/P&gt;&lt;P&gt;- made a trasport of copies of RFBIBL00 to make it recompile to quality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;None of these worked. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 10:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349469#M1540430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T10:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: On submit it runs old program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349470#M1540431</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;RFBIBL00 seems to re-generate RFBIBL02 via SUBMIT RFBIBLG0  in some cases. Maybe that causes the problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 11:03:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349470#M1540431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T11:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: On submit it runs old program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349471#M1540432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnks for the quick answer there is  this code just before the submit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Neugenerierung von RFBIBL02 wenn notwendig.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF SAPRL &amp;lt;&amp;gt; SY-SAPRL OR SYSID &amp;lt;&amp;gt; SY-SYSID OR NEW_GN = XON.&lt;/P&gt;&lt;P&gt;    SUBMIT RFBIBLG0 AND RETURN.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i run the program the if didnt  come true but in debugger i made it come true so the &lt;/P&gt;&lt;P&gt; SUBMIT RFBIBLG0 AND RETURN was execuded. But nothing really changed the problem remains.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 11:21:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349471#M1540432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T11:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: On submit it runs old program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349472#M1540433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are You sure that the submit isn't processed in your quality system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, it will not be reached in your development system or will do no changes there, but it may be processed in your quality system and maybe (depending on different SYSID) create a new version of RFBIBL02 in the SAP main storage while processing the report. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may not see this changes ion database / SE38 / SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this in your quality system!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 12:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349472#M1540433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T12:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: On submit it runs old program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349473#M1540434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply again.&lt;/P&gt;&lt;P&gt;The SYSID and sy-sysid have the same value my quality system.&lt;/P&gt;&lt;P&gt;When i go se37 or se80 i see the new corrected code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 13:13:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349473#M1540434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T13:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: On submit it runs old program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349474#M1540435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What i understand right now i corrected the unicode problem in the include RFBIBL02. &lt;/P&gt;&lt;P&gt;But in program RFBIBL00 there are lines where it explicit says&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Informationen aus RFBIBL02 einlesen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  READ REPORT 'RFBIBL02' INTO REP.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;  READ TABLE REP INDEX 6.&lt;/P&gt;&lt;P&gt;  SYSID = REP-Z+30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since i have corrected the include in test system it gets sysid = test system and then it runs&lt;/P&gt;&lt;P&gt;    SUBMIT RFBIBLG0 AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which probably creates a temporary version of the include which has the unicode error.&lt;/P&gt;&lt;P&gt;I corrected the include is propably completly wrong, since its a generated include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So let me rephrase the problem as it looks now:&lt;/P&gt;&lt;P&gt;I get this unicode error int he include RFBIBL02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;""ZBSEG" and "WA" are not mutually convertible. In Unicode programs, "Z" &lt;/P&gt;&lt;P&gt;"BSEG" must have the same structure layout as "WA", independent of the " &lt;/P&gt;&lt;P&gt;"length of a Unicode character."                                         &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the line of the error is:&lt;/P&gt;&lt;P&gt;ZBSEG = WA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This happens cause zbseg contains arithmetic values and its not like bbseg that has only character values and this is an unicode error since the update happen. If i understand correctly the solution should be to make zbseg stracture all tis fields character type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thrasivoulos Tsiokos on Nov 8, 2010 2:31 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 13:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349474#M1540435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T13:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: On submit it runs old program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349475#M1540436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd back up and try to find the source of the problem. These are all standard SAP programs and should get this kind of error. Have you applied custom mods to any of the programs or structures? Have you checked the SPAU for these programs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 14:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349475#M1540436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T14:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: On submit it runs old program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349476#M1540437</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;in our systems we have no ZBSEG, but BBSEG has only CHAR fields. If there are any NON-CHAR fields in your ZBSEG there may be a UNICODE problem at MOVE-CORRESPONDING, e.g. when identical named fields have different types. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, all of your ZBSEG fields should be of CHAR type and have corresponding fields in BBSEG of matching types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 05:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349476#M1540437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T05:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: On submit it runs old program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349477#M1540438</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;  Please activate Both  Include Program  in Developement , Quality , Production  .&lt;/P&gt;&lt;P&gt;  aslo check version  and match them   it will show difference .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for calling old program is that new changed program is not active   , that's why  it is calling old active program &lt;/P&gt;&lt;P&gt;and giving error  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 07:20:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349477#M1540438</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2010-11-09T07:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: On submit it runs old program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349478#M1540439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnks all for your answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 08:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-submit-it-runs-old-program-code/m-p/7349478#M1540439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T08:09:28Z</dc:date>
    </item>
  </channel>
</rss>

