SAP ABAP Interface IF_FDT_WD_STATE (FDT WD: State)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_INFRASTRUCTURE (Package) BRFplus: Web Dynpro UI: Infrastructure
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_WD_STATE | FDT WD: State | 20060710 |
Properties
| Interface | IF_FDT_WD_STATE | |
| Short Description | FDT WD: State |
General Data
| Package | SFDT_WD_INFRASTRUCTURE | BRFplus: Web Dynpro UI: Infrastructure |
| Created | 20060710 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
| 2 | IF_FDT_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_FDT_WD_STATE has no interface.
Friends
Interface IF_FDT_WD_STATE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_TRANSITION_CLOSE | Constant | Public | Type reference (TYPE) | STRING | 'CLOSE' | Transition: Close | 20070921 | |
| 2 | GC_TRANSITION_CREATE | Constant | Public | Type reference (TYPE) | STRING | 'CREATE' | Transition: Create | 20070921 | |
| 3 | GC_TRANSITION_DELETE | Constant | Public | Type reference (TYPE) | STRING | 'DELETE' | Transition: Delete | 20070921 | |
| 4 | GC_TRANSITION_DEL_INACTV_VERS | Constant | Public | Type reference (TYPE) | STRING | 'DELETE INACTIVE VERSION' | Transition: Deletes Inactive Version and redisplays object | 20100921 | |
| 5 | GC_TRANSITION_DISPLAY | Constant | Public | Type reference (TYPE) | STRING | 'DISPLAY' | Transition: Display | 20070921 | |
| 6 | GC_TRANSITION_EDIT | Constant | Public | Type reference (TYPE) | STRING | 'EDIT' | Transition: Edit | 20070921 | |
| 7 | GC_TRANSITION_HIDE | Constant | Public | Type reference (TYPE) | STRING | 'HIDE' | Transition: Hide | 20070921 | |
| 8 | GC_TRANSITION_SAVE | Constant | Public | Type reference (TYPE) | STRING | 'SAVE' | Transition: Save | 20070921 | |
| 9 | GC_TRANSITION_TOGGLE | Constant | Public | Type reference (TYPE) | STRING | 'TOGGLE' | Transition: Toggle | 20070921 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the id of the object | 20060908 | |
| 2 | Instance method | Public | Method | Returns the timestamp of the object | 20061005 | |
| 3 | Instance method | Public | Method | Returns, if object is closed | 20060801 | |
| 4 | Instance method | Public | Method | Returns, if object is currently created | 20060713 | |
| 5 | Instance method | Public | Method | Returns, if object is deleted | 20060908 | |
| 6 | Instance method | Public | Method | Returns, if object is currently displayed | 20060713 | |
| 7 | Instance method | Public | Method | Returns, if object is currently edited | 20060713 | |
| 8 | Instance method | Public | Method | Returns, if object is hidden | 20060801 | |
| 9 | Instance method | Public | Method | Returns, if object is the last visible object in the stack | 20061109 | |
| 10 | Instance method | Public | Method | Returns, if object is unsaved | 20060710 |
Events
Interface IF_FDT_WD_STATE has no event.
Types
Interface IF_FDT_WD_STATE has no local type.
Method Signatures
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) | IF_FDT_TYPES=>ID | ID | 20060908 |
Method GET_ID on Interface IF_FDT_WD_STATE has no exception.
Method GET_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TIMESTAMP | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp | 20061005 |
Method GET_TIMESTAMP on Interface IF_FDT_WD_STATE has no exception.
Method IS_CLOSED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CLOSED | Value transfer | Type reference (TYPE) | ABAP_BOOL | true: is closed | 20060801 |
Method IS_CLOSED on Interface IF_FDT_WD_STATE has no exception.
Method IS_CREATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CREATED | Value transfer | Type reference (TYPE) | BOOLE_D | true: in creation | 20060713 |
Method IS_CREATED on Interface IF_FDT_WD_STATE has no exception.
Method IS_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DELETED | Value transfer | Type reference (TYPE) | BOOLE_D | true: deleted | 20060908 |
Method IS_DELETED on Interface IF_FDT_WD_STATE has no exception.
Method IS_DISPLAYED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DISPLAYED | Value transfer | Type reference (TYPE) | BOOLE_D | true: is displayed | 20060713 |
Method IS_DISPLAYED on Interface IF_FDT_WD_STATE has no exception.
Method IS_EDITED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_EDITED | Value transfer | Type reference (TYPE) | BOOLE_D | true: in editing | 20060713 |
Method IS_EDITED on Interface IF_FDT_WD_STATE has no exception.
Method IS_HIDDEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_HIDDEN | Value transfer | Type reference (TYPE) | ABAP_BOOL | true: object is hidden | 20060801 |
Method IS_HIDDEN on Interface IF_FDT_WD_STATE has no exception.
Method IS_LAST_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_LAST_OBJECT | Value transfer | Type reference (TYPE) | BOOLE_D | True: last object | 20061109 |
Method IS_LAST_OBJECT on Interface IF_FDT_WD_STATE has no exception.
Method IS_UNSAVED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_UNSAVED | Value transfer | Type reference (TYPE) | BOOLE_D | true: unsaved | 20060710 |
Method IS_UNSAVED on Interface IF_FDT_WD_STATE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |