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 ABAP 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 MC_DTAEC_ID Constant Private Type reference (TYPE) STRING 'DTAEC_NOTES' Prefix for additional containers due to DTA 20110912
2 MC_POPUP_TYPES Constant Public See coding 20110629
3 MO_COMPONENT Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20101028
4 MO_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20101028
5 MO_FPM Instance attribute Public Object reference (TYPE REF TO) CL_FPM CL_FPM 20101116
6 MS_CONFIG_KEY Instance attribute Public Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20110908
7 MS_LIST_UIBB Instance attribute Public Type reference (TYPE) FPM_S_UIBB_KEY Key of a UIBB to be embedded in an FPM based application 20110801
8 MS_NOTES Instance attribute Private Type reference (TYPE) FPM_S_NOTES Notes Structure 20101028
9 MT_NOTES_TYPE Instance attribute Public Type reference (TYPE) STRING_TABLE SDOK: Table for document contents (import/export) 20110110
10 MT_UIBB Instance attribute Private Type reference (TYPE) FPM_T_UIBB_KEY Table type of UIBB keys 20101028
11 MV_CLEAR_SLOTS Instance attribute Public Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101012
12 MV_COMPONENT_NAME Instance attribute Public Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro: Component Name 20110908
13 MV_DESIGNTIME_MODE Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20110908
14 MV_DIALOG_EVENT_CALLED Instance attribute Public Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101012
15 MV_GET_UIBBS_CALLED Instance attribute Public Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101012
16 MV_INSTANCE_ID Instance attribute Protected Type reference (TYPE) FPM_INSTANCE_ID Instance ID of a UIBB 20110908
17 MV_INTERFACE_VIEW Instance attribute Protected Type reference (TYPE) FPM_VIEW_NAME Web Dynpro: Name of a Web Dynpro View 20110908
18 MV_IS_MULTI_INSTANTIABLE Instance attribute Public Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101116
19 MV_LEAD_SELECTED_INDEX Instance attribute Private Type reference (TYPE) SYTABIX Index of Internal Tables 20101028
20 MV_NOTES_INDEX Instance attribute Private Type reference (TYPE) I 20101028
21 MV_POPUP_TYPE Instance attribute Public Type reference (TYPE) TY_S_POPUP_TYPE 20110629
22 MV_UIBB_NEEDS_STRETCHING Instance attribute Public Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101012
23 MV_UIBB_SLOTS Instance attribute Public Type reference (TYPE) I 20101012
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_SLOTS Instance method Public Method 20101206
2 CLOSE_OVERLAYMODE Instance method Public Method 20110908
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110908
4 DISPATCH_ACTION Instance method Public Method 20101029
5 DISPATCH_PROCESS_EVENT Instance method Public Method 20101028
6 DISPLAY_POPUP Instance method Private Method 20101109
7 EXPANDS_WITH_AVAILABLE_SPACE Instance method Public Method 20140523
8 FILL_DTA_NODE Instance method Public Method 20110908
9 FPM_INITIALIZE Instance method Public Method 20101116
10 GET_INSTANCE_ID Instance method Protected Method 20110908
11 GET_NEW_NOTES Instance method Private Method 20101028
12 GET_SELECTED_NOTE Instance method Public Method 20101103
13 GOTO_CONFIG Instance method Public Method 20110908
14 HANDLE_POPUP_CLOSE Instance method Public Method 20101028
15 OPEN_POPUP Instance method Private Method 20101028
16 PREPARE_NAVIGATION Instance method Public Method 20101012
17 RENDER Instance method Public Method Render Notes Wrapper UIBB 20101012
18 SET_INTERFACE_VIEW Instance method Public Method 20110908
19 SET_NOTES_TYPE Instance method Private Method 20101109
20 SET_WD_INSTANCES Instance method Public Method 20101028
21 SWITCH_TO_OVERLAYMODE Instance method Public Method 20110908
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 Importing 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 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20101206
3 Importing 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 Importing IO_VIEW_CONTROLLER_API Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20101206
5 Importing 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 Importing 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 Importing IO_API Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20101029
2 Importing 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 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101028
2 Importing 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 Importing IV_TITLE Call by reference Type reference (TYPE) STRING 20101109
2 Importing 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 Returning 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 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20110908
2 Importing 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 Importing 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 Exporting 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 Returning 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 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20110908
2 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20110908
3 Importing 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 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101028
2 Importing 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 Importing IV_TITLE Call by reference Type reference (TYPE) STRING 20101028
2 Importing 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 Importing 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 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20101012
3 Importing 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 Importing IO_VIEW_CONTROLLER_API Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20101012
5 Importing 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 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20101012
2 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20101012
3 Importing IO_VIEW_CONTROLLER_API Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20101012
4 Importing IV_IS_ACCESSIBLE Call by reference Type reference (TYPE) ABAP_BOOL 20131028
5 Importing 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 Importing 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 Importing 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 Importing I_COMP Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20101028
2 Importing 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 Importing 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