6. Preview Application

6. Preview Application

  1. Port 4004 may already be in use, you can terminate the process occupying it by following these steps:

    • Open a terminal and identify the process running on port 4004: lsof -i tcp:4004
    • Once you have the process ID (PID), terminate it with: kill -9 <PID>
  2. To preview your application, go to the Run Cofigurations, and select S4HANA_Joule_SalesOrder => Run Application.

    6_E2E_BuildCode-2
    • The application’s preview is displayed.
  3. Select the Sales Orders App Web Application.

    6_E2E_BuildCode-4
  4. Select Settings.

    6_E2E_BuildCode-5
  5. Select all columns. Select OK.

    6_E2E_BuildCode-6
  6. Select Go.

  7. Review the Sales Orders application you’ve just built.

    6_E2E_BuildCode-8

Congratulations! You have successfully built and previewed a CAP application using SAP Build Code powered by Joule copilot!