SAP ABAP Class IF_FDT_WD_RENDER_CONSTANT (Interface extension for constant renderer)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_FDT_WD_RENDER_ABSTRACT | Abstract super renderer interface | 20100930 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_FDT_WD_RENDER_OBJECT | FDT WD: Renders the action UI elements | 20100930 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_WD_RENDER_CONSTANT | Constant Rendering Class | 20100930 |
Properties
| Class | IF_FDT_WD_RENDER_CONSTANT | |
| Short Description | Interface extension for constant renderer | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100930 | SAP |
| Last change | 20141121 | |
| 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_FDT_WD_RENDER_CONSTANT has no interface implemented.
Friends
Class IF_FDT_WD_RENDER_CONSTANT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | IF_FDT_WD_RENDER_OBJECT~RENDER_MODE | 'C' | How to render objects (see constant definitions) | 20120724 | ||
| 2 | Instance attribute | Public | Type reference (TYPE) | STRING | Column Name : Required for Decision table | 20130711 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | I | Row Number : Required for Decision table | 20130710 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Action is true or false; Required only for Rule | 20130709 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | WDUI_LABEL_DESIGN | Web Dynpro: LabelDesign | 20110324 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20130701 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | I | Render the UI element at the position | 20130312 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | C | Render the UI element as type | 20130321 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Drop is at Low or High position | 20130701 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Render only the currency for the next (amount) constant | 20100930 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Render only the unit for the next (quantity) constant | 20100930 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | WDUI_STATE | Web Dynpro: State | 20131009 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Properties for the rendered element | 20130312 | |
| 2 | Instance method | Public | Method | Check an already rendered ID | 20110119 | |
| 3 | Instance method | Public | Method | Render only the currency for the next (amount) constant | 20100930 | |
| 4 | Instance method | Public | Method | Render only the unit for the next (quantity) constant | 20100930 | |
| 5 | Instance method | Public | Method | Set design of label for next constant | 20110324 | |
| 6 | Instance method | Public | Method | Refresh an updated constant value after ui element creation | 20110322 |
Events
Class IF_FDT_WD_RENDER_CONSTANT has no event.
Types
Class IF_FDT_WD_RENDER_CONSTANT has no local type.
Method Signatures
Method ADD_ELEMENT_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DEC_TAB_COL_NAME | Call by reference | Type reference (TYPE) | STRING | Column Name : Required for Decision table | 20130711 | |||
| 2 | IV_DEC_TAB_ROW_NO | Call by reference | Type reference (TYPE) | I | Row Number : Required for Decision table | 20130710 | |||
| 3 | IV_ELEM_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Elementary Data Type | 20130701 | |||
| 4 | IV_IS_LOW | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20130701 | |||
| 5 | IV_IS_TRUE_ACTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | Is_true_Action : Required for Rule | 20130709 | |||
| 6 | IV_POSITION | Call by reference | Type reference (TYPE) | I | 20130312 | ||||
| 7 | IV_RANGE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20130701 |
Method ADD_ELEMENT_PROPERTIES on class IF_FDT_WD_RENDER_CONSTANT has no exception.
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20110119 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20110119 | |||
| 3 | IV_REPORT_MESSAGES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20110119 |
Method NEXT_RENDER_ONLY_CURRENCY Signature
Method NEXT_RENDER_ONLY_CURRENCY on class IF_FDT_WD_RENDER_CONSTANT has no parameter.
Method NEXT_RENDER_ONLY_CURRENCY on class IF_FDT_WD_RENDER_CONSTANT has no exception.
Method NEXT_RENDER_ONLY_UNIT Signature
Method NEXT_RENDER_ONLY_UNIT on class IF_FDT_WD_RENDER_CONSTANT has no parameter.
Method NEXT_RENDER_ONLY_UNIT on class IF_FDT_WD_RENDER_CONSTANT has no exception.
Method NEXT_SET_UI_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LABEL_DESIGN | Call by reference | Type reference (TYPE) | WDUI_LABEL_DESIGN | CL_WD_LABEL=>E_DESIGN-STANDARD | Web Dynpro: LabelDesign | 20110324 | ||
| 2 | IV_REQUIRED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Default: normal | 20131009 |
Method NEXT_SET_UI_PROPERTIES on class IF_FDT_WD_RENDER_CONSTANT has no exception.
Method REFRESH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20110322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20110322 |
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in |