Application Development 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: 

How to check server public IP address?

former_member589109
Participant
0 Kudos

Hi,

I've got a transaction which displays some data, but some of the data are downloaded from a different, third-party, public server through simple SOAP post. But to use this service I need to send them my server public IP (to receive user_key).

How can I find it?

4 REPLIES 4

kaus19d
Active Contributor
0 Kudos

Hi,

If you do a google search "What is my IP" it can give your Public IP. I would suggest to do some basic searches for this sort of answers. Although I would also suggest to contact your network team to help you here on what exact IP you need send.

Thanks,

Kaushik

0 Kudos

The problem is I know my IP, but the server is placed elsewhere and I don't know how to find its address.

kaus19d
Active Contributor
0 Kudos

Hi,

Were you able to ask your network team or Server-Management team on this topic. Does you SAP Application has a public host or URL for end-users that can be accessed from outside your organisation, could you please check these details & reply

Thanks,

Kaushik

r010101010
Active Participant

Hi,

I came across the below old post that might help you out:

you get the information by calling the function module RFC_HOST_TO_IP and passing the value of the system field SY-HOST

https://answers.sap.com/questions/1167133/how-to-get-ip-address-of-the-server.html

I was able to get the IP for the SAP server, hope this is helpful for you.

Regards,

Deenesh R.