SAP ABAP Interface /PLMU/IF_FRW_APPL_MODEL (Application Model)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
⤷
/PLMU/UI_FRW_FUIBB (Package) UI Framework: Freestyle UI Building Blocks

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | /PLMU/IF_FRW_F_APPL_MODEL_INT | Application Model (Internal Interface) | 20101229 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/CL_FRW_APPL_MODEL | Application Model | 20090804 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/CL_FRW_F_APPL_MODEL | Application Model | 20091216 |
Properties
Interface | /PLMU/IF_FRW_APPL_MODEL | |
Short Description | Application Model |
General Data
Package | /PLMU/UI_FRW_FUIBB | UI Framework: Freestyle UI Building Blocks |
Created | 20070919 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /PLMU/IF_FRW_BASIC_APPL_MODEL | Basic Application Model | 20091005 | ||
2 | /PLMU/IF_FRW_C_APPL_MODEL | Context Dependent Application Model | 20101029 |
Friends
Interface /PLMU/IF_FRW_APPL_MODEL has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GV_UPDATE_ERROR | Instance attribute | Public | Attribute reference (LIKE) | 20080331 | ||||
2 | MO_METADATA | Instance attribute | Public | Attribute reference (LIKE) | 20101031 | ||||
3 | MO_TOOLS | Instance attribute | Public | Object reference (TYPE REF TO) | /PLMU/IF_FRW_F_TOOL | Application Model Tools | 20091020 | ||
4 | MT_CONTEXT_CHANGE_LOG | Instance attribute | Public | Attribute reference (LIKE) | 20101031 | ||||
5 | MT_REQUIRED_ERROR | Instance attribute | Public | Type reference (TYPE) | /PLMU/T_FRW_NODE_UPD_ERROR_IND | Mandatory Field Errors | 20080724 | ||
6 | MT_UPDATE_ERROR | Instance attribute | Public | Type reference (TYPE) | /PLMU/T_FRW_NODE_UPD_ERROR_IND | Update/Insert Errors | 20080415 | ||
7 | MV_UNSAVED_DATA | Instance attribute | Public | Attribute reference (LIKE) | 20090326 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20070919 | |
2 | ![]() |
Instance method | Public | Method | 20070919 | |
3 | ![]() |
Instance method | Public | Method | 20070919 | |
4 | ![]() |
Instance method | Public | Method | 20070919 | |
5 | ![]() |
Instance method | Public | Method | 20070919 | |
6 | ![]() |
Instance method | Public | Method | 20080331 |
Events
Interface /PLMU/IF_FRW_APPL_MODEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_SP_CHANGE_LOG | Public | See coding | Change log after data binding for a node | 20080211 | BEGIN OF ty_s_sp_change_log,
node_name TYPE /plmb/spi_node_name,
node_id_old TYPE REF TO data,
node_id_new TYPE REF TO data,
node_data_old TYPE REF TO data,
node_data_new TYPE REF TO data,
END OF ty_s_sp_change_log
|
|
2 | TY_S_SP_UI_MAP | Public | See coding | SP node_id - UI element map | 20080211 | BEGIN OF ty_s_sp_ui_map,
sp_node_field TYPE fieldname,
sp_node_id TYPE REF TO data,
sp_element TYPE REF TO if_wd_context_element,
msg TYPE symsg,
is_cnr TYPE boolean,
ui_attribute_name TYPE string,
ui_element TYPE REF TO if_wd_context_element,
END OF ty_s_sp_ui_map
|
|
3 | TY_S_SP_UI_NODE_MAP | Public | See coding | SP node_id - UI element map of given MP and Node | 20080211 | BEGIN OF ty_s_sp_ui_node_map,
abbid TYPE /plmb/spi_abbid,
sp_node_name TYPE /plmb/spi_node_name,
sp_node_id_struc TYPE typename,
sp_ui_map TYPE ty_t_sp_ui_map,
END OF ty_s_sp_ui_node_map
|
|
4 | TY_T_SP_CHANGE_LOG | Public | See coding | Change log after data binding for nodes | 20080211 | ty_t_sp_change_log TYPE HASHED TABLE OF ty_s_sp_change_log
WITH UNIQUE KEY node_name node_id_old
|
|
5 | TY_T_SP_UI_MAP | Public | See coding | SP node_id - UI element maps | 20080211 | ty_t_sp_ui_map TYPE HASHED TABLE OF ty_s_sp_ui_map
WITH UNIQUE KEY sp_node_field sp_node_id sp_element msg
|
|
6 | TY_T_SP_UI_NODE_MAP | Public | See coding | SP node_id - UI element maps of given MPs and Nodes | 20080211 | ty_t_sp_ui_node_map TYPE HASHED TABLE OF ty_s_sp_ui_node_map
WITH UNIQUE KEY abbid sp_node_name
|
Method Signatures
Method ACTION Signature
Method ACTION on Interface /PLMU/IF_FRW_APPL_MODEL has no parameter.
Method ACTION on Interface /PLMU/IF_FRW_APPL_MODEL has no exception.
Method DELETE Signature
Method DELETE on Interface /PLMU/IF_FRW_APPL_MODEL has no parameter.
Method DELETE on Interface /PLMU/IF_FRW_APPL_MODEL has no exception.
Method INSERT Signature
Method INSERT on Interface /PLMU/IF_FRW_APPL_MODEL has no parameter.
Method INSERT on Interface /PLMU/IF_FRW_APPL_MODEL has no exception.
Method QUERY Signature
Method QUERY on Interface /PLMU/IF_FRW_APPL_MODEL has no parameter.
Method QUERY on Interface /PLMU/IF_FRW_APPL_MODEL has no exception.
Method RETRIEVE Signature
Method RETRIEVE on Interface /PLMU/IF_FRW_APPL_MODEL has no parameter.
Method RETRIEVE on Interface /PLMU/IF_FRW_APPL_MODEL has no exception.
Method UPDATE Signature
Method UPDATE on Interface /PLMU/IF_FRW_APPL_MODEL has no parameter.
Method UPDATE on Interface /PLMU/IF_FRW_APPL_MODEL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 100 |