‎2009 Apr 08 5:14 AM
Hi all,
Is there any function module that will
fetch me the system and server details.
Thanks
Mansi
‎2009 Apr 08 5:17 AM
Hi,
Check for the following FM
/SDF/SYSTEM_INFO
/SDF/SCSI_GET_SYSTEM_INFO
‎2009 Apr 08 5:17 AM
no idea abt fucntion module, but from transaction SM59- RFC destination, you can see the server details
‎2009 Apr 08 5:35 AM
Hi,
If you want to know abt the Database Server Details pls try the following FM
GET_DB_SERVER_OPSYSTEM_DB6
MSS_MON_GET_LINKEDSERVER
GET_CHG_DYNAMICSERVER_MS
GET_DYNAMICSERVER_MSQ
MSS_DBCP_SERVERINF
MSS_GET_SERVERINF
For SAP server Details pls try the following FM
PC_OLE_SERVER_CHECK
AS4_PTF_STATUS_ALL_SERVERS
MSS_GET_ALL_APPSERVER_INFO
MSS_GET_APPSERVER_INFO
BDL_SYSTEM_INFO
regards
ravi aswani
‎2009 Apr 09 8:10 AM
Mansi,
Try this
RFC_GET_SYSTEM_INFO
Dont forget to give the destination as NONE. Doing this way would ultimately point to your own system.
Got it??
Thanks,
Babu Kilari
Edited by: Babu Kilari on Apr 9, 2009 9:11 AM
‎2009 Apr 09 8:20 AM
Hi,
Try these FMs:
CAT_CHECK_RFC_DESTINATION - This checks the RFC destinations and connections
CAT_PING - This checks RFC system and configuration
ARFC_GET_TID - This returns IP address of the server (in hexadecimal though)
GUI_GET_DESKTOP_INFO - This returns information about the end-users desktop
TERMINAL_ID_GET - This returns IP address and the terminal ID
Regards.
‎2009 Apr 09 8:56 AM
Hi, Mansi.
Test Class CL_GUI_FRONTEND_SERVICES and Following Methods
1. GET_IP_ADDRESS To get the System IP
2. GET_USER_NAME To get the User Name
You can use some other Methods for Getting other Info too of this Class hope will help you to solve out your problem,
Best Regards,
Faisal
‎2009 Apr 09 9:31 AM
Hi,
You can try this FM GENERAL_GET_APP_SERVER_NAME, it returns the server name.
Regards,
Nihar