Interface RfcFunctionModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
detach()
This method detached the function module making possible use of it out of rfc execution contextvoid
execute()
Execute the function moduleBapiReturn
getBapiReturn()
void
reset()
Clears all import/export parameters of the function module so that it can be reused for a new call-
Methods inherited from interface com.redwood.scheduler.api.connector.sap.rfc.scripting.RfcObject
getBigDecimal, getBigInteger, getByte, getByteArray, getCharArray, getDate, getField, getInteger, getLong, getMetadata, getName, getRawByteArray, getShort, getString, getStructure, getTable, getTime, isAttached, setBigDecimal, setBigInteger, setByte, setByteArray, setCharArray, setDate, setField, setInteger, setLong, setRawByteArray, setShort, setString, setTime, toXml
-
-
-
-
Method Detail
-
execute
void execute()
Execute the function module
-
reset
void reset()
Clears all import/export parameters of the function module so that it can be reused for a new call
-
detach
void detach()
This method detached the function module making possible use of it out of rfc execution context
-
getBapiReturn
BapiReturn getBapiReturn()
-
-