|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JCoAbapObject | |
---|---|
com.sap.conn.jco | Contains the major part of the interfaces and factories an application for JCo is typically dealing with. |
Uses of JCoAbapObject in com.sap.conn.jco |
---|
Methods in com.sap.conn.jco that return JCoAbapObject | |
---|---|
static JCoAbapObject |
JCo.createAbapObject(JCoClassMetaData classMetaData,
java.util.Map<java.lang.String,java.lang.Object> initialValues)
This is a constructor for an instance of an ABAP class. |
JCoAbapObject |
JCoRecord.getAbapObject(int index)
Returns the value of the specified field as a JCoAbapObject . |
JCoAbapObject |
JCoRecord.getAbapObject(java.lang.String fieldName)
Returns the value of the specified field as a JCoAbapObject . |
JCoAbapObject |
AbapClassException.toAbapObject()
Returns the instance of JCoAbapObject that is used by JCo to represent an ABAP
class exception. |
Methods in com.sap.conn.jco with parameters of type JCoAbapObject | |
---|---|
void |
JCoRecord.setValue(int index,
JCoAbapObject abapObject)
Sets the value of the specified field to be the given JCoAbapObject . |
void |
JCoRecord.setValue(java.lang.String fieldName,
JCoAbapObject abapObject)
Sets the value of the specified field to be the given JCoAbapObject . |
Constructors in com.sap.conn.jco with parameters of type JCoAbapObject | |
---|---|
AbapClassException(java.lang.String message,
JCoAbapObject abapObject)
Creates an instance of an AbapClassException. |
|
AbapClassException(java.lang.String message,
java.lang.String className,
JCoAbapObject abapObject,
JCoRemoteContext remoteContext)
Creates an instance of an AbapClassException. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |