SAP ABAP Class CL_FPM_RAT_ASSIST (Assistance Class for FPM_RAT_COMPONENT)
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 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20120801 |
Properties
| Class | CL_FPM_RAT_ASSIST | |
| Short Description | Assistance Class for FPM_RAT_COMPONENT | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_CORE | Floorplan Manager (Framework) |
| Created | 20120801 | 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) |
Interfaces
Class CL_FPM_RAT_ASSIST has no interface implemented.
Friends
Class CL_FPM_RAT_ASSIST 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_FPM | Interface for accessing FPM functionality | 20120831 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_RAT_RENDER | Main render class for RAT | 20130121 | |||
| 3 | Static Attribute | Private | See coding | 20120814 | |||||
| 4 | Instance attribute | Public | Type reference (TYPE) | STRING | 20120801 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20120828 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20120814 | |
| 2 | Static method | Private | Method | 20120814 | ||
| 3 | Instance method | Private | Method | 20130523 | ||
| 4 | Instance method | Public | Method | 20120801 | ||
| 5 | Instance method | Public | Method | 20120914 | ||
| 6 | Instance method | Public | Method | 20120801 | ||
| 7 | Instance method | Public | Method | 20120828 |
Events
Class CL_FPM_RAT_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_DELETED_ELEMENT | Private | See coding | 20120912 | begin of ys_deleted_element,
node_name type string,
deleted_elements type yt_deleted_element_scope,
end of ys_deleted_element
|
||
| 2 | YS_DELETED_ELEMENT_SCOPE | Private | See coding | 20120913 | begin of ys_deleted_element_scope,
scope type wdr_pers_scope,
elements type yt_element,
end of ys_deleted_element_scope
|
||
| 3 | YS_DESIGN_COMPONENT_NAME | Private | See coding | 20121025 | begin of ys_design_component_name,
name type string,
name_design type string,
end of ys_design_component_name
|
||
| 4 | YS_DOMVAL | Private | See coding | 20120814 | begin of ys_domval,
value type domvalue_l,
text type val_text,
end of ys_domval
|
||
| 5 | YS_PRIM_ATTR | Public | See coding | 20120912 | begin of YS_PRIM_ATTR,
node type string,
path type string,
primary_attribute type string,
end of ys_prim_attr
|
||
| 6 | YT_DELETED_ELEMENT | Private | See coding | 20120912 | yt_deleted_element type hashed table of ys_deleted_element with unique key node_name
|
||
| 7 | YT_DELETED_ELEMENT_SCOPE | Private | See coding | 20120913 | yt_deleted_element_scope type standard table of ys_deleted_element_scope with default key
|
||
| 8 | YT_DESIGN_COMPONENT_NAME | Private | See coding | 20121025 | yt_design_component_name type hashed table of ys_design_component_name with unique key name
|
||
| 9 | YT_ELEMENT | Private | See coding | 20120913 | yt_element type standard table of ref to data with default key
|
||
| 10 | YT_PRIM_ATTR | Public | See coding | 20120912 | yt_prim_attr type hashed table of ys_prim_attr with unique key node
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FPM_RAT_ASSIST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FPM_RAT_ASSIST has no exception.
Method GET_ADAPT_TYPE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ADAPT_TYPE | Call by reference | Type reference (TYPE) | WDY_ADAPT_TYPE | Type of Adaptation | 20120814 | |||
| 2 | RV_TEXT | Value transfer | Type reference (TYPE) | STRING | 20120814 |
Method GET_ADAPT_TYPE_TEXT on class CL_FPM_RAT_ASSIST has no exception.
Method GET_COMPONENT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TECH_HELP_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_TECHNICAL_HELP_INFO | 20130523 | ||||
| 2 | IV_COMPONENT | Call by reference | Type reference (TYPE) | STRING | 20130523 | ||||
| 3 | RV_COMPONENT_ID | Value transfer | Type reference (TYPE) | STRING | 20130523 |
Method GET_COMPONENT_ID on class CL_FPM_RAT_ASSIST has no exception.
Method GET_IS_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TECH_HELP_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_TECHNICAL_HELP_INFO | 20120801 | ||||
| 2 | RV_ACTIVE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20120801 |
Method GET_IS_ACTIVE on class CL_FPM_RAT_ASSIST has no exception.
Method OPEN_PANEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20120914 | |||
| 2 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20120914 |
Method OPEN_PANEL on class CL_FPM_RAT_ASSIST has no exception.
Method RENDER 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 | 20120801 | |||
| 2 | IV_FIRST_TIME | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20120801 |
Method RENDER on class CL_FPM_RAT_ASSIST has no exception.
Method SET_NEW_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TECH_HELP_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_TECHNICAL_HELP_INFO | 20120828 |
Method SET_NEW_ENTRY on class CL_FPM_RAT_ASSIST has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |