<?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 Table in which Kernel Info in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021676#M1347752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In my report program, I need to fetch the kernel info of a system. We ususally get this from release notes in SM51 transaction or from the menu System-&amp;gt;status then click on the 'right' arrow which is next to navigate button.  Small window opens with Kernel info, DB info &amp;amp; system info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for the first one - KERNEL INFORMATION section data. In which table does it exists?? I am looking for two fields particularly - SAP KERNEL RELEASE and PATCH/SUP. PKG.LVL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application help doesn't exists.!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2009 10:39:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-20T10:39:00Z</dc:date>
    <item>
      <title>Table in which Kernel Info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021676#M1347752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In my report program, I need to fetch the kernel info of a system. We ususally get this from release notes in SM51 transaction or from the menu System-&amp;gt;status then click on the 'right' arrow which is next to navigate button.  Small window opens with Kernel info, DB info &amp;amp; system info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for the first one - KERNEL INFORMATION section data. In which table does it exists?? I am looking for two fields particularly - SAP KERNEL RELEASE and PATCH/SUP. PKG.LVL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application help doesn't exists.!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 10:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021676#M1347752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T10:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table in which Kernel Info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021677#M1347753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table UVERS for sy-ssprl(sap release)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the system function to get Kernal and other info. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;call function 'SYSTEM_INFO'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    key   = '  '          " &amp;lt;&amp;lt; Pass the key values to get info  &lt;/P&gt;&lt;P&gt;  importing&lt;/P&gt;&lt;P&gt;    value = value.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Values you can pass related to KEY&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;'SAP_VERSION'&lt;/P&gt;&lt;P&gt;'SAP_SYSTEM_ID'&lt;/P&gt;&lt;P&gt;'MACHINE_TYPE'&lt;/P&gt;&lt;P&gt;'DBNAME'       &lt;/P&gt;&lt;P&gt;'DBUSER'&lt;/P&gt;&lt;P&gt;'CTYPE'&lt;/P&gt;&lt;P&gt;'OPSYS_VERSION'&lt;/P&gt;&lt;P&gt;'KERNEL_KIND'&lt;/P&gt;&lt;P&gt;'SAP_VERSION'&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;To get the Unicode info use fm&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;TR_GET_IS_UNICODE_SYSTEM&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgrds,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Shweta Joon on Aug 20, 2009 12:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 10:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021677#M1347753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T10:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table in which Kernel Info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021678#M1347754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
call function 'SYSTEM_INFO'
  exporting
    key   = '  '
  importing
    value = value.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Key may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'SAP_VERSION'&lt;/P&gt;&lt;P&gt;'SAP_SYSTEM_ID'&lt;/P&gt;&lt;P&gt;'MACHINE_TYPE'&lt;/P&gt;&lt;P&gt;'DBNAME'       &lt;/P&gt;&lt;P&gt;'DBUSER'&lt;/P&gt;&lt;P&gt;'CTYPE'&lt;/P&gt;&lt;P&gt;'OPSYS_VERSION'&lt;/P&gt;&lt;P&gt;'KERNEL_KIND'&lt;/P&gt;&lt;P&gt;'SAP_VERSION'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 10:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021678#M1347754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T10:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table in which Kernel Info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021679#M1347755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shweta,&lt;/P&gt;&lt;P&gt;Thanks for the quick response. Unfortunately, I didn't get correct parameter/key value for getting kernel release &amp;amp; patch number ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 10:57:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021679#M1347755</guid>
      <dc:creator>arvind_aj</dc:creator>
      <dc:date>2009-08-20T10:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table in which Kernel Info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021680#M1347756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For kernel release use FM  'RFC_SYSTEM_INFO'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 11:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021680#M1347756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T11:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table in which Kernel Info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021681#M1347757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dzed Maroz ,&lt;/P&gt;&lt;P&gt;FM 'RFC_SYSTEM_INFO' gives the same details  mentioned above. I am looking for the kernel information &amp;amp; not the details of OS, DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arvind...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 11:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021681#M1347757</guid>
      <dc:creator>arvind_aj</dc:creator>
      <dc:date>2009-08-20T11:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table in which Kernel Info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021682#M1347758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto se11. &lt;/P&gt;&lt;P&gt;structure name : syst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will get all the fields as needed by you here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in your program: check sy-&amp;lt;that field name from SYST&amp;gt; will give you the value of that .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 11:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021682#M1347758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T11:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table in which Kernel Info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021683#M1347759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are unattentive.&lt;/P&gt;&lt;P&gt;'RFC_SYSTEM_INFO' returns table RFCSI_EXPORT. RFCSI_EXPORT-RFCKERNRL - Kernel Release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 12:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021683#M1347759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T12:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table in which Kernel Info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021684#M1347760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am very much attentive. I tried the FM 'RFC_SYSTEM_INFO' which give kernel info but not the corresponding patch/Sup.Pkg lvl number!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Arvind Arakotaram on Aug 20, 2009 5:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 12:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021684#M1347760</guid>
      <dc:creator>arvind_aj</dc:creator>
      <dc:date>2009-08-20T12:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table in which Kernel Info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021685#M1347761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the FM TH_SAPREL2 (behind you find the old good one C ThSysInfo as in RFC_SYSTEM_INFO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 12:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021685#M1347761</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-08-20T12:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table in which Kernel Info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021686#M1347762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;FM TH_SAPREL2  is working fine. Thanks for ur solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arvind...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 12:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-which-kernel-info/m-p/6021686#M1347762</guid>
      <dc:creator>arvind_aj</dc:creator>
      <dc:date>2009-08-20T12:55:37Z</dc:date>
    </item>
  </channel>
</rss>

