SAP ABAP Interface IF_IRM_TYPES2 (IRM: Types)
Properties
Interface | IF_IRM_TYPES2 | |
Short Description | IRM: Types |
General Data
Package | S_IRM_CORE | |
Created | 20080204 | SAP |
Last changed | 20080612 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_FDT_CATALOG | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | IF_FDT_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | TRWBO | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_IRM_TYPES2 has no interface.
Friends
Interface IF_IRM_TYPES2 has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MT_FIELD_ALLOWED | Instance attribute | Public | Type reference (TYPE) | TY_T_FIELDNAME | 20080204 |
Methods
Interface IF_IRM_TYPES2 has no method.
Events
Interface IF_IRM_TYPES2 has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_ATTRIBUTE_NAME_AND_VALUE | Public | See coding | 20080204 | BEGIN OF ty_s_attribute_name_and_value,
v_attribute_name TYPE fieldname,
v_attribute_value TYPE string, "as FDT provided values in this format "so far we support only single values
END OF ty_s_attribute_name_and_value
|
||
2 | TY_S_CATALOG_STRUCTURE | Public | See coding | 20080204 | BEGIN OF ty_s_catalog_structure,
v_catalog_uuid TYPE irm_fdt_catalog_uuid,
v_catalogs_application_uuid TYPE irm_fdt_catalog_uuid,
v_node_id TYPE if_fdt_catalog=>node_id,
v_node_type TYPE if_fdt_catalog=>node_type,
v_node_name TYPE if_fdt_catalog=>node_name,
t_attribute_name_and_value TYPE ty_t_attribute_name_and_value,
v_decision_table_uuid TYPE irm_fdt_decision_table_uuid,
v_function_uuid TYPE irm_fdt_function_uuid,
v_inherited TYPE boole_d,
v_link_to_catalog_uuid TYPE if_fdt_types=>id,
"v_link_to_node_id TYPE if_fdt_catalog=>node_name,
END OF ty_s_catalog_structure
|
||
3 | TY_S_FIELDNAME_AND_DATAELEMENT | Public | See coding | 20080204 | BEGIN OF ty_s_fieldname_and_dataelement,
v_field_name TYPE fieldname,
v_data_element TYPE rollname,
END OF ty_s_fieldname_and_dataelement
|
||
4 | TY_S_FIELD_NAME_AND_DESCR | Public | See coding | 20080204 | BEGIN OF ty_s_field_name_and_descr,
field_name TYPE fieldname,
reptext TYPE reptext,
scrtext_s TYPE scrtext_s,
scrtext_m TYPE scrtext_m,
scrtext_l TYPE scrtext_l,
END OF ty_s_field_name_and_descr
|
||
5 | TY_T_ATTRIBUTE_NAME_AND_VALUE | Public | See coding | 20080204 | ty_t_attribute_name_and_value TYPE STANDARD TABLE OF ty_s_attribute_name_and_value WITH DEFAULT KEY
|
||
6 | TY_T_CATALOG_STRUCTURE | Public | See coding | 20080204 | ty_t_catalog_structure TYPE STANDARD TABLE OF ty_s_catalog_structure WITH DEFAULT KEY
|
||
7 | TY_T_FIELDNAME | Public | See coding | 20080204 | ty_t_fieldname TYPE STANDARD TABLE OF fieldname WITH DEFAULT KEY
|
||
8 | TY_T_FIELDNAME_AND_DATAELEMENT | Public | See coding | 20080204 | ty_t_fieldname_and_dataelement TYPE STANDARD TABLE OF ty_s_fieldname_and_dataelement WITH DEFAULT KEY
|
||
9 | TY_T_FIELD_NAME_AND_DESCR | Public | See coding | 20080204 | ty_t_field_name_and_descr TYPE STANDARD TABLE OF ty_s_field_name_and_descr WITH DEFAULT KEY
|
||
10 | TY_T_START_TIME_TYPE | Public | See coding | Table with: Start Time | 20080204 | ty_t_start_time_type TYPE STANDARD TABLE OF irm_constant_value WITH DEFAULT KEY
|
History
Last changed by/on | SAP | 20080612 |
SAP Release Created in | 701 |