Uses of Interface
com.redwood.scheduler.api.connector.sap.rfc.scripting.RfcStructure
-
Packages that use RfcStructure Package Description com.redwood.scheduler.api.connector.sap.rfc.scripting Scheduler API - SAP scripting interface -
-
Uses of RfcStructure in com.redwood.scheduler.api.connector.sap.rfc.scripting
Classes in com.redwood.scheduler.api.connector.sap.rfc.scripting with type parameters of type RfcStructure Modifier and Type Interface Description interface
RfcTable<T extends RfcStructure>
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting with type parameters of type RfcStructure Modifier and Type Method Description <T extends RfcStructure>
TRfcDetachedFactory. createStructure(Class<T> rfcStructure)
Creates new detached instance of any 'T extendsRfcStructure
'<T extends RfcStructure>
RfcTable<T>RfcDetachedFactory. createTable(Class<T> rfcStructure)
Creates new detached instance of anyRfcTable
'T extendsRfcStructure
'<T extends RfcStructure>
TRfcStructure. getDetached()
This method returns detached copy of RfcStructure, so the data could be used and accessed out of rfc execution context<T extends RfcStructure>
RfcTable<T>RfcObject. getTable(String name)
Get an import/export table Calling this method BEFORE executing the function module is required for getting and/or setting table valuesMethods in com.redwood.scheduler.api.connector.sap.rfc.scripting that return RfcStructure Modifier and Type Method Description RfcStructure
RfcObject. getStructure(String name)
Get an import/export structure Calling this method BEFORE executing the function module is required for getting and/or setting structure valuesMethods in com.redwood.scheduler.api.connector.sap.rfc.scripting with parameters of type RfcStructure Modifier and Type Method Description void
RfcStructure. moveCorresponding(RfcStructure sourceStructure)
Copy all values from the source structure to this structure whose fields have the same name in both structures
-