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
3. Execute or press F8
4. Expand default_host
5. look for ping under sap>bc
6. Right click > Test Service
Choose Allow this one time from the drop down
7. It will open in browser, asking for SAP system user id and password
After giving right credentials, you will see below message
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.
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.
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
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.
Thanks,
It was actually an issue of the host file.
Regards,
Serveshwar Mishra
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?