Interface JCoAbapObject

All Superinterfaces:
Cloneable, Iterable<JCoField>, JCoRecord, Serializable

public interface JCoAbapObject extends JCoRecord
The interface comprises public methods for access to ABAP object members. JCoAbapObject is a data container that encapsulates all members of an ABAP object instance. In particular, it is used for representing the ABAP object associated with an AbapClassException.

Note: The implementation for this interface provided by the JCo runtime. Other implementations are not supported.

  • Method Details

    • getClassMetaData

      JCoClassMetaData getClassMetaData()
      Returns the class metadata associated with this ABAP object instance.
      Returns:
      the class metadata associated with this ABAP object instance.