Show TOC Start of Content Area

Procedure documentation Importing JavaBean Models for Local Projects  Locate the document in its SAP Library structure

Prerequisites

You have defined a local Web Dynpro project.

Procedure

...

       1.      To make the bean classes available to the Web Dynpro application, start the import wizard by placing the cursor on the subdirectory Models of the Web Dynpro project in the Web Dynpro Explorer view, choose Create Model in the context menu, then JavaBean Model.

       2.      Provide the required data. The model package is the storage location for the Web Dynpro model and thus does not affect the package of the original Java classes. Condition: The package must be empty. The model classes created in the import are then given the names of the original JavaBean classes and are assigned to the package.

       3.      Choose one of the options Project(source folder) and Local JAR file.

       4.      Make the entries in the mandatory entry fields and select the required options. Finish triggers the import.

More information

Retrieving Bean Classes from Source Directories

Retrieving Bean Classes from .jar Files

End of Content Area