0>) means that anunlimited number can be read.PARTS1BY1
This function module normally tries to read a complete TemSe object atonce. If the Teme object consists of several parts, they are all openedseparately in this function module, readand closed again. You can set a protection here to prevente.g. too many TemSe objects being opened in adatabase transaction.
FBHANDLE
Handle for an open object. Must always be specified when a handle isused with 'RSTS_OPEN_...'.
ALLDATA
All data have been read. With this parameter you can, if you havespecified PARTS1BY1 or MAXIX, check whether the restriction applied,or whether all data were read.
SHOWLG
'X': The length of the line is put in front of each line. In thedata space (BUFF or BUFFTAB) is first the length, then possibly afirst column (ALLINE at Open), and only then theactual data.
Exceptions
The exceptions are classified according to the software level in whichthey occur.
FB_ERROR
Error in the function module or in its call.
FB_CALL_HANDLE
CALL interface handle error. e.g. when the TemSe is processed byfunction modules and the CALL interface.
FB_RSTS_NOCONV
Desired conversion was not possible. Details can be obtained with thefunction module 'RSTS_LAST_ERROR'.
FB_RSTS_OTHER
Other errors, whch are reported by the TemSe C system. Details can beobtained with the function module 'RSTS_LAST_ERROR'.