Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BASIS Tables

Former Member
0 Kudos

Hi Gurus,

I require the mane of table in which i can find the following information

1.)type of system (system info)

2.)client

3.)server model (like NT or UNIX)

4.)Instances

5.)Server Names

6.)Memory info

7.)Operating system

8.)SAP SID's

I only know 2 tables i.e, T000 and CVERS

Can anyone help for the rest.

Regards

Anthony D'souza

3 REPLIES 3

Former Member
0 Kudos

dear Anthony D'souza,

why using table, if there is tcode provided by SAP to monitor it all ?

here I show you the way

using TCode ST06 > detail analysis menu> HW info

it tells you system model, no. of CPU, disks, tapes, memory, network interface, disk config, swap utilization and kernel parameters

using TCode ST06 > detail analysis menu> Operating System Collector> Details On

it tells you OS type and version, hostname of your server,

SAP SID, client, program currently running and user ID can be seen on the bottom right corner of your GUI screen

hope it help you.

rgds,

alfonsus guritno

Former Member
0 Kudos

Hi Anthony,

In SAP Easy excess menu you will find all the details except the memory information.

In SAP start menu Go to System--->Status.

Most of the information that you asked are all stored in structures and you cant fetch them.

At database level using ORA<SID> you can find some details.

Regards

Rakesh

Former Member
0 Kudos

hi,

another way is using Tcode SM51 > release notes

it show you many info about your SAP servers

rgds,

alfonsus guritno