Show TOC Start of Content Area

Background documentation Managing System and Application Configurations  Locate the document in its SAP Library structure

Purpose

The Configuration Manager is one of AS Java core system modules, which enables all AS Java modules and components to store their technical configurations in its persistency framework.

You can use the Application Configuration API provided by the Configuration Manager to manage the application properties.

Features

The Configuration Manager hierarchically stores objects, files, and property sheets. It also enables some monitoring features of configuration objects and of the runtime behavior of the Configuration Manager.

More information: Configuration Manager.

The Application Configuration API enables you to manage the properties of your application, that is, to deploy properties within the application, access them and register listeners to get notifications when a property is changed.

More information: Adding Configuration Capabilities to an Application.

 

End of Content Area