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 | Interface and Description |
---|---|
interface |
JCoAbapObject
The interface comprises public methods for access to ABAP object members.
|
interface |
JCoParameterList
A class that encapsulates a parameter list used to pass on data
to a function.
|
interface |
JCoRequest
A JCoRequest is a special view on a JCoFunction and is used in the
Request/Response model of JCo function calls.
|
interface |
JCoResponse
A JCoResponse is a special view on a JCoFunction and is used in the
Request/Response model of JCo function calls.
|
interface |
JCoStructure
JCoStructure is for data containers that need a certain layout in memory.
|
interface |
JCoTable
Interface that describes internal tables used in the parameter lists
of function modules.
|
Modifier and Type | Method and Description |
---|---|
int |
JCoRecord.copyFrom(JCoRecord source)
Copies the matching fields from the source record into this record.
|
Copyright © 2022 SAP. All rights reserved.