Functions This function module reads several data records for the structureRECORD_STRUCTURE> from the current data object and imports theinternal table that is specified in the parameter. This function module can also be used together with logical databases.To do this, ensure that the parameter is ALL_RECORDS_OF_OBJECT>= ' '. This function module is one of the general functions in the ADKinterface. This means that is can be called from programs within anarchiving object or from an archiving class. If the function module isused in a read, delete, reload or conversion progam, it reads recordsthat were archived using object-specific functions in the ADK interface(such as ARCHIVE_PUT_RECORD). The call from an archiving class mustoccur within the subroutine _put_data. Here, the records fromthe current class are read. (handle-specific, depending on the dataobject in question). INCLUDE 'ARCHIVE_PARAM_ALL_RECORDS' OBJECT DOKU ID TXExamples A comprehensive example is contained in the programs SBOOKR_3 andRSARCH11 (read programs for an archiving object) and in the subroutineBC_DEMO_PUT_DATA (archiving class BC_DEMO in function group DEMOCLASS). Description The documentation of the parameter ALL_RECORDS_OF_OBJECT> showshow the parameter RECORDS_OF_CURSOR> is returned depending onthe setting of the parameter ALL_RECORDS_OF_OBJECT>. INCLUDE 'ARCHIVE_PARAM_FLAGS_GET' OBJECT DOKU ID TX As EXPORT parameter for the function module ARCHIVE_GET_TABLE, theindicators are returned for the last record that was transferred to thetable TABLE; in other words, the last line of the tableRECORD_FLAGS_TABLE.Description The parameter RECORD_LENGTH> provides the length of the datarecords passed on in Table TABLE>.Description INCLUDE 'ARCHIVE_PARAM_ALL_RECORDS' OBJECT DOKU ID TX Default ALL_RECORDS_OF_OBJECT> = ' ' INCLUDE 'ARCHIVE_PARAM_HANDLE' OBJECT DOKU ID TX INCLUDE 'ARCHIVE_PARAM_AUTOMATIC_CONV' OBJECT DOKU ID TXDescription Table with indicator bars for all data records that are returned inTABLE. Record TABLE[i] has the indicator bar RECORD_FLAGS_TABLE[i]. Forinformation on using the indicators, refer to the parameterRECORD_FLAGS. Description The data records are returned in this table. |