Show TOC

4.9 Transaction NWBC Locate this document in the navigation structure

 

/nNWBC (/nNWBC)

In each AS ABAP system, you can call up transaction NWBC. You can just start it by entering /nNWBC in the command prompt field.

This transaction code starts the ~launch page in the browser, that is, a separate browser instance is started.

Example of transaction NWBC (Example of transaction NWBC)

The benefit of this function is that you do not have to look up HTTP ports, etc. Within the launch page, all configured cockpits on this system with the list of associated roles are displayed. All cockpits for which the user has no roles are filtered.

  • The first icon (or the link with the leading slash) starts NWBC for HTML

  • The second icon (or the link without leading slash) starts NWBC for the Desktop

Transaction NWBC uses class CL_GUI_HTML_VIEWER to start the URL in the browser. This class starts the URL with the Microsoft Internet Explorer (IE) installed, even if another browser is defined as the default browser. The reason for this is that the class contains additional logic to insert authentication information from the running SAP GUI session into the IE instance when started, so that, by default, the browser runs with the same user name and client as the active SAP GUI session.