<?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: BASIS Tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/basis-tables/m-p/3570953#M859460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anthony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP Easy excess menu you will find all the details except the memory information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP start menu Go to System---&amp;gt;Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the information that you asked are all stored in structures and you cant fetch them.&lt;/P&gt;&lt;P&gt;At database level using ORA&amp;lt;SID&amp;gt; you can find some details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2008 05:39:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-19T05:39:03Z</dc:date>
    <item>
      <title>BASIS Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basis-tables/m-p/3570951#M859458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I require the mane of table in which i can find the following information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.)type of system (system info)&lt;/P&gt;&lt;P&gt;2.)client&lt;/P&gt;&lt;P&gt;3.)server model (like NT or UNIX)&lt;/P&gt;&lt;P&gt;4.)Instances&lt;/P&gt;&lt;P&gt;5.)Server Names&lt;/P&gt;&lt;P&gt;6.)Memory info&lt;/P&gt;&lt;P&gt;7.)Operating system &lt;/P&gt;&lt;P&gt;8.)SAP SID's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only know 2 tables i.e, T000 and CVERS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help for the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anthony D'souza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 07:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basis-tables/m-p/3570951#M859458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T07:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: BASIS Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basis-tables/m-p/3570952#M859459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear Anthony D'souza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why using table, if there is tcode provided by SAP to monitor it all ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here I show you the way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using TCode ST06 &amp;gt; detail analysis menu&amp;gt; HW info&lt;/P&gt;&lt;P&gt;it tells you system model, no. of CPU, disks, tapes, memory, network interface, disk config, swap utilization and kernel parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using TCode ST06 &amp;gt; detail analysis menu&amp;gt; Operating System Collector&amp;gt; Details On&lt;/P&gt;&lt;P&gt;it tells you OS type and version, hostname of your server, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP SID, client, program currently running and user ID can be seen on the bottom right corner of your GUI screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alfonsus guritno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 10:24:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basis-tables/m-p/3570952#M859459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T10:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: BASIS Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basis-tables/m-p/3570953#M859460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anthony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP Easy excess menu you will find all the details except the memory information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP start menu Go to System---&amp;gt;Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the information that you asked are all stored in structures and you cant fetch them.&lt;/P&gt;&lt;P&gt;At database level using ORA&amp;lt;SID&amp;gt; you can find some details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 05:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basis-tables/m-p/3570953#M859460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T05:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: BASIS Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basis-tables/m-p/3570954#M859461</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;another way is using Tcode SM51 &amp;gt; release notes&lt;/P&gt;&lt;P&gt;it show you many info about your SAP servers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alfonsus guritno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 06:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basis-tables/m-p/3570954#M859461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T06:51:19Z</dc:date>
    </item>
  </channel>
</rss>

