Show TOC

Procedure documentationCreating the Laptop Application Locate this document in the navigation structure

Procedure

  1. In the Laptop UI explorer, expand the servappdevelopment component.

  2. Expand the Web Dynpro node. Click Applications node with the secondary mouse button and choose Create Application.

  3. Enter the following details:

    Field

    Value

    Name

    CustomerService

    Package

    com.sap.app.customerservice

  4. In the Component Properties window, replace the default values with the following:

    Field

    Value

    Component Name

    CustomerComp

    Component Package

    com.sap.app.customercomp

  5. Choose Next.

  6. The wizard selects the Create New Componentoption as default. Choose Next.

  7. Choose Next.

  8. To create the Order Details view, choose Add.

  9. Enter OrderDetails as the name for the view.

  10. Choose Finish.

  11. To rename the default view (CustomerCompview), in the Laptop UIexplorer, expand the servappdevelopment component, and then the nodes   Web Dynpro   Components   Views.  click CustomerComp view with the secondary mouse button and choose   Refactor   Rename.  

  12. Enter CustomerDetails as the new name.

  13. In the Laptop UI explorer, click the servappdevelopment component with the secondary mouse button, and choose   Development   Build  .

    The build ensures that Java files of the project recognize the newly created classes.