Show TOC Start of Content Area

Procedure documentation Accessing the System Profile  Locate the document in its SAP Library structure

 

Use

If you want to programmatically access the current System Profile to use its set of parameters at runtime when your application is started, you have to call a specific method on the ApplicationPropertiesAccess interface.

Procedure

Call method getSystemprofile() and a java.util.Properties object, which contains the currently used System Profile [], is returned.

More information:

Dynamic System Configuration

 

 

End of Content Area