The jboParameterContainerDescriptor Class 

The jboParameterContainerDescriptor class is derived from java.beans.ParameterDescriptor . Each object in the jboParameterContainerDescriptor class describes a container class for parameters. Each of these container classes is, in turn, associated with a BAPI method and a BAPI Bean constructor. An application program can use the jboParameterContainerDescriptor class to obtain a list of objects that describes each parameter needed for making BAPI calls. This class also offers application programs the ability to set parameter values indirectly via the Core Reflection API.

The jboParameterContainerDescriptor class offers the following methods: getBAPIParameters and getParameterContainerClass . For more information on these methods, please see the Java BAPI HTML Reference.