SAP ABAP Class CL_RSR_WWW_CTRL_RENDERER (Collection of Static Methods to Render HTML Controls)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-ET (Application Component) End User Technology
⤷
RSR (Package) BW: General reporting processor

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_WWW_RENDERER | Module for a Page in Web Reporting | 20020121 |
Properties
Class | CL_RSR_WWW_CTRL_RENDERER | |
Short Description | Collection of Static Methods to Render HTML Controls | |
Super Class | CL_RSR_WWW_RENDERER | Module for a Page in Web Reporting |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSR | BW: General reporting processor |
Created | 20020121 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSR_WWW_CTRL_RENDERER has no interface implemented.
Friends
Class CL_RSR_WWW_CTRL_RENDERER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | RSTXTLG | 'anchor' | Anchor Tag | 20031014 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | RSTXTLG | 'checkbox' | Input Tag Type Checkbox | 20020123 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | RSTXTLG | 'dropdown' | Dropdown Tag | 20030926 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | RSTXTLG | 'hidden' | Input Tag Type Hidden | 20020123 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | RSTXTLG | 'radio' | Input Tag Type Radio | 20020123 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | RSTXTLG | 'text' | Input Tag Type Text | 20020123 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | RSTXTLG | 'textarea' | Text Area Tag | 20030926 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Generates HTML Code for Hyperlink | 20020123 |
2 | ![]() |
Static method | Public | Method | Generates HTML Code for HTML DropDown List | 20020121 |
3 | ![]() |
Static method | Public | Method | Generates HTML Code for HTML Field | 20020121 |
4 | ![]() |
Static method | Public | Method | Generates HTML Code for HTML Field | 20020208 |
5 | ![]() |
Static method | Public | Method | Generates HTML Code for SPAN (with Tooltip) | 20020123 |
6 | ![]() |
Static method | Public | Method | Generates HTML Code for HTML Field | 20020221 |
Events
Class CL_RSR_WWW_CTRL_RENDERER has no event.
Types
Class CL_RSR_WWW_CTRL_RENDERER has no local type.
Method Signatures
Method RENDER_HTML_ANCHOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_HREF | Call by reference | Type reference (TYPE) | STRING | 20020123 | |||
2 | ![]() |
I_INDENT | Call by reference | Type reference (TYPE) | I | 4 | 20020123 | ||
3 | ![]() |
I_LEFT_CLICK | Call by reference | Type reference (TYPE) | RS_BOOL | Linke Maustaste | 20031111 | ||
4 | ![]() |
I_LEFT_CLICK_URL | Call by reference | Type reference (TYPE) | STRING | URL für linke Maustaste (bei i_left_click = false) | 20040119 | ||
5 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | STRING | 20040713 | |||
6 | ![]() |
I_ONCLICK | Call by reference | Type reference (TYPE) | STRING | 20020123 | |||
7 | ![]() |
I_STYLE | Call by reference | Type reference (TYPE) | TO_STYLE | 20020123 | |||
8 | ![]() |
I_TARGET | Call by reference | Type reference (TYPE) | STRING | 20020123 | |||
9 | ![]() |
I_TEXT | Call by reference | Type reference (TYPE) | STRING | 20020123 | |||
10 | ![]() |
I_TEXT_IS_ESCAPED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20020123 | |
11 | ![]() |
I_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | 20020123 | |||
12 | ![]() |
R_STRING | Value transfer | Type reference (TYPE) | STRING | 20020123 |
Method RENDER_HTML_ANCHOR on class CL_RSR_WWW_CTRL_RENDERER has no exception.
Method RENDER_HTML_DDOWN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INDENT | Call by reference | Type reference (TYPE) | I | 4 | 20020121 | ||
2 | ![]() |
I_MULTIPLE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20030911 | ||
3 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | STRING | 20020121 | |||
4 | ![]() |
I_ONCHANGE | Call by reference | Type reference (TYPE) | STRING | 20020121 | |||
5 | ![]() |
I_ONCLICK | Call by reference | Type reference (TYPE) | STRING | 20020121 | |||
6 | ![]() |
I_OPTION_SELECTED | Call by reference | Type reference (TYPE) | DOMVALUE_L | VALUE der ausgewählten Option | 20020121 | ||
7 | ![]() |
I_OPTION_SELECTED_LONG | Call by reference | Type reference (TYPE) | CHAR30 | 30 Characters | 20030911 | ||
8 | ![]() |
I_SIZE | Call by reference | Type reference (TYPE) | I | 20020121 | |||
9 | ![]() |
I_STYLE | Call by reference | Type reference (TYPE) | TO_STYLE | C_STYLE_DROP_DOWN_LIST | 20020121 | ||
10 | ![]() |
I_STYLE_WIDTH | Call by reference | Type reference (TYPE) | STRING | Breite in Pixel über das style Attribut | 20050414 | ||
11 | ![]() |
I_T_OPTION | Call by reference | Type reference (TYPE) | RSZA_T_DROPDOWN_VALUE | Option Liste | 20020121 | ||
12 | ![]() |
I_T_OPTION_LONG | Call by reference | Type reference (TYPE) | RSZA_T_DD_VALUE_LONG | Tabellentyp zu RSZA_S_DD_VALUE_LONG | 20030911 | ||
13 | ![]() |
R_STRING | Value transfer | Type reference (TYPE) | STRING | 20020121 |
Method RENDER_HTML_DDOWN on class CL_RSR_WWW_CTRL_RENDERER has no exception.
Method RENDER_HTML_INPUT Signature
Method RENDER_HTML_INPUT on class CL_RSR_WWW_CTRL_RENDERER has no exception.
Method RENDER_HTML_LABEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FOR | Call by reference | Type reference (TYPE) | STRING | 20020208 | |||
2 | ![]() |
I_STYLE | Call by reference | Type reference (TYPE) | TO_STYLE | C_STYLE_TEXT_STANDARD | 20020208 | ||
3 | ![]() |
I_TEXT | Call by reference | Type reference (TYPE) | STRING | 20020208 | |||
4 | ![]() |
I_TEXT_IS_ESCAPED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | 20020208 | ||
5 | ![]() |
I_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | 20020225 | |||
6 | ![]() |
R_STRING | Value transfer | Type reference (TYPE) | STRING | 20020208 |
Method RENDER_HTML_LABEL on class CL_RSR_WWW_CTRL_RENDERER has no exception.
Method RENDER_HTML_SPAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INDENT | Call by reference | Type reference (TYPE) | I | 4 | 20020123 | ||
2 | ![]() |
I_NO_TABINDEX | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20020613 | |
3 | ![]() |
I_STYLE | Call by reference | Type reference (TYPE) | TO_STYLE | C_STYLE_TEXT_STANDARD | 20020123 | ||
4 | ![]() |
I_TEXT | Call by reference | Type reference (TYPE) | STRING | 20020123 | |||
5 | ![]() |
I_TEXT_IS_ESCAPED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20020123 | |
6 | ![]() |
I_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | 20020123 | |||
7 | ![]() |
R_STRING | Value transfer | Type reference (TYPE) | STRING | 20020123 |
Method RENDER_HTML_SPAN on class CL_RSR_WWW_CTRL_RENDERER has no exception.
Method RENDER_HTML_TEXTAREA Signature
Method RENDER_HTML_TEXTAREA on class CL_RSR_WWW_CTRL_RENDERER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 30A |