SAP ABAP Class CL_RSRT_RENDERER (Renderer)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSRT_BICS_RENDERER (Package) RSRT BICS Renderer

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSRT_COMMAND_PROCESSOR | Command Processor | 20120206 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSRT_ID | Unique ID | 20120206 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSRT_RENDERER | Renderer | 20120206 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSRT_RENDERER_HTML | Renderer: HTML | 20120206 |
Properties
Class | CL_RSRT_RENDERER | |
Short Description | Renderer | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSRT_BICS_RENDERER | RSRT BICS Renderer |
Created | 20120206 | 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_RSRT_COMMAND_PROCESSOR | Command Processor | 20120206 | ||
2 | IF_RSRT_ID | Unique ID | 20120206 | ||
3 | IF_RSRT_RENDERER | Renderer | 20120206 |
Friends
Class CL_RSRT_RENDERER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TN_T_ID | Unique ID List | 20120524 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | IF_RSRT_RENDERER=>TN_T_RENDERER | Renderer List | 20120524 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20120206 |
2 | ![]() |
Static method | Public | Method | Create Renderer | 20120524 |
3 | ![]() |
Instance method | Public | Method | Free | 20120524 |
4 | ![]() |
Static method | Public | Method | Get Renderer | 20120524 |
5 | ![]() |
Instance method | Protected | Method | Process Command | 20120625 |
6 | ![]() |
Instance method | Protected | Method | Render | 20120429 |
7 | ![]() |
Static method | Protected | Method | Get View of View Element | 20120524 |
Events
Class CL_RSRT_RENDERER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_ID | Private | See coding | ID | 20120206 | begin of tn_s_id,
cid type if_rsrt_renderer=>tn_cid,
id type i,
end of tn_s_id
|
|
2 | TN_T_ID | Private | See coding | ID List | 20120206 | tn_t_id type sorted table of tn_s_id with unique key cid initial size 1
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CID | Call by reference | Type reference (TYPE) | IF_RSRT_RENDERER=>TN_CID | Unique Type ID | 20120206 | ||
2 | ![]() |
ID | Call by reference | Type reference (TYPE) | IF_RSRT_RENDERER=>TN_ID | Unique ID | 20120206 | ||
3 | ![]() |
O_VIEW_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_UI_VIEW_ELEMENT | UI View Element | 20120303 |
Method CONSTRUCTOR on class CL_RSRT_RENDERER has no exception.
Method CREATE_RENDERER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CID | Call by reference | Type reference (TYPE) | IF_RSRT_RENDERER=>TN_CID | Unique Type ID | 20120524 | ||
2 | ![]() |
ID | Call by reference | Type reference (TYPE) | IF_RSRT_RENDERER=>TN_ID | Unique ID | 20120524 | ||
3 | ![]() |
O_VIEW_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_UI_VIEW_ELEMENT | UI View Element | 20120524 | ||
4 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_RENDERER | UI Provider | 20120524 |
Method CREATE_RENDERER on class CL_RSRT_RENDERER has no exception.
Method FREE Signature
Method FREE on class CL_RSRT_RENDERER has no parameter.
Method FREE on class CL_RSRT_RENDERER has no exception.
Method GET_RENDERER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CID | Call by reference | Type reference (TYPE) | IF_RSRT_RENDERER=>TN_CID | IF_RSRT_RENDERER_HTML=>N_C_CID | Unique Type ID | 20120524 | |
2 | ![]() |
ID | Call by reference | Type reference (TYPE) | IF_RSRT_RENDERER=>TN_ID | Unique ID | 20120524 | ||
3 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_RENDERER | UI Provider | 20120524 |
Method GET_RENDERER on class CL_RSRT_RENDERER has no exception.
Method PROCESS_COMMAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMMAND | Call by reference | Type reference (TYPE) | STRING | 20120625 | |||
2 | ![]() |
HANDLED | Call by reference | Type reference (TYPE) | IF_RSRT_COMMAND_PROCESSOR=>TN_HANDLED | Handled | 20120625 | ||
3 | ![]() |
O_PARAMETERS | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_PARAMETERS | Parameters | 20120625 |
Method PROCESS_COMMAND on class CL_RSRT_RENDERER has no exception.
Method RENDER Signature
Method RENDER on class CL_RSRT_RENDERER has no parameter.
Method RENDER on class CL_RSRT_RENDERER has no exception.
Method _GET_VIEW_OF_VIEW_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
O_VIEW_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_UI_VIEW_ELEMENT | UI View Element | 20120524 | ||
2 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_UI_VIEW | UI View | 20120524 |
Method _GET_VIEW_OF_VIEW_ELEMENT on class CL_RSRT_RENDERER has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 700 |