<?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: SNOTE related issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771913#M1463283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Mar 2010 12:53:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-26T12:53:26Z</dc:date>
    <item>
      <title>SNOTE related issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771910#M1463280</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;I need to implement one of the SAP Correction Note, which prompts the message "Corrections incompletely copied; see change display" and therefore does not implement desired SAP Note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On research, we found that the following context block is not found by SAP Note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Context block (not found in modularization unit FORM POST_A_LINE)
      write t8jvb60-budat+0(6) to l_xref.                     "554963
      perform fill_screen_field using 'BSEG-XREF2' l_xref.    "554963
*   ================================================================&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While, in our SAP, the aforementioned block is as follows:&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;write t8jvb60-budat+0(6) to l_xref.              "554963"973718
      perform fill_screen_field using 'BSEG-XREF2' l_xref.    "554963&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is clear from the above that in our system, additional SAP Note 973718 is implemented which do not allow current SAP note to get implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried resetting the SAP NOte 973718, but failed as its part of our Support Package, and cannot be Reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nayab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nayab Siddiqui on Mar 26, 2010 10:01 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 05:01:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771910#M1463280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T05:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: SNOTE related issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771911#M1463281</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;When you are implementing your note, are you getting any objects with yellow traffic light? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just when you start implement any  SAP note if SAP note found all the changes automatically it gives green light to every object (Indicates "All changes has been copied" automatically). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs, &lt;/P&gt;&lt;P&gt;Lokesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 06:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771911#M1463281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T06:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: SNOTE related issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771912#M1463282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Lokesh for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, there are three objects which are with YELLOW light, while the last one is GREEN. I implemented the GREEN one, while YELLOW ones are outstanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nayab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 07:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771912#M1463282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T07:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: SNOTE related issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771913#M1463283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 12:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771913#M1463283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T12:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: SNOTE related issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771914#M1463284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, the message didn't get posted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 12:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771914#M1463284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T12:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: SNOTE related issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771915#M1463285</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;Yellow traffic signal means SAP note is not able put the code below the contex automatically. For this you need to click on yellow delta light, and then do following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i. After clicking on yellow signal, you will be in split editor mode. Now you can edit your source code.&lt;/P&gt;&lt;P&gt;ii. Check in this code (Compare with correction instruction) where the code is missing.&lt;/P&gt;&lt;P&gt;iii. Now put manually that missing code (Below the context as per the note) &lt;/P&gt;&lt;P&gt;iv. Last but imp step, click on &lt;STRONG&gt;Copy to code&lt;/STRONG&gt; push button at the left top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you get a scrren with delta copied with changes, Proceed with note implemetation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lokesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lokesh Tarey on Mar 26, 2010 2:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 13:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771915#M1463285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T13:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: SNOTE related issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771916#M1463286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Issue is resolved. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 17:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/snote-related-issue/m-p/6771916#M1463286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-29T17:52:27Z</dc:date>
    </item>
  </channel>
</rss>

