SAP ABAP Class CL_RSR_WWW_CTRL_INPUT (Mark Up Input Field)
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_INPUT  
Short Description Mark Up Input Field    
Super Class CL_RSR_HTML_CONTROL Abstract Wrapper Using HTML Control 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS_WEB_RUNTIME   Web Reporting Runtime (3.x CORE) 
Created 20011202   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSR_WWW_CTRL_INPUT 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 C_STYLE_CHECKBOX Constant Private Type reference (TYPE) STRING 'SAPBEXChb' Display block 20020124
2 C_STYLE_RADIO Constant Private Type reference (TYPE) STRING 'SAPBEXRb' Display block 20020124
3 C_STYLE_TEXTFIELD Constant Private Type reference (TYPE) STRING 'SAPBEXTxtFld' Display block 20020124
4 C_TYPE_CHECKBOX Constant Public Type reference (TYPE) RSTXTLG 'CHECKBOX' Onclick Attribute for the Input Field 20011202
5 C_TYPE_HIDDEN Constant Public Type reference (TYPE) RSTXTLG 'HIDDEN' Onclick Attribute for the Input Field 20011202
6 C_TYPE_RADIO Constant Public Type reference (TYPE) RSTXTLG 'RADIO' Type of Input Field 20011202
7 C_TYPE_SUBMIT Constant Public Type reference (TYPE) RSTXTLG 'SUBMIT' Long Description 20011220
8 C_TYPE_TEXT Constant Public Type reference (TYPE) RSTXTLG 'TEXT' Width of Input Field 20011202
9 P_CHECKED Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20020115
10 P_DISABLED Instance attribute Private Type reference (TYPE) RS_BOOL 20031022
11 P_ID Instance attribute Private Type reference (TYPE) STRING 20020126
12 P_MAXSIZE Instance attribute Private Type reference (TYPE) I Maximum Size of Input Field 20011202
13 P_NAME Instance attribute Private Type reference (TYPE) STRING Name Attribute for the Input Field 20011202
14 P_ONCHANGE Instance attribute Private Type reference (TYPE) STRING Onclick Attribute for the Input Field 20011202
15 P_ONCLICK Instance attribute Private Type reference (TYPE) STRING Onclick Attribute for the Input Field 20011202
16 P_READONLY Instance attribute Private Type reference (TYPE) RS_BOOL Read Only Attribute for the Input Field 20011202
17 P_R_PAGE Static Attribute Private Object reference (TYPE REF TO) CL_RSR_WWW_PAGE HTML Interface of OLAP Processor 20020208
18 P_STYLE Instance attribute Private Type reference (TYPE) STRING Class Attribute for the Input Field 20011202
19 P_TEXT Instance attribute Private Type reference (TYPE) STRING Input Field Text 20011202
20 P_TITLE Instance attribute Private Type reference (TYPE) STRING 20040514
21 P_TYPE Instance attribute Private Type reference (TYPE) STRING Type of Input Field 20011202
22 P_VALUE Instance attribute Private Type reference (TYPE) STRING Value Attribute of Input Field 20011202
23 P_WIDTH Instance attribute Private Type reference (TYPE) I Width of Input Field 20011202
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method 20011202
2 GET_TITLE Instance method Public Method 20050920
3 SET_CHECKED Instance method Public Method Sets "Checked" Attribute 20020115
4 SET_DISABLED Instance method Public Method 20031022
5 SET_ID Instance method Public Method 20020126
6 SET_MAXLENGTH Instance method Public Method 20011202
7 SET_NAME Instance method Public Method 20011202
8 SET_ONCHANGE Instance method Public Method Sets the OnChange Property of the Input Field 20011202
9 SET_ONCLICK Instance method Public Method Sets the Onclick Property of the Input Field 20011202
10 SET_READONLY Instance method Public Method 20011202
11 SET_SIZE Instance method Public Method 20011202
12 SET_STYLE Instance method Public Method 20011202
13 SET_TEXT Instance method Public Method Input Box Text 20011202
14 SET_TITLE Instance method Public Method 20040514
15 SET_TYPE Instance method Public Method Sets the Type of Input Field 20011202
16 SET_VALUE Instance method Public Method 20011202
Events
Class CL_RSR_WWW_CTRL_INPUT has no event.
Types
Class CL_RSR_WWW_CTRL_INPUT has no local type.
Method Signatures

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_INPUT Mark Up Input Field 20011202
2 Importing I_CHECKED Call by reference Type reference (TYPE) ANY 20011202
3 Importing I_CLASS_NAME Call by reference Type reference (TYPE) STRING 20011202
4 Importing I_DISABLED Call by reference Type reference (TYPE) RS_BOOL 20031022
5 Importing I_ID Call by reference Type reference (TYPE) ANY 20020126
6 Importing I_INDEX Call by reference Type reference (TYPE) I 0 20011202
7 Importing I_MAXLENGTH Call by reference Type reference (TYPE) I 0 20011202
8 Importing I_NAME Call by reference Type reference (TYPE) ANY 20011202
9 Importing I_ONCHANGE Call by reference Type reference (TYPE) ANY 20011202
10 Importing I_ONCLICK Call by reference Type reference (TYPE) ANY 20011202
11 Importing I_READONLY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20011202
12 Importing I_R_PAGE Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_PAGE Html Interface des Olap Prozessors 20011202
13 Importing I_SIZE Call by reference Type reference (TYPE) I 0 20011202
14 Importing I_STYLE Call by reference Type reference (TYPE) ANY 20011202
15 Importing I_TEXT Call by reference Type reference (TYPE) ANY 20011202
16 Importing I_TITLE Call by reference Type reference (TYPE) ANY 20040514
17 Importing I_TYPE Call by reference Type reference (TYPE) ANY 20011202
18 Importing I_VALUE Call by reference Type reference (TYPE) ANY 20011202
# Exception Resumable Description Created on
1 X_MESSAGE Abbruch 20011202

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STRING Value transfer Type reference (TYPE) STRING 20050920

Method GET_TITLE on class CL_RSR_WWW_CTRL_INPUT has no exception.

Method SET_CHECKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLAG Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20020115

Method SET_CHECKED on class CL_RSR_WWW_CTRL_INPUT has no exception.

Method SET_DISABLED 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 20031022

Method SET_DISABLED on class CL_RSR_WWW_CTRL_INPUT has no exception.

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 20020126

Method SET_ID on class CL_RSR_WWW_CTRL_INPUT has no exception.

Method SET_MAXLENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTEGER Call by reference Type reference (TYPE) I 20011202

Method SET_MAXLENGTH on class CL_RSR_WWW_CTRL_INPUT has no exception.

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) ANY 20011202

Method SET_NAME on class CL_RSR_WWW_CTRL_INPUT 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) ANY 20011202

Method SET_ONCHANGE on class CL_RSR_WWW_CTRL_INPUT 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) ANY 20011202

Method SET_ONCLICK on class CL_RSR_WWW_CTRL_INPUT has no exception.

Method SET_READONLY 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 20011202

Method SET_READONLY on class CL_RSR_WWW_CTRL_INPUT has no exception.

Method SET_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTEGER Call by reference Type reference (TYPE) I 20011202

Method SET_SIZE on class CL_RSR_WWW_CTRL_INPUT has no exception.

Method SET_STYLE 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) ANY 20011202

Method SET_STYLE on class CL_RSR_WWW_CTRL_INPUT has no exception.

Method SET_TEXT 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) ANY 20011202

Method SET_TEXT on class CL_RSR_WWW_CTRL_INPUT 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 Value transfer Type reference (TYPE) STRING 20040514

Method SET_TITLE on class CL_RSR_WWW_CTRL_INPUT has no exception.

Method SET_TYPE 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) ANY 20011202

Method SET_TYPE on class CL_RSR_WWW_CTRL_INPUT has no exception.

Method SET_VALUE 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) ANY 20011202

Method SET_VALUE on class CL_RSR_WWW_CTRL_INPUT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A