SAP ABAP Class IF_WD_ACTION (Web Dynpro: Action)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_WDR_ACTION | Web Dynpro: Framework Interface of Action | 20040415 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_ACTION | An action represents a method of a controller | 20021007 |
Properties
| Class | IF_WD_ACTION | |
| Short Description | Web Dynpro: Action | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20021007 | SAP |
| Last change | 20130531 | 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 IF_WD_ACTION has no interface implemented.
Friends
Class IF_WD_ACTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Controller | 20021007 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | STRING | URL | 20030610 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Is Action Activated? | 20021007 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Is Action Validating or Non-Validating? | 20021126 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | STRING | 20050606 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | WDR_NAME_VALUE_LIST | Parameter of Action | 20021127 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Phase model is not executed | 20120216 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | SY-TCODE | Current Transaction Code | 20090320 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | STRING | Text | 20031014 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Sets the Attributes of Action | 20021007 |
Events
Class IF_WD_ACTION has no event.
Types
Class IF_WD_ACTION has no local type.
Method Signatures
Method SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENABLED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Setzt die Aktion aktiv/inaktiv | 20021007 | |||
| 2 | IMAGE | Call by reference | Type reference (TYPE) | STRING | Image-URL der Aktion | 20030610 | |||
| 3 | KEEP_MESSAGES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080229 | |||
| 4 | SKIP_PHASE_MODEL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120319 | |||
| 5 | STAD_FCODE | Call by reference | Type reference (TYPE) | SY-TCODE | Aktueller Transaktionscode | 20090320 | |||
| 6 | TEXT | Call by reference | Type reference (TYPE) | STRING | Text der Aktion | 20031014 | |||
| 7 | UI_EVENT | Call by reference | Type reference (TYPE) | STRING | 20040928 | ||||
| 8 | VALIDATING | Call by reference | Type reference (TYPE) | ABAP_BOOL | Setzt die Aktion validierend/nicht-validierend | 20021127 |
Method SET on class IF_WD_ACTION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |