SAP ABAP Class CL_FDT_WD_RENDER_VALUE_INPUT (FDT WD: Service layer for creating UI elements dynamically)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_DEPRECATED (Package) BRFplus: Deprecated Objects
⤷
⤷
Properties
| Class | CL_FDT_WD_RENDER_VALUE_INPUT | |
| Short Description | FDT WD: Service layer for creating UI elements dynamically | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_DEPRECATED | BRFplus: Deprecated Objects |
| Created | 20070821 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_WD_RENDER_VALUE_INPUT has no interface implemented.
Friends
Class CL_FDT_WD_RENDER_VALUE_INPUT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | I | 20 | 20070821 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | '...' | 20070821 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070821 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WD_CONTEXT_SERVICES | Help Class for Web Dynpro Context Calls | 20070821 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070821 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | FDTT_WD_DATA_OBJECTS | FDT WD:DO id and value pair | 20070821 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | FDTT_WD_DYN_UI_TABLE_DATA | FDT WD table:List of data of DO table type | 20070821 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070821 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070821 | |||
| 10 | Constant | Private | Type reference (TYPE) | STRING | 'IS_SHOW_TP_TYPE' | 20070821 | |||
| 11 | Constant | Private | Type reference (TYPE) | STRING | '_SUPPLEMENT' | 20070821 | |||
| 12 | Constant | Private | Type reference (TYPE) | STRING | 'DATE' | 20070821 | |||
| 13 | Constant | Private | Type reference (TYPE) | STRING | 'OFFSET_TIME' | 20070821 | |||
| 14 | Constant | Private | Type reference (TYPE) | STRING | 'OFFSET_SIGN' | 20070821 | |||
| 15 | Constant | Private | Type reference (TYPE) | STRING | 'TIME' | 20070821 | |||
| 16 | Constant | Private | Type reference (TYPE) | STRING | 'TIMEPOINT_TYPE' | 20070821 | |||
| 17 | Constant | Private | Type reference (TYPE) | STRING | '_VALUE' | 20070821 | |||
| 18 | Constant | Private | Type reference (TYPE) | STRING | '60' | 20070821 | |||
| 19 | Constant | Private | Type reference (TYPE) | STRING | '50' | 20070821 | |||
| 20 | Constant | Private | Type reference (TYPE) | STRING | '10' | 20070821 | |||
| 21 | Constant | Private | Type reference (TYPE) | STRING | '50' | 20070821 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Clears the value set in an attribute | 20080410 | |
| 2 | Instance method | Public | Constructor | 20070821 | ||
| 3 | Instance method | Private | Method | Create the context for the element type | 20070821 | |
| 4 | Instance method | Private | Method | 20070821 | ||
| 5 | Instance method | Private | Method | Creates the timepoint attributes in the node by type | 20070821 | |
| 6 | Instance method | Public | Method | Creates UI elements for DO type element passed | 20070821 | |
| 7 | Instance method | Private | Method | Creates the UI elements for timepoint based on type | 20070821 | |
| 8 | Instance method | Private | Method | Creates the UI elements for simple element types | 20070821 | |
| 9 | Instance method | Public | Method | Destruct the constnst instances created | 20080218 | |
| 10 | Instance method | Private | Method | If the constant supplied has any value set is filled | 20070821 | |
| 11 | Instance method | Public | Method | retruns the inst. of a constant expr for the data object | 20070821 | |
| 12 | Instance method | Public | Method | Get the value for the element attributes | 20070821 | |
| 13 | Instance method | Private | Method | get the xtended object type :reuse | 20080401 | |
| 14 | Instance method | Private | Method | 20070821 | ||
| 15 | Instance method | Private | Method | Get the constant values | 20070821 | |
| 16 | Instance method | Public | Method | If the context node is dirty | 20070821 | |
| 17 | Instance method | Public | Method | Removes a dynamically created node or attribute | 20080409 | |
| 18 | Instance method | Public | Method | Remove the current UI elements from the view | 20070821 | |
| 19 | Instance method | Public | Method | The values in the fields are validated and set in Constants | 20080218 | |
| 20 | Instance method | Public | Method | Set the value for the element attributes | 20080926 |
Events
Class CL_FDT_WD_RENDER_VALUE_INPUT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ATTRIBUTE_VALUES | Private | See coding | 20080408 | BEGIN OF S_ATTRIBUTE_VALUES ,
attribute_name TYPE string,
value type ref to data,
END OF S_ATTRIBUTE_VALUES
|
||
| 2 | S_NODE_ATTRIBUTE_VALUES | Private | See coding | 20080408 | BEGIN OF S_NODE_ATTRIBUTE_VALUES,
node_name type string,
attribute_name type string,
value type ref to data,
END OF S_NODE_ATTRIBUTE_VALUES
|
||
| 3 | T_ATTRIBUTE_VALUES | Private | See coding | 20080408 | T_ATTRIBUTE_VALUES type table of S_ATTRIBUTE_VALUES
|
||
| 4 | T_NODE_ATTRIBUTE_VALUES | Private | See coding | 20080408 | T_NODE_ATTRIBUTE_VALUES type TABLE OF S_NODE_ATTRIBUTE_VALUES
|
Method Signatures
Method CLEAR_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 | 20080410 |
Method CLEAR_VALUE on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070821 | |||
| 2 | IO_NODE_UI_ADJUSTMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070821 | |||
| 3 | IT_ID_OBJECT | Call by reference | Type reference (TYPE) | FDTT_WD_DATA_OBJECTS | FDT WD:DO id and value pair | 20070821 | |||
| 4 | IV_IS_OLD_NODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20080404 | |||
| 5 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20070821 |
Method CONSTRUCTOR on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method CREATE_CTX_ATTRIB_FOR_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070821 | |||
| 2 | IS_ID_VALUE | Call by reference | Type reference (TYPE) | FDTS_WD_DATA_OBJECTS | FDT WD:DO id and value pair | 20070821 | |||
| 3 | IV_ATTRIB_NAME | Call by reference | Type reference (TYPE) | STRING | 20070821 | ||||
| 4 | IV_DDIC_TYPENAME | Call by reference | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20080213 | |||
| 5 | IV_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | FDT_ELEMENT_TYPE | FDT: Elementary Data Type | 20070821 | |||
| 6 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20070821 |
Method CREATE_CTX_ATTRIB_FOR_TYPE on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method CREATE_NODE_WITH_PROPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT_NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Interface of the node's metadata | 20070821 | |||
| 2 | IV_DECIMALS | Call by reference | Type reference (TYPE) | FDT_ELEMENT_DECIMALS | FDT: Element: Number of decimals | 20070821 | |||
| 3 | IV_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | FDT_ELEMENT_TYPE | FDT: Elementary Data Type | 20070821 | |||
| 4 | IV_LENGTH | Call by reference | Type reference (TYPE) | FDT_ELEMENT_LENGTH | FDT: Element: Length | 20070821 | |||
| 5 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20070821 |
Method CREATE_NODE_WITH_PROPS on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method CREATE_TP_ATTRIBS_BY_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070821 | |||
| 2 | IO_TP_NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Interface of the node's metadata | 20070821 | |||
| 3 | IS_ID_VALUE | Call by reference | Type reference (TYPE) | FDTS_WD_DATA_OBJECTS | FDT WD:DO id and value pair | 20070821 | |||
| 4 | IV_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | FDT_ELEMENT_TYPE | FDT: Elementary Data Type | 20070821 |
Method CREATE_TP_ATTRIBS_BY_TYPE on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method CREATE_UI_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070821 | |||
| 2 | IR_DATA_ROOT | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20050316-075201 | 20070821 | |||
| 3 | IT_IDS | Call by reference | Type reference (TYPE) | FDTT_WD_DATA_OBJECTS | FDT WD:Table for data object ids | 20070821 | |||
| 4 | IV_IS_EXPR_CONSTANT | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070821 | |||
| 5 | IV_IS_FIRST_TIME | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070821 | |||
| 6 | IV_IS_TP_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070821 | |||
| 7 | RT_UI_ELEMENTS | Call by reference | Type reference (TYPE) | FDTT_WD_UI_ELEMENTS | FDT Table:UI elements | 20070821 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Abstract Exception Class | 20070821 | ||
| 2 | FDT: System Failure | 20070821 |
Method CREATE_UI_ELEMENTS_TP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UI_ELEMENTS_TP | Value transfer | Type reference (TYPE) | FDTT_WD_UI_ELEMENTS | FDT Table:UI elements | 20070821 | |||
| 2 | EV_IS_FIRST_ELEMENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070821 | ||||
| 3 | IR_DATA_ROOT | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20050316-075201 | 20070821 | |||
| 4 | IV_ELEMENT_DDK_NAME | Call by reference | Type reference (TYPE) | STRING | 20070821 | ||||
| 5 | IV_IS_FIRST_ELEMENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070821 | ||||
| 6 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20070821 |
Method CREATE_UI_ELEMENTS_TP on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method CREATE_UI_ELEM_OB_TYPE_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070821 | |||
| 2 | IR_DATA_ROOT | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20050316-075201 | 20070821 | |||
| 3 | IS_ID_VALUE | Call by reference | Type reference (TYPE) | FDTS_WD_DATA_OBJECTS | FDT WD:DO id and value pair | 20070821 | |||
| 4 | IV_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | 20070821 | ||||
| 5 | IV_IS_FIRST_TIME | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070821 | |||
| 6 | IV_IS_TP_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070821 | |||
| 7 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20070821 | ||||
| 8 | RT_UI_ELEMENTS | Value transfer | Type reference (TYPE) | FDTT_WD_UI_ELEMENTS | FDT WD Structure:A structure containing UI elements | 20070821 |
Method CREATE_UI_ELEM_OB_TYPE_ELEMENT on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method DESTRUCT_CONSTANTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CONSTANT_IDS | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_OBJECT_ID | Object IDs as unsorted index table | 20080218 |
Method DESTRUCT_CONSTANTS on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method FILL_DATA_IN_CTX_ATTRIBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070821 | |||
| 2 | IS_ID_VALUE | Call by reference | Type reference (TYPE) | FDTS_WD_DATA_OBJECTS | FDT WD:DO id and value pair | 20070821 | |||
| 3 | IV_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | FDT_ELEMENT_TYPE | FDT: Elementary Data Type | 20070821 | |||
| 4 | IV_IS_TP_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20071004 |
Method FILL_DATA_IN_CTX_ATTRIBS on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method GET_CONSTANT_FOR_DO 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 | 20070821 | ||||
| 2 | IV_DO_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20070821 | ||||
| 3 | RO_CONSTANT | Value transfer | Object reference (TYPE REF TO) | IF_FDT_CONSTANT | FDT: Constant | 20070821 |
Method GET_CONSTANT_FOR_DO on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method GET_ELEMENT_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_VALUE | Value transfer | Type reference (TYPE) | ANY | 20070821 | ||||
| 2 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20070821 | ||||
| 3 | IV_DO_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20070821 |
Method GET_ELEMENT_VALUE on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method GET_EXTENDED_OBJECT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_ADMIN_DATA | Call by reference | Object reference (TYPE REF TO) | IF_FDT_ADMIN_DATA | FDT: Administrative Data | 20080401 | |||
| 2 | ES_EXTENDED_OBJECT_TYPE | Value transfer | Type reference (TYPE) | IF_FDT_WD_TYPES=>S_OBJECT_TYPE_EXTENDED | Extended Object Type | 20080401 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20080401 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20080401 |
Method GET_RESULT_DO_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DECIMALS | Call by reference | Type reference (TYPE) | FDT_ELEMENT_DECIMALS | FDT: Element: Number of decimals | 20070821 | |||
| 2 | EV_LENGTH | Call by reference | Type reference (TYPE) | FDT_ELEMENT_LENGTH | FDT: Element: Length | 20070821 | |||
| 3 | EV_ONLY_POSITIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070821 | ||||
| 4 | EV_TIMEPOINT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMEPOINT_TYPE | 20070821 | ||||
| 5 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20070821 |
Method GET_RESULT_DO_ATTRIBUTES on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method GET_VALUE_FOR_CONSTANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONST_SUPPLEMENT | Call by reference | Object reference (TYPE REF TO) | DATA | 20070821 | ||||
| 2 | EV_CONST_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20070821 | ||||
| 3 | IS_ID_VALUE | Call by reference | Type reference (TYPE) | FDTS_WD_DATA_OBJECTS | FDT WD:DO id and value pair | 20070821 | |||
| 4 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20070821 |
Method GET_VALUE_FOR_CONSTANT on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method IS_CONTEXT_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_DIRTY | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070821 |
Method IS_CONTEXT_CHANGED on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method REMOVE_NODE_ATTRIBUTE 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 | 20080409 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20080409 |
Method REMOVE_UI_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PARENT_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20050316-075201 | 20070821 | |||
| 2 | IT_UI_ELEMENTS | Call by reference | Type reference (TYPE) | FDTT_WD_UI_ELEMENTS | FDT Table:UI elements | 20070821 |
Method REMOVE_UI_ELEMENTS on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method SET_AND_VALIDATE_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CONSTANT_INSTANCES | Call by reference | Type reference (TYPE) | IF_FDT_WD_TYPES=>T_CONSTANT_INSTANCE | 20080218 | ||||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | 20080218 | ||||
| 3 | IT_DO_IDS | Call by reference | Type reference (TYPE) | FDTT_WD_DATA_OBJECTS | FDT WD:Table for data object ids | 20080218 | |||
| 4 | IV_ENQUEUE_CONSTANTS | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20080218 |
Method SET_AND_VALIDATE_VALUES on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
Method SET_ELEMENT_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 | 20080926 | ||||
| 2 | IV_DO_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20080926 | |||
| 3 | LV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20080926 |
Method SET_ELEMENT_VALUE on class CL_FDT_WD_RENDER_VALUE_INPUT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |