INTF IF_XCO_AD_TABLE

Source Link
Open in ADT

Home
Previous Object: IF_XCO_AD_STRUCTURES
Next Object: IF_XCO_AD_TABLE_TYPE

Status: RELEASED

Public
Interface if_xco_ad_object
Interface if_xco_printable
Method exists
  IMPORTING
    io_read_state TYPE cl_xco_ad_object_read_state Optional
    io_origin TYPE cl_xco_tab_origin Optional
  RETURNING rv_exists TYPE ABAP_BOOL
Method is_structure
  IMPORTING
    io_origin TYPE cl_xco_tab_origin Optional
  RETURNING rv_is_structure TYPE ABAP_BOOL
Method get_structure
  RETURNING ro_structure TYPE if_xco_ad_structure
Method is_append_structure
  IMPORTING
    io_origin TYPE cl_xco_tab_origin Optional
  RETURNING rv_is_append_structure TYPE ABAP_BOOL
Method get_append_structure
  RETURNING ro_append_structure TYPE if_xco_append_structure
Method is_database_table
  IMPORTING
    io_origin TYPE cl_xco_tab_origin Optional
  RETURNING rv_is_database_table TYPE ABAP_BOOL
Method get_database_table
  RETURNING ro_database_table TYPE if_xco_database_table
Method is_global_temporary_table
  IMPORTING
    io_origin TYPE cl_xco_tab_origin Optional
  RETURNING rv_is_global_temporary_table TYPE ABAP_BOOL
Method get_global_temporary_table
  RETURNING ro_global_temporary_table TYPE if_xco_global_temporary_table
Method field
  IMPORTING
    iv_name TYPE SXCO_AD_FIELD_NAME
  RETURNING ro_field TYPE if_xco_tab_field

Exists on:
754false
750false
702false

Bug reports and ideas welcome
Made using abaplint.app