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 JCoUnitIdentifier |
JCo.createUnitIdentifier(String unitID,
JCoUnitIdentifier.Type unitType)
Creates a new unit identifier.
|
JCoUnitIdentifier |
JCoRequestUnit.getIdentifier()
Return the unique identifier for the function unit.
|
JCoUnitIdentifier |
JCoFunctionUnit.getIdentifier()
Return the unique identifier for the function unit.
|
Modifier and Type | Method and Description |
---|---|
void |
JCoDestination.confirmFunctionUnit(JCoUnitIdentifier unitIdentifier)
Confirms that a bgRFC unit has been executed successfully.
|
JCoFunctionUnitState |
JCoDestination.getFunctionUnitState(JCoUnitIdentifier unitIdentifier)
Returns the state of the unit with the given ID.
|
Copyright © 2019 SAP. All Rights Reserved.