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 CL_RSR_WWW_RENDERER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RS 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
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_ID Instance attribute Private Type reference (TYPE) STRING ID of Dropdown Box 20030929
2 P_NAME Instance attribute Private Type reference (TYPE) STRING Name of Box 20011201
3 P_ONCHANGE Instance attribute Private Type reference (TYPE) STRING On Click Event 20011201
4 P_ONCLICK Instance attribute Private Type reference (TYPE) STRING On Click Event 20011201
5 P_ONLY_VALUES Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20020207
6 P_R_LABEL Instance attribute Private Object reference (TYPE REF TO) CL_RSR_WWW_CTRL_LABEL Parameter ID 20020125
7 P_R_PAGE Instance attribute Private Object reference (TYPE REF TO) CL_RSR_WWW_PAGE Page 20011201
8 P_SIZE Instance attribute Private Type reference (TYPE) STRING '1' Size 20011202
9 P_STYLE Instance attribute Private Type reference (TYPE) STRING Style 20011201
10 P_TITLE Instance attribute Private Type reference (TYPE) STRING Title 20040518
11 P_T_OPTION Instance attribute Private Type reference (TYPE) T_T_OPTION List of Entries in the Box 20011201
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ITEM Instance method Public Method Adds an Option for Dropdown Box 20011201
2 CREATE Static method Public Method Create Instance 20011201
3 SET_ID Instance method Public Method Sets the ID of the Dropdown Box 20030929
4 SET_LABEL Instance method Public Method 20020125
5 SET_NAME Instance method Public Method Sets the Name of the Dropdown Box 20011202
6 SET_ONCHANGE Instance method Public Method Sets the onChange Event 20011201
7 SET_ONCLICK Instance method Public Method Sets the onClick Event 20011201
8 SET_ONLY_VALUES Instance method Public Method 20020207
9 SET_PAGE Instance method Private Method 20020125
10 SET_SIZE Instance method Public Method 20011202
11 SET_STYLE Instance method Public Method 20020807
12 SET_TITLE Instance method Public Method 20040518
13 X_MESSAGE 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 Importing I_SELECTED Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20011201
2 Importing I_STYLE Call by reference Type reference (TYPE) ANY 20011201
3 Importing I_TEXT Call by reference Type reference (TYPE) ANY 20011201
4 Importing I_VALUE Call by reference Type reference (TYPE) ANY 20011201
# Exception Resumable Description Created on
1 X_MESSAGE Abbruch 20011201

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_REF Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_CTRL_DDOWN Abstrakter Wrapper über Html Control 20011201
2 Importing I_CLASS_NAME Call by reference Type reference (TYPE) STRING 'CL_RSR_WWW_CTRL_DDOWN' 20011201
3 Importing I_ID Call by reference Type reference (TYPE) ANY 20030929
4 Importing I_INDEX Call by reference Type reference (TYPE) I 0 20011202
5 Importing I_LABEL Call by reference Type reference (TYPE) ANY 20020125
6 Importing I_NAME Call by reference Type reference (TYPE) ANY 20011201
7 Importing I_ONCHANGE Call by reference Type reference (TYPE) ANY 20020118
8 Importing I_ONCLICK Call by reference Type reference (TYPE) ANY 20020118
9 Importing I_ONLY_VALUES Call by reference Type reference (TYPE) RS_BOOL Kein Umschließendes Select erzeugen 20020207
10 Importing I_R_LABEL Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_CTRL_LABEL Mark Up Input Field 20020125
11 Importing I_R_PAGE Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_PAGE Html Interface des Olap Prozessors 20011201
12 Importing I_SIZE Call by reference Type reference (TYPE) ANY 20020122
13 Importing I_STYLE Call by reference Type reference (TYPE) STRING 'SAPBexDdl' 20020807
14 Importing I_TITLE Call by reference Type reference (TYPE) ANY 20040518
# Exception Resumable Description Created on
1 X_MESSAGE Abbruch 20011201

Method SET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 Importing I_R_LABEL Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_CTRL_LABEL Mark Up Input Field 20020125
2 Importing I_STRING Call by reference Type reference (TYPE) STRING 20020125
# Exception Resumable Description Created on
1 X_MESSAGE Abbruch 20020125

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing I_ABEND Call by reference Type reference (TYPE) RS_BOOL Boolean 20011202
2 Importing I_METHOD Call by reference Type reference (TYPE) ANY 20011202
3 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID 20011202
# Exception Resumable Description Created on
1 X_MESSAGE Abbruch 20011202
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A