SAP ABAP Class CL_FDT_WD_RENDER_CONTEXT (Context Rendering Class)
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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_WD_RENDER_ABSTRACT | Abstract super renderer interface | 20120625 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_WD_RENDER_OBJECT | FDT WD: Renders the action UI elements | 20120625 |
Properties
Class | CL_FDT_WD_RENDER_CONTEXT | |
Short Description | Context Rendering Class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_WD_SERVICE | BRFplus: Services for Web Dynpro UI |
Created | 20120625 | SAP |
Last change | 20140121 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
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 | 20120625 | ||
2 | IF_FDT_WD_RENDER_OBJECT | FDT WD: Renders the action UI elements | 20120625 |
Friends
Class CL_FDT_WD_RENDER_CONTEXT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FDT_WD_RENDER_DATA_OBJECT | Extension for render interface for data objects | 20120625 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Beschreibung | 20120625 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20130703 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20120625 |
2 | ![]() |
Instance method | Public | Method | Gets context values from WD UI | 20120625 |
3 | ![]() |
Instance method | Private | Method | Get context object for function ID | 20120625 |
4 | ![]() |
Instance method | Private | Method | Get name | 20120625 |
5 | ![]() |
Instance method | Public | Method | Sets context values to WD UI | 20120625 |
6 | ![]() |
Instance method | Private | Method | Sort the object table by name | 20120718 |
7 | ![]() |
Instance method | Public | Method | Updates the provided context with the latest values | 20130703 |
Events
Class CL_FDT_WD_RENDER_CONTEXT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_OBJECT | Private | See coding | 20120718 | BEGIN OF s_object,
id TYPE fdt_uuid,
name TYPE fdt_name,
END OF s_object
|
||
2 | TS_OBJECT_ID | Private | See coding | 20120718 | ts_object_id TYPE STANDARD TABLE OF if_fdt_types=>id
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Beschreibung | 20120625 |
Method CONSTRUCTOR on class CL_FDT_WD_RENDER_CONTEXT has no exception.
Method GET_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20120625 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20120625 | ||
3 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20120815 |
Method GET_CONTEXT on class CL_FDT_WD_RENDER_CONTEXT has no exception.
Method GET_CONTEXT_FOR_FUNCTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_CONTEXT | Value transfer | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | Object IDs as sorted table | 20120625 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Link field for view query | 20120625 | ||
3 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20120718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20120718 |
Method GET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Beschreibung | 20120625 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20120625 |
Method GET_NAME on class CL_FDT_WD_RENDER_CONTEXT has no exception.
Method SET_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20120625 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Obsolete +++++++++++++ | 20120625 | ||
3 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20130822 |
Method SET_CONTEXT on class CL_FDT_WD_RENDER_CONTEXT has no exception.
Method SORT_IDS_BY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DATA_OBJECT | Call by reference | Type reference (TYPE) | TS_OBJECT_ID | Object IDs as sorted table | 20120718 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20120718 |
Method SORT_IDS_BY_NAME on class CL_FDT_WD_RENDER_CONTEXT has no exception.
Method UPDATE_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20130703 |
Method UPDATE_CONTEXT on class CL_FDT_WD_RENDER_CONTEXT has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |