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

SAP System Information

Former Member
0 Likes
4,685

hi,

Can anybody help me to give code which will display the system information of current SAP system.

Thanks

Anup.

6 REPLIES 6
Read only

Former Member
0 Likes
1,539

HI,

goto system/status

Read only

Former Member
0 Likes
1,539
Read only

Former Member
0 Likes
1,539

hi to get the system information go to the system---status..

or go to utilities -->settings..

regards,

venkat

Read only

Former Member
0 Likes
1,539

Hi Anup,

You can fetch this data from table CVERS.

use SAP_APPL to fetch the SAP Apllication version.

Babul.

Read only

0 Likes
1,539

thanx babul and others,

cvers table does not contain full information about system configuration.

i want program code which will show list of system information.

my requirement is to write code to generate system information details.

output:

Operating system     Windows NT       System               ORACLE         
    Machine type         Intel 8015       Release              9.2.0.7.0      
    Server name          mssqltest_DV1    Name                 DV1            
    Platform ID          560              Host                 MSSQLTEST      
    Codepage             1100             Owner                SAPR3                                                                                
Kernel release    46D                    DB client lib.     OCI_805_SHARE__OC 
  Compilation       NT 4.0 1381 Servi      DB releases        ORACLE 8.0.5.*.*, 
  Patch level       232                    DBSL version       46D.00            
  ABAP Load         1258                                                        
  CUA load          12                                                          
  Mode              opt                    IP address         10.6.100.206      
  Rsyn file                                SAP versions       46A, 46B, 46C, 46 
                                           Operat. system     Windows NT 4.0, W 
                                           OP release         5.0

Read only

0 Likes
1,539

Check this function module

STATUS_ANZEIGEN

Here you have all the information, Just see the coding to get the Operating system, Database etc...