SAP ABAP Interface /PLMU/IF_FRW_CONTEXT_INFO (Context Info)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
⤷
/PLMU/UI_FRW_CORE (Package) UI Framework: Core
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/CL_FRW_CONTEXT_INFO | Context Info | 20101220 |
Properties
| Interface | /PLMU/IF_FRW_CONTEXT_INFO | |
| Short Description | Context Info |
General Data
| Package | /PLMU/UI_FRW_CORE | UI Framework: Core |
| Created | 20100303 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface /PLMU/IF_FRW_CONTEXT_INFO has no forward declaration.
Interfaces
Interface /PLMU/IF_FRW_CONTEXT_INFO has no interface.
Friends
Interface /PLMU/IF_FRW_CONTEXT_INFO has no friend.
Attributes
Interface /PLMU/IF_FRW_CONTEXT_INFO has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Provides the node name of the context | 20100602 | |
| 2 | Instance method | Public | Method | Provides the path of a context - if in a hierarchy | 20101220 | |
| 3 | Instance method | Public | Method | Provides the RTTI object of the context data structure | 20100602 | |
| 4 | Instance method | Public | Method | Is the lead-selection set upon context initialization? | 20100303 | |
| 5 | Instance method | Public | Method | Is at least one context element mandatory? | 20100303 | |
| 6 | Instance method | Public | Method | Is the selection mandatory? | 20100303 | |
| 7 | Instance method | Public | Method | Are multiple context elements allowed? | 20100303 | |
| 8 | Instance method | Public | Method | Can multiple context elements be selected? | 20110505 | |
| 9 | Instance method | Public | Method | Is the context node a singleton? | 20101220 | |
| 10 | Instance method | Public | Method | Is the context node a root node? | 20101220 |
Events
Interface /PLMU/IF_FRW_CONTEXT_INFO has no event.
Types
Interface /PLMU/IF_FRW_CONTEXT_INFO has no local type.
Method Signatures
Method GET_NODE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NODE_NAME | Value transfer | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20100602 |
Method GET_NODE_NAME on Interface /PLMU/IF_FRW_CONTEXT_INFO has no exception.
Method GET_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PATH | Call by reference | Type reference (TYPE) | /PLMU/T_FRW_CONTEXT_PATH | Context Path | 20101220 |
Method GET_PATH on Interface /PLMU/IF_FRW_CONTEXT_INFO has no exception.
Method GET_RTTI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_UI_DATA_STRUCTURE | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20100602 | |||
| 2 | EO_UI_DATA_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20100602 |
Method GET_RTTI on Interface /PLMU/IF_FRW_CONTEXT_INFO has no exception.
Method IS_INITIALIZE_LEAD_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_INITIALIZE_SELECTION | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100303 |
Method IS_INITIALIZE_LEAD_SELECTION on Interface /PLMU/IF_FRW_CONTEXT_INFO has no exception.
Method IS_MANDATORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_MANDATORY | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100303 |
Method IS_MANDATORY on Interface /PLMU/IF_FRW_CONTEXT_INFO has no exception.
Method IS_MANDATORY_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_MANDATORY_SELECTION | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100303 |
Method IS_MANDATORY_SELECTION on Interface /PLMU/IF_FRW_CONTEXT_INFO has no exception.
Method IS_MULTIPLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_MULTIPLE | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100303 |
Method IS_MULTIPLE on Interface /PLMU/IF_FRW_CONTEXT_INFO has no exception.
Method IS_MULTIPLE_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_MULTIPLE_SELECTION | Value transfer | Type reference (TYPE) | BOOLE_D | 20110505 |
Method IS_MULTIPLE_SELECTION on Interface /PLMU/IF_FRW_CONTEXT_INFO has no exception.
Method IS_SINGLETON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_SINGLETON | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101220 |
Method IS_SINGLETON on Interface /PLMU/IF_FRW_CONTEXT_INFO has no exception.
Method IS_TOP_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_TOP_NODE | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101220 |
Method IS_TOP_NODE on Interface /PLMU/IF_FRW_CONTEXT_INFO has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |