Interface RfcFunctionModule
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddetach()This method detached the function module making possible use of it out of rfc execution contextvoidexecute()Execute the function moduleBapiReturngetBapiReturn()voidreset()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.RfcObjectgetBigDecimal, 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- 
executevoid execute() Execute the function module
 - 
resetvoid reset() Clears all import/export parameters of the function module so that it can be reused for a new call
 - 
detachvoid detach() This method detached the function module making possible use of it out of rfc execution context
 - 
getBapiReturnBapiReturn getBapiReturn() 
 
- 
 
-