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

Function module to find server details

Former Member
0 Likes
4,648

Hi all,

Is there any function module that will

fetch me the system and server details.

Thanks

Mansi

7 REPLIES 7
Read only

Former Member
0 Likes
1,963

Hi,

Check for the following FM

/SDF/SYSTEM_INFO

/SDF/SCSI_GET_SYSTEM_INFO

Read only

Former Member
0 Likes
1,963

no idea abt fucntion module, but from transaction SM59- RFC destination, you can see the server details

Read only

Former Member
0 Likes
1,963

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

Read only

Former Member
0 Likes
1,963

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

Read only

Former Member
0 Likes
1,963

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.

Read only

faisalatsap
Active Contributor
0 Likes
1,963

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

Read only

Former Member
0 Likes
1,963

Hi,

You can try this FM GENERAL_GET_APP_SERVER_NAME, it returns the server name.

Regards,

Nihar