SAP ABAP Class CL_FPM_CHIP_INTEGRATION (Side Panel and Tagging)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_CORE (Package) Floorplan Manager (Framework)
⤷
⤷
Properties
| Class | CL_FPM_CHIP_INTEGRATION | |
| Short Description | Side Panel and Tagging | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_CORE | Floorplan Manager (Framework) |
| Created | 20090723 | SAP |
| Last change | 20131127 | SAP |
| 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_FPM_CHIP_INTEGRATION has no interface implemented.
Friends
Class CL_FPM_CHIP_INTEGRATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090805 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090723 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120315 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090723 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | STRING | 20090723 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | STRING | 20090723 | ||||
| 7 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100121 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100204 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130218 | |||
| 10 | Static Attribute | Private | See coding | 20100708 | |||||
| 11 | Static Attribute | Private | Type reference (TYPE) | WDY_CONFIG_KEY | 20100623 | ||||
| 12 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130218 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Checks side panel state change | 20100121 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20090723 | |
| 3 | Instance method | Private | Method | Creates tagging node unless already done | 20090805 | |
| 4 | Instance method | Public | Method | Defines the side panel link properties | 20090723 | |
| 5 | Instance method | Public | Method | Unregisters the side panel API | 20130218 | |
| 6 | Static method | Public | Method | Retrieves IDR configuration in an embedding scenario | 20100623 | |
| 7 | Static method | Private | Method | Assigns an attribute name to a tag | 20100708 | |
| 8 | Instance method | Public | Method | Initializes the side panel API | 20120315 | |
| 9 | Static method | Public | Method | Registers a tag for a node attribute via tagging service | 20090727 | |
| 10 | Static method | Public | Method | Sets IDR configuration in an embedding scenario | 20100623 | |
| 11 | Static method | Public | Method | Disables non-unique tagging | 20120120 | |
| 12 | Instance method | Public | Method | Sets a value for a tag | 20090724 | |
| 13 | Instance method | Public | Method | Supress classical side panel (in floorplan CHIPs) | 20130218 | |
| 14 | Static method | Public | Method | Before WD component create: Supress SP for created floorplan | 20130218 |
Events
Class CL_FPM_CHIP_INTEGRATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_TAG_ATTR_MAP | Private | See coding | 20100708 | begin of ty_S_TAG_ATTR_MAP,
tag type wdy_tag_name,
attr_name type string,
end of ty_S_TAG_ATTR_MAP
|
Method Signatures
Method CHECK_SIDE_PANEL_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100121 |
Method CHECK_SIDE_PANEL_STATE on class CL_FPM_CHIP_INTEGRATION has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090727 |
Method CONSTRUCTOR on class CL_FPM_CHIP_INTEGRATION has no exception.
Method CREATE_TAGGING_NODE Signature
Method CREATE_TAGGING_NODE on class CL_FPM_CHIP_INTEGRATION has no parameter.
Method CREATE_TAGGING_NODE on class CL_FPM_CHIP_INTEGRATION has no exception.
Method DEFINE_SIDE_PANEL_LINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20090723 | |||
| 2 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20090723 | ||||
| 3 | IV_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | 20090723 |
Method DEFINE_SIDE_PANEL_LINK on class CL_FPM_CHIP_INTEGRATION has no exception.
Method EXIT_SIDE_PANEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20130218 |
Method EXIT_SIDE_PANEL on class CL_FPM_CHIP_INTEGRATION has no exception.
Method GET_IDR_CONFIG_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_CONFIG_KEY | Value transfer | Type reference (TYPE) | WDY_CONFIG_KEY | 20100623 |
Method GET_IDR_CONFIG_KEY on class CL_FPM_CHIP_INTEGRATION has no exception.
Method GET_TAG_ATTRIBUTE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TAG | Call by reference | Type reference (TYPE) | WDY_TAG_NAME | Tag Name | 20100708 | |||
| 2 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20100708 |
Method GET_TAG_ATTRIBUTE_NAME on class CL_FPM_CHIP_INTEGRATION has no exception.
Method INIT_SIDE_PANEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20120315 | |||
| 2 | IV_PORTAL_EVENT_ACTION | Call by reference | Type reference (TYPE) | STRING | 20120315 |
Method INIT_SIDE_PANEL on class CL_FPM_CHIP_INTEGRATION has no exception.
Method REGISTER_TAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090727 | |||
| 2 | IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20090727 | ||||
| 3 | IV_TAG_NAME | Call by reference | Type reference (TYPE) | WDY_TAG_NAME | 20090727 |
Method REGISTER_TAG on class CL_FPM_CHIP_INTEGRATION has no exception.
Method SET_IDR_CONFIG_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | 20100623 |
Method SET_IDR_CONFIG_KEY on class CL_FPM_CHIP_INTEGRATION has no exception.
Method SET_SLEEP_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120120 | |||
| 2 | IV_WAKE_UP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120120 |
Method SET_SLEEP_MODE on class CL_FPM_CHIP_INTEGRATION has no exception.
Method SET_TAG_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TAG | Call by reference | Type reference (TYPE) | WDY_TAG_NAME | 20090724 | ||||
| 2 | I_VALUE | Call by reference | Type reference (TYPE) | ANY | 20090724 |
Method SET_TAG_VALUE on class CL_FPM_CHIP_INTEGRATION has no exception.
Method SUPRESS_SIDE_PANEL Signature
Method SUPRESS_SIDE_PANEL on class CL_FPM_CHIP_INTEGRATION has no parameter.
Method SUPRESS_SIDE_PANEL on class CL_FPM_CHIP_INTEGRATION has no exception.
Method SUPRESS_SP_FOR_FLOORPLAN Signature
Method SUPRESS_SP_FOR_FLOORPLAN on class CL_FPM_CHIP_INTEGRATION has no parameter.
Method SUPRESS_SP_FOR_FLOORPLAN on class CL_FPM_CHIP_INTEGRATION has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 730 |