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
Attribute components TYPE abap_component_tab
Attribute struct_kind TYPE abap_structkind
Method constructor
IMPORTING
 data TYPE any
Method get_components
RETURNING rt_components TYPE abap_component_tab
Method get_ddic_field_list
RETURNING rt_components TYPE DDFIELDS
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
Static Method create
IMPORTING
 p_components TYPE abap_component_tab
 p_strict TYPE ABAP_BOOL Optional
RETURNING ref TYPE cl_abap_structdescr
Exists on:
Bug reports and ideas welcome
Made using abaplint.app