Configuration Steps
Following setup files to be downloaded for NWDS configuration. The setup files mentioned in below are versions which used while writing this blog.
- NWDS (NWCEIDE23P_3-80002366)
- SAPCAR (SAPCAR_1115-70006231)
- SAPJVM(SAPJVM8_31-80000211)
- 7ZIP setup(not required if 7ZIP is already installed in the system)
STEP 1: Place all downloaded files from 1 to 3 in single folder and install the 7ZIP if not installed in system. 7ZIP was used as standard windows unzip extracted folder had errors or missing files.
STEP 2: Extract the NWDS (NWCEIDE23P_3-80002366) using 7ZIP into the same folder where all downloaded files were placed from STEP 1 and a folder name eclipse will be the output of extraction.
STEP 3: Open command prompt. Use command CD (your folder path where download was placed)
Example: CD C:\Users\documents\NWDS (for example if all downloaded files are placed in NWDS folder in some system path)
STEP 4: Now the below command to extract SAPJVM(SAPJVM8_31-80000211) in same command prompt session of step 3.
SAPCAR.exe -xvf SAPJVM.SAR -R./SAPJVM
Below is the example as per the versions downloaded in Step 1 and wait till extraction completes.
SAPCAR_1115-70006231.exe -xvf SAPJVM8_31-80000211.SAR -R ./SAPJVM
STEP 5: Find the javaw.exe file in extracted JVM folder from Step 4 and copy the path. Replace all backward slash’s to forward slash’s
Example: C:\Users\ documents\NWDS\SAPJVM\sapjvm_8\bin\javaw.exe
STEP 6: Now open eclipse folder which was extracted from Step 2 and look for eclipse configuration file.
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-1.png?resize=640%2C60&ssl=1)
Paste the below command as shown in screenshot and Replace all backward slash’s () to forward slash’s (/) of the copied javaw path.
openFile
-vm
C:/Users/ documents/NWDS/SAPJVM/sapjvm_8/bin/javaw.exe
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-2.png?resize=730%2C631&ssl=1)
STEP 7: Now open (double click) eclipse application from eclipse folder.
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-3.png?resize=590%2C64&ssl=1)
STEP 8: When the Sap Netweaver Developer Studio is open, go to Window / Preferences. Now you’ll add the system which you want to connect with.
In the Preferences screen open Development Infrastructure and go to System Landscape Directory:
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-4.png?resize=602%2C306&ssl=1)
Enter after URL a SLD link and click on Ping to test the connection.
STEP 9: Go to Web Services / Enterprise Service Browser, and fill in the connection settings:
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-5.png?resize=554%2C432&ssl=1)
STEP 10: Go to File/Import. Then select Development Configuration as shown below and press Next
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-6.png?resize=730%2C468&ssl=1)
Select Import from System Landscape Directory(SLD) and Press Next
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-7.png?resize=730%2C468&ssl=1)
Enter the credentials for the Development Infrastructure and Press Log On.
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-8.png?resize=730%2C482&ssl=1)
STEP 11: Go to Window/Show View/Component Browser
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-9.png?resize=718%2C578&ssl=1)
Select the SLD system which was added.
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-10.png?resize=584%2C320&ssl=1)
Go to Window/Show View/Transport View
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-11.png?resize=730%2C689&ssl=1)
Transport View will be open which we will use in future steps for releasing the transport requests
Steps in SAP MII Workbench
STEP 1: Go MII Workbench and Login to Source Control
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-12.png?resize=539%2C107&ssl=1)
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-13.png?resize=547%2C240&ssl=1)
Right click on Project go to Source Control/Share
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-14.png?resize=549%2C338&ssl=1)
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-15.png?resize=730%2C417&ssl=1)
STEP 2: Any object now must be edited needs to Check Out with Activity Creation and Activity Creation is required to add new Objects as well to the shared project.
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-16.png?resize=246%2C301&ssl=1)
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-17.png?resize=730%2C316&ssl=1)
STEP 3: After completing changes in objects. Goto Source Control/Show Open Activities
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-18.png?resize=287%2C236&ssl=1)
Select the activity and check Activate check box then press Check In
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-19.png?resize=730%2C423&ssl=1)
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-20.png?resize=730%2C368&ssl=1)
STEP 4: Create a TR in Solman and assign it specific user and then go to NWDS Transport View all waiting and released activities will be visible in Transport View.
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-21.png?resize=530%2C99&ssl=1)
Right click on any waiting activity and select Release
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-22.png?resize=303%2C124&ssl=1)
TR created will be displayed in popup window, same to be verified and Press Release rebuilt deployable DCs
![SAP, NW Java Developer Studio (NWDS)](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2023/08/steps-to-configure-nwds-for-sap-mii-23.png?resize=455%2C562&ssl=1)