CLAS CL_ABAP_STRUCTDESCR

Source Link
Open in ADT

Home
Previous Object: CL_ABAP_STRUCT_UTILITIES
Next Object: CL_ABAP_TABLEDESCR

Status: RELEASED

Superclass: cl_abap_complexdescr

Public
Type component TYPE abap_componentdescr
Type component_table TYPE abap_component_tab
Type symbol_table TYPE abap_component_symbol_tab
Type included_view TYPE abap_component_view_tab
Attribute struct_kind TYPE abap_structkind
Attribute components TYPE abap_compdescr_tab
Attribute has_include TYPE ABAP_BOOL
Constant structkind_flat TYPE abap_structkind
Constant structkind_nested TYPE abap_structkind
Constant structkind_mesh TYPE abap_structkind
Static Method load_class
Method get_ddic_field_list
  IMPORTING
    p_langu TYPE LANGU Optional
    p_including_substructres TYPE ABAP_BOOL Optional
  RETURNING p_field_list TYPE NOT_RELEASED_TTYP
  EXCEPTIONS not_found
  EXCEPTIONS no_ddic_type
Static Method get
  IMPORTING
    p_components TYPE abap_component_tab
    p_strict TYPE ABAP_BOOL Optional
  RETURNING p_result TYPE cl_abap_structdescr
  RAISING cx_sy_struct_creation
Static Method create
  IMPORTING
    p_components TYPE abap_component_tab
    p_strict TYPE ABAP_BOOL Optional
  RETURNING p_result TYPE cl_abap_structdescr
  RAISING cx_sy_struct_creation
Method get_components
  RETURNING p_result TYPE abap_component_tab
Method get_included_view
  IMPORTING
    p_level TYPE I Optional
  RETURNING p_result TYPE abap_component_view_tab
Method get_symbols
  RETURNING p_result TYPE abap_component_symbol_tab
Method get_component_type
  IMPORTING
    p_name TYPE any
  RETURNING p_descr_ref TYPE cl_abap_datadescr
  EXCEPTIONS component_not_found
  EXCEPTIONS unsupported_input_type

Exists on:
754true
750true
702true

Bug reports and ideas welcome
Made using abaplint.app