SAP ABAP Interface IF_WCF_GMT_STATE_TEMPLATE (Nexus state template)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI (Application Component) User Interface
⤷
WCF_GRAPHICAL_MODELING_TOOL (Package) WCF Graphical Modeling Tool
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WCF_GMT_STATE_TEMPLATE | WCF GMT Nexus State Template | 20090721 |
Properties
| Interface | IF_WCF_GMT_STATE_TEMPLATE | |
| Short Description | Nexus state template |
General Data
| Package | WCF_GRAPHICAL_MODELING_TOOL | WCF Graphical Modeling Tool |
| Created | 20090720 | SAP |
| Last changed | 20100303 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | CL_WCF_GMT_STATE_TEMPLATE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
| 2 | IF_WCF_GMT_STATE_TEMPLATE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_WCF_GMT_STATE_TEMPLATE has no interface.
Friends
Interface IF_WCF_GMT_STATE_TEMPLATE has no friend.
Attributes
Interface IF_WCF_GMT_STATE_TEMPLATE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090721 | ||
| 2 | Instance method | Public | Method | 20090721 | ||
| 3 | Instance method | Public | Method | 20090721 | ||
| 4 | Instance method | Public | Method | 20090721 | ||
| 5 | Instance method | Public | Method | 20090721 | ||
| 6 | Instance method | Public | Method | 20090722 | ||
| 7 | Instance method | Public | Method | 20090721 | ||
| 8 | Instance method | Public | Method | 20090721 | ||
| 9 | Instance method | Public | Method | 20090724 | ||
| 10 | Instance method | Public | Method | 20090721 | ||
| 11 | Instance method | Public | Method | 20090722 |
Events
Interface IF_WCF_GMT_STATE_TEMPLATE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ST_STATE | Public | See coding | 20090721 | BEGIN OF st_state,
name TYPE wcf_gmt_nexus_id,
label TYPE string,
END OF st_state
|
||
| 2 | TT_STATES | Public | See coding | 20090721 | tt_states TYPE STANDARD TABLE OF st_state WITH KEY name
|
Method Signatures
Method ADD_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATE | Call by reference | Type reference (TYPE) | IF_WCF_GMT_STATE_TEMPLATE=>ST_STATE | 20090721 |
Method ADD_STATE on Interface IF_WCF_GMT_STATE_TEMPLATE has no exception.
Method GET_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ACTION | Value transfer | Type reference (TYPE) | WCF_GMT_NEXUS_ACTION_NAME | WCF GMT Nexus Action Name Type | 20090721 |
Method GET_ACTION on Interface IF_WCF_GMT_STATE_TEMPLATE has no exception.
Method GET_DEFAULT_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DEFAULT_STATE | Value transfer | Type reference (TYPE) | WCF_GMT_NEXUS_ID | WCF GMT Nexus ID Type | 20090721 |
Method GET_DEFAULT_STATE on Interface IF_WCF_GMT_STATE_TEMPLATE has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ID | Value transfer | Type reference (TYPE) | WCF_GMT_NEXUS_ID | WCF GMT Nexus ID Type | 20090721 |
Method GET_ID on Interface IF_WCF_GMT_STATE_TEMPLATE has no exception.
Method GET_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATE_NAME | Call by reference | Type reference (TYPE) | WCF_GMT_NEXUS_ID | WCF GMT Nexus ID Type | 20090721 | |||
| 2 | RV_STATE | Value transfer | Type reference (TYPE) | IF_WCF_GMT_STATE_TEMPLATE=>ST_STATE | 20090721 |
Method GET_STATE on Interface IF_WCF_GMT_STATE_TEMPLATE has no exception.
Method GET_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TITLE | Value transfer | Type reference (TYPE) | WCF_GMT_NEXUS_NAME | WCF GMT Nexus Name Type | 20090722 |
Method GET_TITLE on Interface IF_WCF_GMT_STATE_TEMPLATE has no exception.
Method REMOVE_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATE_NAME | Call by reference | Type reference (TYPE) | WCF_GMT_NEXUS_ID | WCF GMT Nexus ID Type | 20090721 | |||
| 2 | RV_STATE | Value transfer | Type reference (TYPE) | IF_WCF_GMT_STATE_TEMPLATE=>ST_STATE | 20090721 |
Method REMOVE_STATE on Interface IF_WCF_GMT_STATE_TEMPLATE has no exception.
Method SET_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION | Call by reference | Type reference (TYPE) | WCF_GMT_NEXUS_ACTION_NAME | WCF GMT Nexus Action Name Type | 20090721 |
Method SET_ACTION on Interface IF_WCF_GMT_STATE_TEMPLATE has no exception.
Method SET_ATTRIBUTE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090724 | ||||
| 2 | IV_ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | STRING | 20090724 |
Method SET_ATTRIBUTE_VALUE on Interface IF_WCF_GMT_STATE_TEMPLATE has no exception.
Method SET_DEFAULT_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DEFAULT_STATE | Call by reference | Type reference (TYPE) | WCF_GMT_NEXUS_ID | WCF GMT Nexus ID Type | 20090721 |
Method SET_DEFAULT_STATE on Interface IF_WCF_GMT_STATE_TEMPLATE has no exception.
Method SET_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TITLE | Call by reference | Type reference (TYPE) | WCF_GMT_NEXUS_NAME | WCF GMT Nexus Name Type | 20090722 |
Method SET_TITLE on Interface IF_WCF_GMT_STATE_TEMPLATE has no exception.
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 701 |