Show TOC Start of Content Area

Background documentation Object Names  Locate the document in its SAP Library structure

The following rules apply for the naming of portal objects:

      Applications are named for the EAR file that defines the application, without the .ear extension.

For example, the application defined in myApplication.ear is called myApplication.

·        Services and components are named after the name of the application, followed by a period (.), followed by the name of the component or service as defined in the application’s deployment descriptor.

For example, the name of the component called myComponent that is defined in myApplication.par is called myApplication.myComponent.

For more information on how to name components and services, see Deployment Descriptor (portalapp.xml).

 

End of Content Area