<?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 How to implement the security notes in Java System. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908109#M1597464</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;For the ABAP systems we use RSECNOTE to implement the security notes, but how do we do that in Java systems?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any reference or guidance will be of great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Akash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2011 16:07:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-19T16:07:51Z</dc:date>
    <item>
      <title>How to implement the security notes in Java System.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908109#M1597464</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;For the ABAP systems we use RSECNOTE to implement the security notes, but how do we do that in Java systems?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any reference or guidance will be of great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Akash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 16:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908109#M1597464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-19T16:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the security notes in Java System.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908110#M1597465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the Java Support Package Manager (JSPM) to apply support packages on deployed software components.&lt;/P&gt;&lt;P&gt;Search with JSPM on SAP Help and there is a lot of information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 18:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908110#M1597465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-19T18:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the security notes in Java System.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908111#M1597466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RSECNOTE is for ABAP only, and I dont think there is any equivalent for Java. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Java , security note will guide you on how to implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be manual changes or via SDM or JSPM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pinkle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 23:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908111#M1597466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-19T23:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the security notes in Java System.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908112#M1597467</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;on service.sap.com/SecurityNotes you can define your systems and get security notes related to your systems. I know that you can't schedule it as background job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 04:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908112#M1597467</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-05-20T04:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the security notes in Java System.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908113#M1597468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RSECNOTE is for ABAP system, in Java systems security notes guide us how to implement and we can do it  manual changes or via SDM or JSPM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 05:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908113#M1597468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-20T05:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the security notes in Java System.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908114#M1597469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this automatically from Solution Manager, also for the Java Stack component patches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This feature was recently introduced and more infos are available in this SDN blog --&amp;gt; [Get an automatically calculated recommendation which SAP notes to apply on a system|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/24227] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very cool &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 08:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908114#M1597469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-20T08:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the security notes in Java System.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908115#M1597470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All for the responses &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 12:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-the-security-notes-in-java-system/m-p/7908115#M1597470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-06T12:38:42Z</dc:date>
    </item>
  </channel>
</rss>

