<?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: applying OSS note in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6527108#M1426032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When it says that you have to make the changes manually in the code (which sounds a bit strange to me, since code corrections are normally done via the note itself), than you have to do it manually. And indeed, you need an access key for that. Now, what to do first. If the note also applies to the same object you have to change manually, than I would suggest first to implement the note. During the 'insert' of a note, the system looks for the exact spot where coding has to be inserted. If this does not match exactly (for example one empty line too much), the note can not be implemented and is rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short, do exactly what the note says, and follow the steps mentioned in it. That way you can always get back to SAP, if it does not work properly. Advice: follow the instructions to the letter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I can't get into OSS right now, otherwise I could have taken a look at the note itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2010 17:19:50 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2010-01-21T17:19:50Z</dc:date>
    <item>
      <title>applying OSS note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6527105#M1426029</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;I need some direction regarding the application of a particular OSS note. The explanation says that a section of the source code needs to be manually corrected. It means that we need to add some coding to a ABAP function. In that case should apply the OSS note via SNOTE transaction or take the object key for that function  and then make changes a a developer? I am bit confused. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The note number is 111538.  Any thoughts as how to approach it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;VG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 15:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6527105#M1426029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: applying OSS note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6527106#M1426030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the note specifies the steps,,&lt;/P&gt;&lt;P&gt;for eg, if it says..&lt;/P&gt;&lt;P&gt;1. create an include in a development class(package).&lt;/P&gt;&lt;P&gt;then you need to create the include and paste the code for that include from the note in that development clas and activate. once that is done, you can go ahead and do the next step...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't do the manual steps the note won't be applied successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 15:50:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6527106#M1426030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T15:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: applying OSS note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6527107#M1426031</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;Thanks for the quick turnaround. The note does not specify like that however from the proposed soultion it looks like that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;existing piece of code in the include program is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  lt_ppdit-subst = l_cline-subst.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;LT_PPDIT-MENGE = L_CLINE-ANZHL.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;LT_PPDIT-MEINS = L_CLINE-MEINS.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  lt_ppdit-curtp = '00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the propsed soultion of the note it suggests something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the comment out on LT_PPDIT-MENGE = L_CLINE-ANZHL.&lt;/P&gt;&lt;P&gt;and add some 'IF'condition to LT_PPDIT-MEINS&lt;/P&gt;&lt;P&gt;  IF .........                   " Insert decision&lt;/P&gt;&lt;P&gt;   LT_PPDIT-MEINS = ......&lt;/P&gt;&lt;P&gt; ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In simple terms, some code needs to be added, so is it better to take the object key of this include program and make the changes manually or apply the OSS note and then make changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;VG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 17:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6527107#M1426031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T17:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: applying OSS note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6527108#M1426032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When it says that you have to make the changes manually in the code (which sounds a bit strange to me, since code corrections are normally done via the note itself), than you have to do it manually. And indeed, you need an access key for that. Now, what to do first. If the note also applies to the same object you have to change manually, than I would suggest first to implement the note. During the 'insert' of a note, the system looks for the exact spot where coding has to be inserted. If this does not match exactly (for example one empty line too much), the note can not be implemented and is rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short, do exactly what the note says, and follow the steps mentioned in it. That way you can always get back to SAP, if it does not work properly. Advice: follow the instructions to the letter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I can't get into OSS right now, otherwise I could have taken a look at the note itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 17:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6527108#M1426032</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2010-01-21T17:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: applying OSS note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6527109#M1426033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.  It really helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 17:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6527109#M1426033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T17:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: applying OSS note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6527110#M1426034</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;If I understand this right,  Implement the OSS note via SNOTE. If it works fine then collect the object key for the include program and add the additional code manually and test for the required results. If the note fails in the firsrt step itself then get back to SAP and seek more clarifications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounds like a good plan? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;VG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 17:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6527110#M1426034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T17:50:34Z</dc:date>
    </item>
  </channel>
</rss>

