Reading Log Data
Apply Selection
Method GET_LOG_LIST( ) reads the log data from the database using the selection criteria specified beforehand, and provides the results in the form of an instance of type IF_ECATT_API_LOG_LIST.
If there is an error, for example if no data matching the selection was found, an exception of type CX_ECATT_API_LOG is triggered.
Access Using Primary Key
Method GET_LOG( ) gives direct access to a single specific log using the primary key (log number). An instance of type IF_ECATT_API_LOG_HEAD is returned as the result.
Note that the selection interface and all selection criteria that may have been defined there is not included.
If there is an error, for example if no data matching the selection was found, an exception of type CX_ECATT_API_LOG is triggered.
Direct Access to Log Block
Direct primary key access to a log block is possible using method GET_BLOCK() of interfaceIF_ECATT_API_LOG_HEAD.
Direct Access to Log Line
Direct primary key access to a log line is possible using method GET_LINE() of interfaceIF_ECATT_API_LOG_HEAD.