Package | Description |
---|---|
com.sap.conn.jco |
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
|
Modifier and Type | Method and Description |
---|---|
static JCoAbapObject |
JCo.createAbapObject(JCoClassMetaData classMetaData,
Map<String,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(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. |
Modifier and Type | Method and Description |
---|---|
void |
JCoRecord.setValue(int index,
JCoAbapObject abapObject)
Sets the value of the specified field to be the given
JCoAbapObject . |
void |
JCoRecord.setValue(String fieldName,
JCoAbapObject abapObject)
Sets the value of the specified field to be the given
JCoAbapObject . |
Constructor and Description |
---|
AbapClassException(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.
|
Copyright © 2022 SAP. All rights reserved.