Client Configuration
You configure your NWBC locally on your client for the first logon to the Business Client.
1. Start the NWBC by double-clicking the appropriate icon on your desktop.
This automatically connects the NWBC with the system entered in your local NWBCClient.ini file as the default connection. If you need to log on, for example when logging on to the Business Client initially, a small logon screen appears in this dialog box.
Example:

This is the
logon dialog box for the
system logon.
2. Enter the necessary data.
The dialog box closes automatically once the logon process is complete and the content has been fetched.
3. The NWBC starts.
You select the current system and configure systems in a configuration dialog box that you reach using the menu in the NWBC.
4. Choose System → Preferences.
The configuration dialog box opens.
Example:

The system against which the NWBC client works is the active system (Status is Active). Note that you cannot delete it.
5. You can carry out the following actions on the configuration screen:
○ Change the system against which the NWBC works.
Choose Switch To.
○ Define new systems.
Choose Add.
○ Use the settings of an existing system as a template.
Choose Duplicate.
○ Change the settings of an existing system.
Choose Edit.
○ Delete an existing system.
Choose Delete.
If you choose Add, Duplicate, or Edit, a screen appears containing the corresponding connection settings.
Example:

If you want to create trace or log files, change the default setting, ERROR, to the required setting. For more information, see Tracing and Logging.
6. If necessary, change the settings.
○ Name
Name of the system
○ Type
Portal or SAP All-in-One. In a pure ABAP environment, only SAP All-in-One is relevant.
○ Protocol
HTTP or HTTPS This setting is located in transaction SMICM under Goto → Services.
○ Host
Host name. This setting is located in transaction SMICM under Goto → Services.
○ Port
Port number. This setting is located in transaction SMICM under Goto → Services.
○ Path
Path specification in ICF service hierarchy that begins with a /. This setting is located in transaction SICF next to the relevant node in the HTTP service tree at /sap/bc/nwbc/...
Note that you start the path below the default host, that is, either /sap/bc/dal/.... or the path for your own customer namespace.
○ Client
System client
○ Language
System language
○ User
User name in system
7. Save your entries by choosing OK.
Make sure that
scripting is activated for the back end in your SAP GUI. To do so, click
(Customize Local Layout) in the system
and then go to Options... On the Scripting tab page, select
Enable Scripting. You can set the other two checkboxes as
required.


Note that these settings are only required if you need to run an integrated SAP GUI:
You can also call the Business Client from a relevant command line, whereby the required configuration settings are evaluated straight away.

“<local path for the NWBCClient.exe“ /user=<user name> password=<password> /connection=“<connection name from the configuration dialog>“
or:
“<local path for the NWBCClient.exe“ /user=<user name> password=<password> /connection=<connection name from the configuration dialog>

Example:
"C:\Program Files\SAP\FrontEnd\SAPgui\NWBCClient.exe" /user=anzeiger password=display /connection="WDA Testsuite"
or:
"C:\Program Files\SAP\FrontEnd\SAPgui\NWBCClient.exe" /user=display, /password=display /connection=NWBC_WDA
The relevant section in the ini file looks like:
[NWBC_WDA]
TYPE=R3
NAME=WDA Testsuite
PROTOCOL=HTTP
HOST=us4184.wdf.sap.corp
PORT=1080
PATH=/sap/bc/nwbc/demoA
CLIENT=000
LANGUAGE=DE
USER=anzeiger
PASSWORD=display