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.xbp Scheduler API - SAP Scripting API - XBP -
-
Uses of TableRow in com.redwood.scheduler.api.connector.sap.rfc.scripting
Methods 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.xbp
Methods 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
-