The Configuration is an element that contains a collection of <q ref="core.gml:ConfigurationItem">ConfigurationItem</q> objects, and represents the external configuration of an element.<q ref="core.gml:Element">Element</q><h2>Child Elements</h2> <q ref="core.gml:ConfigurationItem">ConfigurationItem</q>(c) SAP AG 2003-2006. All rights reserved.<q ref="core.gml:Configurable">Configurable</q> | <q ref="core.gml:ConfigurationItem">ConfigurationItem</q> The configuration items for this Configuration. use <q ref="core.gml:Configuration!createItem">createItem</q> and <q ref="core.gml:Configuration!removeItem">removeItem</q> to add or remove items. Wrapper method for creating configuration items in <q ref="core.gml:Configuration">Configuration</q>. Use this method instead of <q ref="core.gml:TransObject!createElement">createElement</q>The class name of the configuration item object.A collection of property values for initializing the new element.the new configuration item that was successfully created and inserted, or <code>null</code> Gets collection of the ConfigurationItems which compose the Configuration object.The requested <q ref="core.gml:ConfigurationItem">ConfigurationItem</q> collection.The method returns a collection of the ConfigurationItem child elements. Wrapper method for inserting configuration items in <q ref="core.gml:Configuration">Configuration</q>. Use this method instead of <q ref="core.gml:TransObject!createElement">createElement</q>The configuration item child element to insert. Wrapper method for removing a configuration item in <q ref="core.gml:Configuration">Configuration</q>. Use this method instead of <q ref="core.gml:TransObject!removeElement">removeElement</q>The configuration item child element to remove.The Id of the configuration item child element to remove.Indicates whether the configuration item child element was successfully removed.