DevOps and System Administration Discussions
Dive into SAP DevOps and system administration. Join discussions to collaborate on optimizing workflows, share knowledge, and leverage resources effectively.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to find out the URL of NetWeaver Administrator from ABAP system

0 Kudos
6,159

I read in blog post that in order to access the "SAP Netweaver Administrator" (aka: SAP nwa) you should access a URL formed this way http://<server>:<port>/nwa

is it possible I find out the "server" and "port" portion of the URL from an ABAP system? And if it possible please tell me what transaction should I use and what to do exactly.

Thanks in advance.

2 REPLIES 2

S_Sriram
Active Contributor
0 Kudos
4,020

Hi Kamel,

1. NWA is meant for the either JAVA or ABAP+JAVA system.

2. For ABAP you have to use a different type of ABAP transaction codes, for the server name and ABAP port details you may get it in the SAP WebGUI. refer the blog it may help you

https://blogs.sap.com/2014/02/06/how-to-configure-your-sap-gui-html-for-web-access/

Regards

SS

rsnit
Participant
4,020

Hello Karim,

for abap system check the following transactions

smicm -> defined ports, defined hostname

sicf -> web services (e.g. http://<hostname>/sap/public/ping )

the NWA application is part of a java stack and this is not running on an abap only system

br

Robert