‎2012 Jun 26 8:38 AM
Hello ,
i am using FM TH_SERVER_LIST to get all the server name and host name and there IP in the RFC systems. but the issue is that how to know my current Server name and host name here i am getting more then one server list i want current system information only.
eg. goto the menu system -> status there display only current server name and host name.
please help how to do this.
Thanks,
Abhilash
‎2012 Jun 26 9:37 AM
hello madhumahesh,
thanks for u r reply.
but i want this information through RFC. if u can use sy-host it show only log on system only but i need for all systems.
‎2012 Jun 26 9:10 AM
Hi,
use sy-host for displaying current user logged host name
i.e
write:/ sy-host, " Currently logged host name
sy-sysid. " Currently logged server name
Regards,
madhumahesh.
‎2012 Jun 26 9:37 AM
hello madhumahesh,
thanks for u r reply.
but i want this information through RFC. if u can use sy-host it show only log on system only but i need for all systems.
‎2012 Jun 26 10:03 AM