SAP ABAP Class CL_FPM_NOTES_WRAPPER_ASSIST (Notes Wrapper Assistance Class)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_GUIBB (Package) Generic UI building blocks
⤷
⤷
Properties
| Class | CL_FPM_NOTES_WRAPPER_ASSIST | |
| Short Description | Notes Wrapper Assistance Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_GUIBB | Generic UI building blocks |
| Created | 20101012 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FPM_NOTES_WRAPPER_ASSIST has no interface implemented.
Friends
Class CL_FPM_NOTES_WRAPPER_ASSIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'DTAEC_NOTES' | Prefix for additional containers due to DTA | 20110912 | ||
| 2 | Constant | Public | See coding | 20110629 | |||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20101028 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20101028 | |||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_FPM | CL_FPM | 20101116 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | WDY_CONFIG_KEY | Key Components of Configuration Tables | 20110908 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | FPM_S_UIBB_KEY | Key of a UIBB to be embedded in an FPM based application | 20110801 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | FPM_S_NOTES | Notes Structure | 20101028 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | STRING_TABLE | SDOK: Table for document contents (import/export) | 20110110 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | FPM_T_UIBB_KEY | Table type of UIBB keys | 20101028 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101012 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | WDY_COMPONENT_NAME | Web Dynpro: Component Name | 20110908 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20110908 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101012 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101012 | |||
| 16 | Instance attribute | Protected | Type reference (TYPE) | FPM_INSTANCE_ID | Instance ID of a UIBB | 20110908 | |||
| 17 | Instance attribute | Protected | Type reference (TYPE) | FPM_VIEW_NAME | Web Dynpro: Name of a Web Dynpro View | 20110908 | |||
| 18 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101116 | ||
| 19 | Instance attribute | Private | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20101028 | |||
| 20 | Instance attribute | Private | Type reference (TYPE) | I | 20101028 | ||||
| 21 | Instance attribute | Public | Type reference (TYPE) | TY_S_POPUP_TYPE | 20110629 | ||||
| 22 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101012 | |||
| 23 | Instance attribute | Public | Type reference (TYPE) | I | 20101012 |
Methods
Events
Class CL_FPM_NOTES_WRAPPER_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_DTA_DATA | Private | See coding | 20110908 | begin of ty_s_dta_data,
view_element_id type string,
design type wdui_dtedesign,
tb_id type string,
layer type i,
end of ty_s_dta_data
|
||
| 2 | TY_S_POPUP_TYPE | Public | See coding | 20110629 | begin of TY_S_POPUP_TYPE,
type type string, " see MC_POPUP_TYPES for valid values
end of TY_S_POPUP_TYPE
|
Method Signatures
Method CLEAR_SLOTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CHILD_USAGE_GROUP | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE_GROUP | Web Dynpro: Group of Component Usages | 20101206 | |||
| 2 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20101206 | |||
| 3 | IO_EMPTY_USAGE_GROUP | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE_GROUP | Web Dynpro: Group of Component Usages | 20101206 | |||
| 4 | IO_VIEW_CONTROLLER_API | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20101206 | |||
| 5 | IV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20101206 |
Method CLEAR_SLOTS on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method CLOSE_OVERLAYMODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20110908 |
Method CLOSE_OVERLAYMODE on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_NOTES_WRAPPER_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method DISPATCH_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_API | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20101029 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20101029 |
Method DISPATCH_ACTION on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method DISPATCH_PROCESS_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | FPM Event Result | 20101028 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20101028 |
Method DISPATCH_PROCESS_EVENT on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method DISPLAY_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TITLE | Call by reference | Type reference (TYPE) | STRING | 20101109 | ||||
| 2 | IV_WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | 20101109 |
Method DISPLAY_POPUP on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method EXPANDS_WITH_AVAILABLE_SPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_EXPANDABLE | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20140523 |
Method EXPANDS_WITH_AVAILABLE_SPACE on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method FILL_DTA_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110908 | |||
| 2 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20110908 |
Method FILL_DTA_NODE on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method FPM_INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FPM | Call by reference | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20101116 |
Method FPM_INITIALIZE on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method GET_INSTANCE_ID Signature
Method GET_INSTANCE_ID on class CL_FPM_NOTES_WRAPPER_ASSIST has no parameter.
Method GET_INSTANCE_ID on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method GET_NEW_NOTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_NEW_NOTES | Call by reference | Type reference (TYPE) | FPM_S_NOTES | Notes Structure | 20101028 |
Method GET_NEW_NOTES on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method GET_SELECTED_NOTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_NOTES | Value transfer | Type reference (TYPE) | FPM_S_NOTES | Notes Structure | 20101103 |
Method GET_SELECTED_NOTE on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method GOTO_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20110908 | |||
| 2 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110908 | |||
| 3 | IV_CONTAINER_ID | Call by reference | Type reference (TYPE) | STRING | 20110912 |
Method GOTO_CONFIG on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method HANDLE_POPUP_CLOSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | FPM Event Result | 20101028 | |||
| 2 | IV_EVENT_NAME | Call by reference | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20101028 |
Method HANDLE_POPUP_CLOSE on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method OPEN_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TITLE | Call by reference | Type reference (TYPE) | STRING | 20101028 | ||||
| 2 | IV_WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | 20101028 |
Method OPEN_POPUP on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method PREPARE_NAVIGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CHILD_USAGE_GROUP | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE_GROUP | Web Dynpro: Group of Component Usages | 20101012 | |||
| 2 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20101012 | |||
| 3 | IO_EMPTY_USAGE_GROUP | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE_GROUP | Web Dynpro: Group of Component Usages | 20101012 | |||
| 4 | IO_VIEW_CONTROLLER_API | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20101012 | |||
| 5 | IV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20101012 |
Method PREPARE_NAVIGATION on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method RENDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20101012 | |||
| 2 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20101012 | |||
| 3 | IO_VIEW_CONTROLLER_API | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20101012 | |||
| 4 | IV_IS_ACCESSIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131028 | ||||
| 5 | IV_IS_FIRST | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20101012 |
Method RENDER on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method SET_INTERFACE_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INTERFACE_VIEW | Call by reference | Type reference (TYPE) | FPM_VIEW_NAME | Web Dynpro: Name of a Web Dynpro View | 20110908 |
Method SET_INTERFACE_VIEW on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method SET_NOTES_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NOTES_TYPE | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20101109 |
Method SET_NOTES_TYPE on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method SET_WD_INSTANCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMP | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20101028 | |||
| 2 | I_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20101028 |
Method SET_WD_INSTANCES on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
Method SWITCH_TO_OVERLAYMODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20110908 |
Method SWITCH_TO_OVERLAYMODE on class CL_FPM_NOTES_WRAPPER_ASSIST has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 703 |