<?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: Why changes are not seen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-changes-are-not-seen/m-p/3094454#M734086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes Eric cartman, it happened,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the old code segment is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 Data: PRCTR like zpp_utlist-prctr.       
 prctr = wa-prctr.                        
 unpack prctr to wa-prctr.                

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what I have done is as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  if prctr cs sy-abcde.

  else.
    unpack prctr to prctr2.
    wa-prctr = prctr2.
   endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However last change is not seen... It goes dump and shows me the error at the old code segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2007 12:15:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-05T12:15:58Z</dc:date>
    <item>
      <title>Why changes are not seen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-changes-are-not-seen/m-p/3094451#M734083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if I have changed a part of the code of a program and activated it, &lt;/P&gt;&lt;P&gt;it still does not see the new part and runs according to old part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example even I have changed the ;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;unpack prctr to prctr2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; to &amp;gt;&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if prctr cs sy-abcde.
"do nothing
else.

unpack prctr to prctr2.
wa-prctr = prctr2.

endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the program runs as if I have not add if else... It also does not fall into debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the problem?&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, 05 Dec 2007 12:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-changes-are-not-seen/m-p/3094451#M734083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T12:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why changes are not seen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-changes-are-not-seen/m-p/3094452#M734084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does it happen in another session? did you restart SE38 in the another session?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 12:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-changes-are-not-seen/m-p/3094452#M734084</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-12-05T12:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why changes are not seen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-changes-are-not-seen/m-p/3094453#M734085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deniz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some times it happens like that if we change Attributes of that program.&lt;/P&gt;&lt;P&gt;Just copy the same code into other program and delete everything in the original program except report stmt and do activation part .aFterwards simply paste the code into original program.it may solve your problem.&lt;/P&gt;&lt;P&gt;Otherwise save the code, system--&amp;gt;Logoff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Sivaparvathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 12:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-changes-are-not-seen/m-p/3094453#M734085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T12:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why changes are not seen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-changes-are-not-seen/m-p/3094454#M734086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes Eric cartman, it happened,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the old code segment is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 Data: PRCTR like zpp_utlist-prctr.       
 prctr = wa-prctr.                        
 unpack prctr to wa-prctr.                

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what I have done is as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  if prctr cs sy-abcde.

  else.
    unpack prctr to prctr2.
    wa-prctr = prctr2.
   endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However last change is not seen... It goes dump and shows me the error at the old code segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 12:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-changes-are-not-seen/m-p/3094454#M734086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T12:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why changes are not seen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-changes-are-not-seen/m-p/3094455#M734087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you only have to restart SE38 (or at least go back to start screen (where you enter program name)) than it should be OK (I assume this happens in the same server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;small remark:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if prctr cs sy-abcde.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;this means that the variable prctr &amp;lt;i&amp;gt;contains&amp;lt;/i&amp;gt; contains the string 'ABC...XYZ' (which I believe is close to impossible). If you want to check that prctr contains only letters than you need to use CO (instead of CS):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF prctr CO sy-abcde.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 12:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-changes-are-not-seen/m-p/3094455#M734087</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-12-05T12:34:42Z</dc:date>
    </item>
  </channel>
</rss>

