Entering content frame

Background documentation Application Locate the document in its SAP Library structure

The following child elements are allowed in the application element:

·        application-config. See Application Config

·        components. See Components

·        services. See Services

Example

<?xml version="1.0" encoding="iso-8859-1"?>#

 

<application alias="com.abc.my.app.name">

  <application-config>

          ...

  </application-config>

  <components>

          ...

  </components>

  <services>

          ...

  </services>

</application>

 

 

 

Leaving content frame