CLAS CL_FDT_CP_AST_SIMPLE_NODE

Source Link
Open in ADT

Home
Previous Object: CL_FDT_CP_AST_HELPER
Next Object: CL_FDT_CP_FACTORY

Status: RELEASED

Public
Type ty_child TYPE cl_fdt_cp_ast_simple_node=>ty_child
Type tt_child TYPE cl_fdt_cp_ast_simple_node=>tt_child
Attribute root TYPE ABAP_BOOL
Attribute value TYPE STRING
Attribute reference TYPE STRING
Attribute function TYPE STRING
Attribute children TYPE cl_fdt_cp_ast_simple_node=>tt_child
Attribute business_data_type TYPE CHAR1
Attribute data_object_type TYPE CHAR1
Static Method get_instance
  IMPORTING
    iv_root TYPE ABAP_BOOL Optional
    iv_value TYPE STRING Optional
    iv_reference TYPE STRING Optional
    iv_function TYPE STRING Optional
    iv_children TYPE cl_fdt_cp_ast_simple_node=>tt_child Optional
    iv_business_data_type TYPE CHAR1 Optional
    iv_data_object_type TYPE CHAR1 Optional
    it_children TYPE cl_fdt_cp_ast_simple_node=>tt_child Optional
  RETURNING ro_instance TYPE cl_fdt_cp_ast_simple_node

Exists on:
754false
750false
702false

Bug reports and ideas welcome
Made using abaplint.app