Skip to Content
Author's profile photo Jitendra Kansal

How to check SAP system URL?

This is not something new but i got to work on SAP system in my recent assignment where i wanted to access SAP system URL from SAP mobile platform. Here is my finding on this:

 

Prerequisite: You must be having SAP GUI Logon pad.

 

 

Steps:

 

1. Login to desired SAP system with valid credentials

 

2. Run SICF transaction

 

1.PNG

 

3. Execute or press F8

 

 

2.PNG

 

 

4. Expand default_host

 

 

3.PNG

 

 

5. look for ping under sap>bc

 

4.PNG

 

 

6.      Right click > Test Service

 

Choose Allow this one time from the drop down

 

5.PNG

 

7. It will open in browser, asking for SAP system user id and password

 

6.PNG

 

After giving right credentials, you will see below message

 

7.PNG

 

URL would like below

 

http://localhost:8000/sap/bc/ping?sap-client=800

 

 

I hope this sharing would be helpful. Your comments and suggestions are most welcome.

Assigned Tags

      5 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Hello,

      Thanks for sharing.

      Adding to it, You can check the webgui url in the same way and it can be used to login via ITS too.

      http://localhost:8000/sap/bc/gui/sap/its/webgui?sap-client=NNN.

      Author's profile photo Former Member
      Former Member

      Hi,

      I've followed above steps but when I click on Test Services and choose Allow this one time from the drop down it opens up an URL in the web browser which displays a page saying "Unable to connect to the Internet." Although I'm connected to the internet. I just can't figure it out.

      Kindly reply <removed by moderator>.

      Regards,

      Serveshwar Mishra

      Author's profile photo Jitendra Kansal
      Jitendra Kansal
      Blog Post Author

      Serveshwar Mishra

      Add host details in the hosts file located here:

      C:\Windows\System32\drivers\etc

      should work.

      Rgrds,

      JK

      PS: Please share screenshots for further investigation if issue persists.

      Author's profile photo Former Member
      Former Member

      Thanks,

      It was actually an issue of the host file.

      Regards,

      Serveshwar Mishra

      Author's profile photo Former Member
      Former Member

      If I want to use it as an authentication method for a website for example. How can I use this url and provide the username and password to them?