The
jboBAPIDescriptor class is derived from the java.lang.reflect.MethodDescriptor class and offers application programs access to all the information available for the selected method. Each object belonging to the jboBAPIDescriptor class describes a BAPI Bean method, and each of these methods encapsulates a separate BAPI call. An application program can invoke a method either separately or by using the java.lang.reflect.MethodDescriptor superclass.The
jboBAPIDescriptor class offers the following methods:For more information on these methods, please see the Java BAPI HTML Reference.