CLAS CL_ABAP_STRUCTDESCR
Source Link
Open in ADT
Home
Previous Object: CL_ABAP_REGEX
Next Object: CL_ABAP_TABLEDESCR
Superclass: cl_abap_complexdescr
Public
Type component TYPE abap_componentdescr
Type component_table TYPE abap_component_tab
Type included_view TYPE abap_component_view_tab
Type symbol_table TYPE abap_component_symbol_tab
Attribute components TYPE abap_compdescr_tab
Attribute struct_kind TYPE abap_structkind
Static Method construct_from_data
IMPORTING
 data TYPE any
RETURNING descr TYPE cl_abap_structdescr
Method get_components
RETURNING rt_components TYPE abap_component_tab
Method get_ddic_field_list
IMPORTING
 p_langu TYPE sy-langu Optional
 p_including_substructres TYPE ABAP_BOOL Optional
RETURNING rt_components TYPE DDFIELDS
EXCEPTIONS not_found
EXCEPTIONS no_ddic_type
Method is_ddic_type
RETURNING bool TYPE ABAP_BOOL
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
Method get_included_view
IMPORTING
 p_level TYPE I Optional
RETURNING p_result TYPE abap_component_view_tab
Static Method create
IMPORTING
 p_components TYPE abap_component_tab
 p_strict TYPE ABAP_BOOL Optional
RETURNING ref TYPE cl_abap_structdescr
Method get_symbols
RETURNING p_result TYPE abap_component_symbol_tab
Exists on:
Bug reports and ideas welcome
Made using abaplint.app