<?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: Regarding OSS notes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-oss-notes/m-p/2046187#M421344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sree Ram,&lt;/P&gt;&lt;P&gt;                  You will have to first create a report by the name given in the OSS Note. Dont write any code in the report . Now implement the OSS note the Z report would have all the code mentioned in the note.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2007 06:03:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-28T06:03:36Z</dc:date>
    <item>
      <title>Regarding OSS notes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-oss-notes/m-p/2046183#M421340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;    Actually I am getting the short dump with description DYNP_TOO_MANY_RADIOBUTTONS_ON while running some standard Transaction(ko02). For the solution, SAP Providing the note : 371659.&lt;/P&gt;&lt;P&gt;In that note as a solution sap suggested some z program ZSTSEQNR.&lt;/P&gt;&lt;P&gt;But my problem here is : I am not able to know how we can implement that given program to get rid of the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone Please give me the idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points are assured for correct answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 04:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-oss-notes/m-p/2046183#M421340</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-03-28T04:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding OSS notes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-oss-notes/m-p/2046184#M421341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This custom program is a report which after running displays list of the object numbers which have more than one user status with status number active.&lt;/P&gt;&lt;P&gt;In the checkbox positioned before the entry, you can determine which user statuses you want to delete from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can select those and delete the same. If you see code of the report, they are deleting data from db tables JEST and JCDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you then restart the report with the same object number selection, there should not be any more objects with more than one status number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 04:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-oss-notes/m-p/2046184#M421341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T04:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding OSS notes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-oss-notes/m-p/2046185#M421342</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;Once u know the correct OSS note.&lt;/P&gt;&lt;P&gt;Use the tcode SNOTE  to download the OSS note.&lt;/P&gt;&lt;P&gt;There is an option to implement the OSS note also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 05:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-oss-notes/m-p/2046185#M421342</guid>
      <dc:creator>santhosh_patil</dc:creator>
      <dc:date>2007-03-28T05:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding OSS notes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-oss-notes/m-p/2046186#M421343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asish&lt;/P&gt;&lt;P&gt;    Thanks for your reply.&lt;/P&gt;&lt;P&gt;Yes...I understand how to implement...But in my Dev/Production system the concerned report ZSTSEQNR is not existed.&lt;/P&gt;&lt;P&gt;Can I know whether this can be avaiable to by default or we have to create that report in Dev and Transport to Production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expecting a quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 05:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-oss-notes/m-p/2046186#M421343</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-03-28T05:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding OSS notes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-oss-notes/m-p/2046187#M421344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sree Ram,&lt;/P&gt;&lt;P&gt;                  You will have to first create a report by the name given in the OSS Note. Dont write any code in the report . Now implement the OSS note the Z report would have all the code mentioned in the note.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 06:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-oss-notes/m-p/2046187#M421344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T06:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding OSS notes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-oss-notes/m-p/2046188#M421345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  It's Answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 07:59:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-oss-notes/m-p/2046188#M421345</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-23T07:59:06Z</dc:date>
    </item>
  </channel>
</rss>

