INTF IF_FDT_CP_DATA_OBJ_STRUCTURE

Source Link
Open in ADT

Home
Previous Object: IF_FDT_CP_DATA_OBJ_ELEMENT
Next Object: IF_FDT_CP_DATA_OBJ_TABLE

Status: RELEASED

Public
Interface if_fdt_cp_admin_data
Interface if_fdt_cp_data_object
Type ty_attribute TYPE if_fdt_cp_data_obj_structure=>ty_attribute
Type tt_attribute TYPE if_fdt_cp_data_obj_structure=>tt_attribute
Type ty_association_condition TYPE if_fdt_cp_data_obj_structure=>ty_association_condition
Type tt_association_condition TYPE if_fdt_cp_data_obj_structure=>tt_association_condition
Type ty_association TYPE if_fdt_cp_data_obj_structure=>ty_association
Type tt_association TYPE if_fdt_cp_data_obj_structure=>tt_association
Constant gcs_cardinality TYPE StructureTypetoABAPtodo
Method get_attributes
  RETURNING rt_attributes TYPE if_fdt_cp_data_obj_structure=>tt_attribute
Method set_attributes
  IMPORTING
    it_attributes TYPE if_fdt_cp_data_obj_structure=>tt_attribute
Method add_attribute
  IMPORTING
    is_attribute TYPE if_fdt_cp_data_obj_structure=>ty_attribute
Method remove_attibute
  IMPORTING
    iv_name TYPE STRING
Method get_associations
  RETURNING rt_associations TYPE if_fdt_cp_data_obj_structure=>tt_association
Method set_associations
  IMPORTING
    it_associations TYPE if_fdt_cp_data_obj_structure=>tt_association
Method add_association
  IMPORTING
    is_association TYPE if_fdt_cp_data_obj_structure=>ty_association
Method remove_association
  IMPORTING
    iv_name TYPE STRING

Exists on:
754false
750false
702false

Bug reports and ideas welcome
Made using abaplint.app