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

TableRow Event

This event fires for each row received in a table.

Syntax

sapclient.on('TableRow', [callback])

Callback

The 'callback' is called when the 'TableRow' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.tableName
e.rowData (buffer)

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