Uses of Interface
com.redwood.scheduler.api.connector.sap.rfc.scripting.TableRow
- 
Packages that use TableRow Package Description com.redwood.scheduler.api.connector.sap.rfc.scripting Scheduler API - SAP scripting interfacecom.redwood.scheduler.api.connector.sap.rfc.scripting.rfc Scheduler API - SAP Scripting API - RFCcom.redwood.scheduler.api.connector.sap.rfc.scripting.xbp Scheduler API - SAP Scripting API - XBP
- 
- 
Uses of TableRow in com.redwood.scheduler.api.connector.sap.rfc.scriptingMethods in com.redwood.scheduler.api.connector.sap.rfc.scripting that return types with arguments of type TableRow Modifier and Type Method Description Iterator<TableRow>SpoolList. getSpool()Get the spool entries
- 
Uses of TableRow in com.redwood.scheduler.api.connector.sap.rfc.scripting.rfcMethods in com.redwood.scheduler.api.connector.sap.rfc.scripting.rfc that return types with arguments of type TableRow Modifier and Type Method Description Iterator<TableRow>RfcInterface. readTable(String tableName, String delimiter, String[] columns, String[] whereClauses, int rowSkip, int rowCount)Read the contents of the given SAP ABAP table
- 
Uses of TableRow in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbpMethods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp that return types with arguments of type TableRow Modifier and Type Method Description Iterator<TableRow>XbpJob. getJoblog()Get joblog of the jobIterator<TableRow>XbpInterface. readTable(String tableName, String delimiter, String[] columns, String[] whereClauses, int rowSkip, int rowCount)Read the contents of the given SAP ABAP table
 
-