INTF IF_FDT_CP_DECISION_TABLE
Source Link
Open in ADT
Home
Previous Object: IF_FDT_CP_DATA_OBJECT
Next Object: IF_FDT_CP_EXTERNAL_TYPES
Status: RELEASED
Public
Interface if_fdt_cp_rule
Interface if_fdt_cp_actions
Interface if_fdt_cp_admin_data
Constant gcs_dt_hit_policy TYPE StructureTypetoABAPtodo
Constant gcs_dt_column_type TYPE StructureTypetoABAPtodo
Method set_hit_policy
IMPORTING
 iv_hit_policy TYPE if_fdt_cp_external_types=>ty_hit_policy
Method get_hit_policy
RETURNING rv_hit_policy TYPE if_fdt_cp_external_types=>ty_hit_policy
Method set_columns
IMPORTING
 it_columns TYPE if_fdt_cp_external_types=>tt_decision_table_column
Method get_columns
RETURNING rt_columns TYPE if_fdt_cp_external_types=>tt_decision_table_column
Method add_column
IMPORTING
 is_column TYPE if_fdt_cp_external_types=>ty_decision_table_column
Method remove_column
IMPORTING
 iv_id TYPE if_fdt_cp_external_types=>id Optional
 iv_sequence_number TYPE I Optional
Method set_rows
IMPORTING
 it_rows TYPE if_fdt_cp_external_types=>tt_decision_table_row
Method get_rows
RETURNING rt_rows TYPE if_fdt_cp_external_types=>tt_decision_table_row
Method add_row
IMPORTING
 is_row TYPE if_fdt_cp_external_types=>ty_decision_table_row
Method remove_row
IMPORTING
 iv_id TYPE if_fdt_cp_external_types=>id Optional
 iv_sequence_number TYPE I Optional
Method set_cells
IMPORTING
 it_cells TYPE if_fdt_cp_external_types=>tt_decision_table_cell
Method get_cells
RETURNING rt_cells TYPE if_fdt_cp_external_types=>tt_decision_table_cell
Method add_cell
IMPORTING
 is_cell TYPE if_fdt_cp_external_types=>ty_decision_table_cell
Method remove_cell
IMPORTING
 iv_row_id TYPE if_fdt_cp_external_types=>id
 iv_column_id TYPE if_fdt_cp_external_types=>id
Exists on:
754 | false |
750 | false |
702 | false |
Bug reports and ideas welcome
Made using abaplint.app