CLAS CL_ABAP_OBJECTDESCR

Source Link
Open in ADT

Home
Previous Object: CL_ABAP_MESSAGE_DIGEST
Next Object: CL_ABAP_RANDOM

Superclass: cl_abap_typedescr

Public
Attribute attributes TYPE abap_attrdescr_tab
Attribute methods TYPE abap_methdescr_tab
Attribute interfaces TYPE abap_intfdescr_tab
Constant changing TYPE abap_parmkind
Constant exporting TYPE abap_parmkind
Constant importing TYPE abap_parmkind
Constant receiving TYPE abap_parmkind
Constant returning TYPE abap_parmkind
Constant private TYPE abap_visibility
Constant protected TYPE abap_visibility
Constant public TYPE abap_visibility
Method constructor
  IMPORTING
    p_object TYPE any Optional
Method get_attribute_type
  IMPORTING
    p_name TYPE any
  RETURNING p_descr_ref TYPE cl_abap_datadescr
  EXCEPTIONS attribute_not_found
Method get_method_parameter_type
  IMPORTING
    p_method_name TYPE any
    p_parameter_name TYPE any
  RETURNING p_descr_ref TYPE cl_abap_datadescr
  EXCEPTIONS parameter_not_found
  EXCEPTIONS method_not_found
Method get_interface_type
  IMPORTING
    p_name TYPE any
  RETURNING p_descr_ref TYPE cl_abap_intfdescr
  EXCEPTIONS interface_not_found
Protected
Type ty_attribute_types TYPE cl_abap_objectdescr=>ty_attribute_types
Type ty_parameter_types TYPE cl_abap_objectdescr=>ty_parameter_types
Attribute mv_object_name TYPE STRING
Attribute mv_object_type TYPE STRING
Attribute mt_attribute_types TYPE
Attribute mt_parameter_types TYPE

Exists on:
754true
750true
702true

Bug reports and ideas welcome
Made using abaplint.app