ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

TableRow Event

This event fires for each row received in a table.

Object Oriented Interface

public function fireTableRow($param);

Procedural Interface

inerp_sapclient_register_callback($res, 5, array($this, 'fireTableRow'));

Parameter List


'tablename'
'rowdata'

Remarks

The TableRow event allows you to see each row of a table exactly as it is returned from the R/3 system. As the table is read from memory this event fires with the name of the table, the binary row data, and the length of the row. This event is useful if you do not wish the class to parse returned tables itself, and do not want to use the table, row, and column properties to access the table data. In this manner you can receive the raw row data and parse it yourself, without the overhead of the class parsing it for you.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0