Start of Content Area

Procedure documentation Defining Dictionary Data Types and Structures  Locate the document in its SAP Library structure

In the Web Dynpro perspective, you can create simple data types and structures, immediately deploy them to the SAP Web Application Server, and then use them in your Web Dynpro application without having to switch to the Java Dictionary perspective even once. To define this local data, proceed as follows:

Prerequisites

Before you create Dictionary data and structures, you must create a Web Dynpro project.

Procedure

...

       1.      Place the cursor on the node This graphic is explained in the accompanying textSimple Types or This graphic is explained in the accompanying textStructures, which are subnodes of the nodes This graphic is explained in the accompanying textDictionaries and This graphic is explained in the accompanying textLocal Dictionary.

       2.      Choose the context menu entry This graphic is explained in the accompanying textCreate Simple Type or This graphic is explained in the accompanying textCreate Structure.

       3.      Enter an object name and a package name and choose Finish to save your entries.

Result

The newly created data type or structure is displayed in the Web Dynpro Explorer:

Additional Information

To edit the data types and structures, proceed as follows:

...

       1.      Place the cursor on the data type or structure in the Web Dynpro Explorer and choose Edit in the context menu.

       2.      Depending on the Dictionary entity to be edited, an input mask for defining the parameters appears on the right of the screen. When editing, proceed as described under Creating Data Types and Creating Structures in the Java Dictionary chapter. The procedure in the Web Dynpro perspective is the same as that in the Dictionary perspective.

 

End of Content Area