Start of Content Area

Procedure documentation Changing Public Part Entities  Locate the document in its SAP Library structure

Use

Here, you see a list of all Public-Part-Entities – Development Objects in Public Parts that you want to become visible to the outside by adding them to the public part.

·        You use this procedure in all scenarios that use the component model:

Adding Public Part Entities

...

...

...

...

       1.      To add new development objects to the public part, in the context menu of the Entities node choose Edit Entity.

The Input Help: Entities wizard starts.

       2.      Select the entity type:

¡        Java Package Tree: Adds the package and all subpackages, including all Java classes

¡        Java Package: Adds exclusively the package and its Java classes, without subpackages.

¡        Java Class: Adds an individual Java class.

¡        Folder Tree: Adds the folder and all subfolders with content. In contrast to Java Package Tree, not only Java classes are considered, but actually all files.

¡        Folder: Adds exclusively the folder, without subfolders.

¡        File: Adds an individual file.

Note

These are only the most important entity types. Depending on the component type, the list of entity types may contain further entries.

Depending on the selected entity type, in the list Select Entities a selection of possible development objects is offered. To select the development object you want to add to the public part, mark the checkbox in front of the object.

       3.      Define the properties of the selected object:

                            a.      Depending on the selected type, you can define the subtype.

This graphic is explained in the accompanying text

For the Java-relevant entity types, the subtypes are:

·         Class: Adds the compiled file (.class file)

·         Source: Adds the source file (.java file)

                            b.      To determine more properties, choose Advanced.

       4.      Choose Finish.

Editing Entities

...

       1.      To display or edit the properties of a public part, in the context menu of the entry choose Properties.

       2.      To edit the properties of an entity, in the context menu of the entry choose Edit Entity.

The subsequent dialog corresponds to the wizard for adding public part entities.

Deleting Entities

...

       1.      To delete objects from the public part, deselect the entity in the Edit Entities wizard.

This graphic is explained in the accompanying text

Note that other components might need this object in the interface and cannot be built without it.

 

 

 

End of Content Area