SAP ABAP Class CL_FPM_CNR_OIF (API to overwrite properties of CNR_OIF)
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)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_CNR_OIF | Interface for CNR in OIF | 20070504 |
Properties
| Class | CL_FPM_CNR_OIF | |
| Short Description | API to overwrite properties of CNR_OIF | |
| 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 | 20070504 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_CNR_OIF | Interface for CNR in OIF | 20070504 |
Friends
Class CL_FPM_CNR_OIF 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) | CL_FPM_CONTEXT_MANAGER | FPM Context Manager for OIF application | 20091130 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM | This is an internal class and must not be accessed!!!!!!!!!! | 20130422 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | IF_FPM_CNR_OIF=>T_BUTTON | 20070624 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | IF_FPM_CNR_OIF=>T_BUTTON_CHOICE | 20070624 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20080316 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20080316 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | T_DUPLICATE_TOOLBARS | 20070624 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | IF_FPM_CNR_OIF=>T_MENUBAR | 20070701 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | T_SEPARATOR_SEQUENCES | 20070624 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | IF_FPM_CNR_OIF=>T_MENUBAR | 20070701 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | I | 20100205 | ||||
| 12 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070624 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070624 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070624 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20080429 | |||
| 16 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070701 | |||
| 17 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070624 | |||
| 18 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20080617 | |||
| 19 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20080617 | |||
| 20 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070701 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor of class CL_FPM_CNR_OIF | 20070504 | |
| 2 | Instance method | Private | Method | 20100104 | ||
| 3 | Instance method | Private | Method | 20100205 | ||
| 4 | Instance method | Public | Method | 20080130 | ||
| 5 | Instance method | Private | Method | 20130422 | ||
| 6 | Instance method | Public | Method | 20070624 | ||
| 7 | Instance method | Public | Method | 20070624 | ||
| 8 | Instance method | Public | Method | 20070624 | ||
| 9 | Instance method | Public | Method | 20070701 | ||
| 10 | Instance method | Public | Method | 20070624 | ||
| 11 | Instance method | Public | Method | 20070701 |
Events
Class CL_FPM_CNR_OIF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_DUPLICATE_TOOLBAR | Private | See coding | 20070624 | BEGIN OF s_duplicate_toolbar,
duplicate TYPE boole_d,
variant_id TYPE string,
END OF s_duplicate_toolbar
|
||
| 2 | S_SEPARATOR_SEQUENCE | Private | See coding | 20070624 | BEGIN OF s_separator_sequence,
id TYPE i,
variant_id TYPE string,
screen TYPE fpm_floorplan_state,
END OF s_separator_sequence
|
||
| 3 | T_DUPLICATE_TOOLBARS | Private | See coding | 20070624 | t_duplicate_toolbars TYPE STANDARD TABLE OF s_duplicate_toolbar
WITH DEFAULT KEY
|
||
| 4 | T_SEPARATOR_SEQUENCES | Private | See coding | 20070624 | t_separator_sequences TYPE STANDARD TABLE OF s_separator_sequence
WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FLOORPLAN_DATA | Call by reference | Object reference (TYPE REF TO) | CL_FPM_CONTEXT_MANAGER | FPM Context Manager for OIF application | 20091130 | |||
| 2 | IO_FPM | Call by reference | Object reference (TYPE REF TO) | CL_FPM | This is an internal class and must not be accessed!!!!!!!!!! | 20130422 |
Method CONSTRUCTOR on class CL_FPM_CNR_OIF has no exception.
Method GET_EVENT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION_ID | Call by reference | Type reference (TYPE) | STRING | Action ID | 20100104 | |||
| 2 | RV_EVENT_ID | Value transfer | Type reference (TYPE) | STRING | ID of the FPM Event | 20100104 |
Method GET_EVENT_ID on class CL_FPM_CNR_OIF has no exception.
Method HANDLE_ACTION_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | FPM_ACTION_TYPE | FPM: Defines the FPM Event Action Type | 20100205 | |||
| 2 | IV_NEW_EVENT_ID | Call by reference | Type reference (TYPE) | STRING | ID of the FPM Event | 20100205 | |||
| 3 | IV_OLD_EVENT_ID | Call by reference | Type reference (TYPE) | STRING | ID of the FPM Event | 20100205 | |||
| 4 | IV_STANDARD_EVENT | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100205 | |||
| 5 | RV_NEW_EVENT_ID | Value transfer | Type reference (TYPE) | STRING | ID of the FPM Event | 20100205 |
Method HANDLE_ACTION_ID on class CL_FPM_CNR_OIF has no exception.
Method IS_SWITCH_ENABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MAINVIEW_ID | Call by reference | Type reference (TYPE) | STRING | 20080316 | ||||
| 2 | IV_SUBVIEW_ID | Call by reference | Type reference (TYPE) | STRING | 20080316 | ||||
| 3 | RV_ENABLED | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20080130 |
Method IS_SWITCH_ENABLED on class CL_FPM_CNR_OIF has no exception.
Method RAT_TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATA | Call by reference | Type reference (TYPE) | ANY | 20130422 | ||||
| 2 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20130422 |
Method RAT_TRACE on class CL_FPM_CNR_OIF has no exception.
Method RENDER_BUTTONS Signature
Method RENDER_BUTTONS on class CL_FPM_CNR_OIF has no parameter.
Method RENDER_BUTTONS on class CL_FPM_CNR_OIF has no exception.
Method RENDER_BUTTON_CHOICES Signature
Method RENDER_BUTTON_CHOICES on class CL_FPM_CNR_OIF has no parameter.
Method RENDER_BUTTON_CHOICES on class CL_FPM_CNR_OIF has no exception.
Method RENDER_DUPLICATE_TOOLBAR Signature
Method RENDER_DUPLICATE_TOOLBAR on class CL_FPM_CNR_OIF has no parameter.
Method RENDER_DUPLICATE_TOOLBAR on class CL_FPM_CNR_OIF has no exception.
Method RENDER_RELATED_LINKS Signature
Method RENDER_RELATED_LINKS on class CL_FPM_CNR_OIF has no parameter.
Method RENDER_RELATED_LINKS on class CL_FPM_CNR_OIF has no exception.
Method RENDER_SEPARATORS Signature
Method RENDER_SEPARATORS on class CL_FPM_CNR_OIF has no parameter.
Method RENDER_SEPARATORS on class CL_FPM_CNR_OIF has no exception.
Method RENDER_YOU_CAN_ALSO Signature
Method RENDER_YOU_CAN_ALSO on class CL_FPM_CNR_OIF has no parameter.
Method RENDER_YOU_CAN_ALSO on class CL_FPM_CNR_OIF has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 730 |