<?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 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/6176016#M1372522</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 having an issue with the OSS note application. SAP provided an OSS note Version 1 to apply on a program. I applied it using a object key and the issue did not get resolved. Then we asked for SAP  help and they came back with the proposed solution on the same note with Version 2. This time aorund the basis guy tried to apply  the version 2, it it did not work. Hence I reverted the code back to the original one before applying the version 1. the note did not apply again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error message that it is showing points to some missing DELETE blocks in the code. Like 'Delete block not found'. I did not understand. &lt;/P&gt;&lt;P&gt;How to correct it? What steps need to be taken in this scenario when you are trying to apply the version 2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts or help is widely appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;VG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Sep 2009 13:52:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-18T13:52:17Z</dc:date>
    <item>
      <title>Applying OSS note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6176016#M1372522</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 having an issue with the OSS note application. SAP provided an OSS note Version 1 to apply on a program. I applied it using a object key and the issue did not get resolved. Then we asked for SAP  help and they came back with the proposed solution on the same note with Version 2. This time aorund the basis guy tried to apply  the version 2, it it did not work. Hence I reverted the code back to the original one before applying the version 1. the note did not apply again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error message that it is showing points to some missing DELETE blocks in the code. Like 'Delete block not found'. I did not understand. &lt;/P&gt;&lt;P&gt;How to correct it? What steps need to be taken in this scenario when you are trying to apply the version 2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts or help is widely appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;VG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 13:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6176016#M1372522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-18T13:52: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/6176017#M1372523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When applying the note, the application checks where to delete, what to insert etc. For this the current code is used. Now if the block to be deleted only let's say differs in one character (one space to much / less for example), it can not apply the note since the current coding does not equal the coding it searches for when applying the note. So you will have to make sure that the code to be replaced matches exactly yours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check this by going to service.sap.com and look for the note. In the correction instructions, this delete block is also displayed together with the context block and the insert block. Copy the delete block per line and look for it in your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 14:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6176017#M1372523</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-09-18T14:33:01Z</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/6176018#M1372524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I appreciate your help here. The note I am looking at is 1379339 and program is RPAR6W00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The note as 2 delete blocks. I just added the first delete block through manual correction so that the basis guy can apply the version 2 of the note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE block1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;infotypes: 0283 name i0283 occurs 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delete block1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program, i have created a delete block&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*{   DELETE                                             4&lt;/P&gt;&lt;P&gt;*\  infotypes: 0283 name i0283 occurs 0.&lt;/P&gt;&lt;P&gt;*}   DELETE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even then it did not work and I got the same error.  We tried few more options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basis guy applied the note version 2 over version 1 it did not work.&lt;/P&gt;&lt;P&gt;I reverted the code back to original version before applying any OSS note and asked the basis guy to apply the version 2 it did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now a possible soultion that I think is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revert the code back to the original version (before any note was applied) then add just the delete blocks and then apply version 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you think does it work? Is it a right approach?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However i did not understand the concept here. here is a scenario where we applied version 1 of OSS note did not work and SAP came back and asked to apply the version 2 of the same note.&lt;/P&gt;&lt;P&gt;What does it mean when it is looking for delete block in the code? How should the OSS note be applied in such a scenario?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not come across a situaton like this and is new to me. Your help and inputs will be helpful.&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>Fri, 18 Sep 2009 17:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6176018#M1372524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-18T17:15:42Z</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/6176019#M1372525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved the issue on my own.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Santhosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 19:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/applying-oss-note/m-p/6176019#M1372525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T19:38:17Z</dc:date>
    </item>
  </channel>
</rss>

