Application Development and Automation 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: 
Read only

System information Tables

Former Member
0 Likes
6,714

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

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

5 REPLIES 5
Read only

uwe_schieferstein
Active Contributor
0 Likes
2,762

Hello Anthony

Have you tried function module RFC_GET_SYSTEM_INFO ?

If you want the system information of your local system set

DESTINATION = ' '  or
DESTINATION = 'NONE'

Regards

Uwe

Read only

0 Likes
2,762

hi Uwe Schieferstein ,

Thanks for the reply , but i required the table in which this information is stored.

I did found out the following tables

1.) For software component----


CVERS

2.)For the release -


SVERS

3.)System info (instance etc.)----TPFID

4.) Operating System -


TSLE4

Now i require for database and memory ....

Regards

Anthony

Read only

0 Likes
2,762

Hello Anthony

You may have a look at fm STATUS_ANZEIGEN (function group SHSY, System menu functions).

Regards

Uwe

Read only

Former Member
0 Likes
2,762

Hi Anthony,

Structure SYST has all the details you are looking. However these are populated during run time. System field starting with SY- followed by fields in structure SYST will provide the corresponding values.

Example:- SY-MANDT ==> Client ID

SY-SYSID ==> Name of SAP R/3 System

SY-OPSYS ==> R/3 System, Operating System

of Application Server

I hope this helps.

Thanks and Best Regards,

Dinesh.

Read only

Former Member
0 Likes
2,762

Hi Anthony,

Also check FM 'GUI_GET_DESKTOP_INFO , check the documentation of that FM