INTF IF_BALI_LOG_DB

Source Link
Open in ADT

Home
Previous Object: IF_BALI_LOG
Next Object: IF_BALI_LOG_FILTER

Status: RELEASED

Public
Type ty_assign_to_curr_appjob TYPE ABAP_BOOL
Type ty_2nd_db_connection TYPE ABAP_BOOL
Type ty_handle TYPE if_bali_log_db=>ty_handle
Type ty_read_only_header TYPE ABAP_BOOL
Type ty_log_ref TYPE if_bali_log
Type ty_log_table TYPE if_bali_log_db=>ty_log_table
Method load_log
  IMPORTING
    handle TYPE if_bali_log_db=>ty_handle
    read_only_header TYPE ABAP_BOOL Optional
  RETURNING log TYPE if_bali_log
  RAISING cx_bali_runtime
Method load_logs_via_filter
  IMPORTING
    filter TYPE if_bali_log_filter
    read_only_header TYPE ABAP_BOOL Optional
  RETURNING log_table TYPE if_bali_log_db=>ty_log_table
  RAISING cx_bali_runtime
Method save_log
  IMPORTING
    log TYPE if_bali_log
    use_2nd_db_connection TYPE ABAP_BOOL Optional
    assign_to_current_appl_job TYPE ABAP_BOOL Optional
  RAISING cx_bali_runtime
Method delete_log
  IMPORTING
    log TYPE if_bali_log
  RAISING cx_bali_runtime
Method enqueue
  IMPORTING
    log TYPE if_bali_log
  RAISING cx_bali_runtime
Method dequeue
  IMPORTING
    log TYPE if_bali_log
  RAISING cx_bali_runtime

Exists on:
754false
750false
702false

Bug reports and ideas welcome
Made using abaplint.app