2008 Mar 18 8:01 AM
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
2008 Mar 18 8:25 AM
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
2008 Mar 18 9:41 AM
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
2008 Mar 18 9:46 AM
Hello Anthony
You may have a look at fm STATUS_ANZEIGEN (function group SHSY, System menu functions).
Regards
Uwe
2008 Mar 19 12:56 PM
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.
2008 Mar 19 1:05 PM
Hi Anthony,
Also check FM 'GUI_GET_DESKTOP_INFO , check the documentation of that FM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |