SAP ABAP Class CL_RSR_WWW_CTRL_DDOWN (HTML Dropdown Box Control)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-ET (Application Component) End User Technology
⤷
RS_WEB_RUNTIME (Package) Web Reporting Runtime (3.x CORE)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_HTML_CONTROL | Abstract Wrapper Using HTML Control | 20011202 |
Properties
| Class | CL_RSR_WWW_CTRL_DDOWN | |
| Short Description | HTML Dropdown Box Control | |
| Super Class | CL_RSR_HTML_CONTROL | Abstract Wrapper Using HTML Control |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | RSR_WWW | |
| Program status | ||
| Category | 0 | |
| Package | RS_WEB_RUNTIME | Web Reporting Runtime (3.x CORE) |
| Created | 20011201 | 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_DDOWN has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RSR_WWW_PAGE | 20011202 | HTML Interface of OLAP Processor |
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds an Option for Dropdown Box | 20011201 | |
| 2 | Static method | Public | Method | Create Instance | 20011201 | |
| 3 | Instance method | Public | Method | Sets the ID of the Dropdown Box | 20030929 | |
| 4 | Instance method | Public | Method | 20020125 | ||
| 5 | Instance method | Public | Method | Sets the Name of the Dropdown Box | 20011202 | |
| 6 | Instance method | Public | Method | Sets the onChange Event | 20011201 | |
| 7 | Instance method | Public | Method | Sets the onClick Event | 20011201 | |
| 8 | Instance method | Public | Method | 20020207 | ||
| 9 | Instance method | Private | Method | 20020125 | ||
| 10 | Instance method | Public | Method | 20011202 | ||
| 11 | Instance method | Public | Method | 20020807 | ||
| 12 | Instance method | Public | Method | 20040518 | ||
| 13 | Static method | Protected | Method | 20011202 |
Events
Class CL_RSR_WWW_CTRL_DDOWN has no event.
Types
Class CL_RSR_WWW_CTRL_DDOWN has no local type.
Method Signatures
Method ADD_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SELECTED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20011201 | ||
| 2 | I_STYLE | Call by reference | Type reference (TYPE) | ANY | 20011201 | ||||
| 3 | I_TEXT | Call by reference | Type reference (TYPE) | ANY | 20011201 | ||||
| 4 | I_VALUE | Call by reference | Type reference (TYPE) | ANY | 20011201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abbruch | 20011201 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_REF | Call by reference | Object reference (TYPE REF TO) | CL_RSR_WWW_CTRL_DDOWN | Abstrakter Wrapper über Html Control | 20011201 | |||
| 2 | I_CLASS_NAME | Call by reference | Type reference (TYPE) | STRING | 'CL_RSR_WWW_CTRL_DDOWN' | 20011201 | |||
| 3 | I_ID | Call by reference | Type reference (TYPE) | ANY | 20030929 | ||||
| 4 | I_INDEX | Call by reference | Type reference (TYPE) | I | 0 | 20011202 | |||
| 5 | I_LABEL | Call by reference | Type reference (TYPE) | ANY | 20020125 | ||||
| 6 | I_NAME | Call by reference | Type reference (TYPE) | ANY | 20011201 | ||||
| 7 | I_ONCHANGE | Call by reference | Type reference (TYPE) | ANY | 20020118 | ||||
| 8 | I_ONCLICK | Call by reference | Type reference (TYPE) | ANY | 20020118 | ||||
| 9 | I_ONLY_VALUES | Call by reference | Type reference (TYPE) | RS_BOOL | Kein Umschließendes Select erzeugen | 20020207 | |||
| 10 | I_R_LABEL | Call by reference | Object reference (TYPE REF TO) | CL_RSR_WWW_CTRL_LABEL | Mark Up Input Field | 20020125 | |||
| 11 | I_R_PAGE | Call by reference | Object reference (TYPE REF TO) | CL_RSR_WWW_PAGE | Html Interface des Olap Prozessors | 20011201 | |||
| 12 | I_SIZE | Call by reference | Type reference (TYPE) | ANY | 20020122 | ||||
| 13 | I_STYLE | Call by reference | Type reference (TYPE) | STRING | 'SAPBexDdl' | 20020807 | |||
| 14 | I_TITLE | Call by reference | Type reference (TYPE) | ANY | 20040518 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abbruch | 20011201 |
Method SET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STRING | Call by reference | Type reference (TYPE) | STRING | 20030929 |
Method SET_ID on class CL_RSR_WWW_CTRL_DDOWN has no exception.
Method SET_LABEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_LABEL | Call by reference | Object reference (TYPE REF TO) | CL_RSR_WWW_CTRL_LABEL | Mark Up Input Field | 20020125 | |||
| 2 | I_STRING | Call by reference | Type reference (TYPE) | STRING | 20020125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abbruch | 20020125 |
Method SET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STRING | Call by reference | Type reference (TYPE) | STRING | 20011202 |
Method SET_NAME on class CL_RSR_WWW_CTRL_DDOWN has no exception.
Method SET_ONCHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STRING | Call by reference | Type reference (TYPE) | STRING | 20011201 |
Method SET_ONCHANGE on class CL_RSR_WWW_CTRL_DDOWN has no exception.
Method SET_ONCLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STRING | Call by reference | Type reference (TYPE) | STRING | 20011201 |
Method SET_ONCLICK on class CL_RSR_WWW_CTRL_DDOWN has no exception.
Method SET_ONLY_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BOOL | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20020207 |
Method SET_ONLY_VALUES on class CL_RSR_WWW_CTRL_DDOWN has no exception.
Method SET_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_PAGE | Call by reference | Object reference (TYPE REF TO) | CL_RSR_WWW_PAGE | Page Control | 20020125 |
Method SET_PAGE on class CL_RSR_WWW_CTRL_DDOWN has no exception.
Method SET_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SIZE | Call by reference | Type reference (TYPE) | I | 20011202 |
Method SET_SIZE on class CL_RSR_WWW_CTRL_DDOWN has no exception.
Method SET_STYLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STYLE | Call by reference | Type reference (TYPE) | STRING | 20020807 |
Method SET_STYLE on class CL_RSR_WWW_CTRL_DDOWN has no exception.
Method SET_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STRING | Call by reference | Type reference (TYPE) | STRING | 20040518 |
Method SET_TITLE on class CL_RSR_WWW_CTRL_DDOWN has no exception.
Method X_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ABEND | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20011202 | |||
| 2 | I_METHOD | Call by reference | Type reference (TYPE) | ANY | 20011202 | ||||
| 3 | I_REPID | Call by reference | Type reference (TYPE) | SY-REPID | 20011202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abbruch | 20011202 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 30A |