‎2008 Apr 18 11:32 AM
hi,
Can anybody help me to give code which will display the system information of current SAP system.
Thanks
Anup.
‎2008 Apr 18 11:36 AM
‎2008 Apr 18 11:36 AM
‎2008 Apr 18 11:39 AM
hi to get the system information go to the system---status..
or go to utilities -->settings..
regards,
venkat
‎2008 Apr 18 11:39 AM
Hi Anup,
You can fetch this data from table CVERS.
use SAP_APPL to fetch the SAP Apllication version.
Babul.
‎2008 Apr 18 11:56 AM
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
‎2008 Apr 18 12:24 PM
Check this function module
STATUS_ANZEIGEN
Here you have all the information, Just see the coding to get the Operating system, Database etc...