Uses of Interface
com.sap.conn.jco.JCoAbapObject
Packages that use JCoAbapObject
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoAbapObject in com.sap.conn.jco
Methods in com.sap.conn.jco that return JCoAbapObjectModifier and TypeMethodDescriptionstatic JCoAbapObject
JCo.createAbapObject
(JCoClassMetaData classMetaData, Map<String, Object> initialValues) This is a constructor for an instance of an ABAP class.JCoRecord.getAbapObject
(int index) Returns the value of the specified field as aJCoAbapObject
.JCoRecord.getAbapObject
(String fieldName) Returns the value of the specified field as aJCoAbapObject
.AbapClassException.toAbapObject()
Returns the instance ofJCoAbapObject
that is used by JCo to represent an ABAP class exception.Methods in com.sap.conn.jco with parameters of type JCoAbapObjectModifier and TypeMethodDescriptionvoid
JCoRecord.setValue
(int index, JCoAbapObject abapObject) Sets the value of the specified field to be the givenJCoAbapObject
.void
JCoRecord.setValue
(String fieldName, JCoAbapObject abapObject) Sets the value of the specified field to be the givenJCoAbapObject
.Constructors in com.sap.conn.jco with parameters of type JCoAbapObjectModifierConstructorDescriptionAbapClassException
(String message, JCoAbapObject abapObject) Creates an instance of an AbapClassException.AbapClassException
(String message, String className, JCoAbapObject abapObject, JCoRemoteContext remoteContext) Creates an instance of an AbapClassException.