SAP ABAP Interface IF_FDT_WD_RENDER_CONSTANT (Interface extension for constant renderer)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_WD_SERVICE (Package) BRFplus: Services for Web Dynpro UI
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
Interface IF_FDT_WD_RENDER_CONSTANT  
Short Description Interface extension for constant renderer    
General Data
Package SFDT_WD_SERVICE   BRFplus: Services for Web Dynpro UI 
Created 20100930   SAP 
Last changed 20141121    
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 CL_WD_INPUT_FIELD Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_WD_LABEL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_FDT_WD_RENDER_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FDT_WD_RENDER_ABSTRACT Abstract super renderer interface 20100930
2 IF_FDT_WD_RENDER_OBJECT FDT WD: Renders the action UI elements 20100930
Friends
Interface IF_FDT_WD_RENDER_CONSTANT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_RENDER_MODE_CONTEXT Constant Public Type reference (TYPE) IF_FDT_WD_RENDER_OBJECT~RENDER_MODE 'C' How to render objects (see constant definitions) 20120724
2 MV_DEC_TAB_COL_NAME Instance attribute Public Type reference (TYPE) STRING Column Name : Required for Decision table 20130711
3 MV_DEC_TAB_ROW_NO Instance attribute Public Type reference (TYPE) I Row Number : Required for Decision table 20130710
4 MV_IS_TRUE_ACTION Instance attribute Public Type reference (TYPE) ABAP_BOOL Action is true or false; Required only for Rule 20130709
5 MV_LABEL_DESIGN Instance attribute Public Type reference (TYPE) WDUI_LABEL_DESIGN Web Dynpro: LabelDesign 20110324
6 MV_PARENT_RANGE_ID Instance attribute Public Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20130701
7 MV_RENDER_ELEMENT_POSITION Instance attribute Public Type reference (TYPE) I Render the UI element at the position 20130312
8 MV_RENDER_ELEMENT_TYPE Instance attribute Public Type reference (TYPE) C Render the UI element as type 20130321
9 MV_RENDER_IS_LOW Instance attribute Public Type reference (TYPE) ABAP_BOOL Drop is at Low or High position 20130701
10 MV_RENDER_ONLY_CURRENCY Instance attribute Public Type reference (TYPE) ABAP_BOOL Render only the currency for the next (amount) constant 20100930
11 MV_RENDER_ONLY_UNIT Instance attribute Public Type reference (TYPE) ABAP_BOOL Render only the unit for the next (quantity) constant 20100930
12 MV_RENDER_REQUIRED Instance attribute Public Type reference (TYPE) WDUI_STATE Web Dynpro: State 20131009
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ELEMENT_PROPERTIES Instance method Public Method Properties for the rendered element 20130312
2 CHECK Instance method Public Method Check an already rendered ID 20110119
3 NEXT_RENDER_ONLY_CURRENCY Instance method Public Method Render only the currency for the next (amount) constant 20100930
4 NEXT_RENDER_ONLY_UNIT Instance method Public Method Render only the unit for the next (quantity) constant 20100930
5 NEXT_SET_UI_PROPERTIES Instance method Public Method Set design of label for next constant 20110324
6 REFRESH Instance method Public Method Refresh an updated constant value after ui element creation 20110322
Events
Interface IF_FDT_WD_RENDER_CONSTANT has no event.
Types
Interface 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 Importing IV_DEC_TAB_COL_NAME Call by reference Type reference (TYPE) STRING Column Name : Required for Decision table 20130711
2 Importing IV_DEC_TAB_ROW_NO Call by reference Type reference (TYPE) I Row Number : Required for Decision table 20130710
3 Importing IV_ELEM_TYPE Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE Elementary Data Type 20130701
4 Importing IV_IS_LOW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130701
5 Importing IV_IS_TRUE_ACTION Call by reference Type reference (TYPE) ABAP_BOOL Is_true_Action : Required for Rule 20130709
6 Importing IV_POSITION Call by reference Type reference (TYPE) I 20130312
7 Importing IV_RANGE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20130701

Method ADD_ELEMENT_PROPERTIES on Interface 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20110119
2 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20110119
3 Importing IV_REPORT_MESSAGES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110119
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20110119

Method NEXT_RENDER_ONLY_CURRENCY Signature

Method NEXT_RENDER_ONLY_CURRENCY on Interface IF_FDT_WD_RENDER_CONSTANT has no parameter.
Method NEXT_RENDER_ONLY_CURRENCY on Interface IF_FDT_WD_RENDER_CONSTANT has no exception.

Method NEXT_RENDER_ONLY_UNIT Signature

Method NEXT_RENDER_ONLY_UNIT on Interface IF_FDT_WD_RENDER_CONSTANT has no parameter.
Method NEXT_RENDER_ONLY_UNIT on Interface 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 Importing IV_LABEL_DESIGN Call by reference Type reference (TYPE) WDUI_LABEL_DESIGN CL_WD_LABEL=>E_DESIGN-STANDARD Web Dynpro: LabelDesign 20110324
2 Importing IV_REQUIRED Call by reference Type reference (TYPE) ABAP_BOOL Default: normal 20131009

Method NEXT_SET_UI_PROPERTIES on Interface 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 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20110322
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20110322
History
Last changed by/on SAP  20141121 
SAP Release Created in 703