SAP ABAP Class CL_RSR_WWW_CTRL_IFRAME (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 20020131
Properties
Class CL_RSR_WWW_CTRL_IFRAME  
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 20020131   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_IFRAME has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RSR_WWW_PAGE 20020131 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 20020131
2 C_STYLE_RADIO Constant Private Type reference (TYPE) STRING 'SAPBEXRb' Display block 20020131
3 C_STYLE_TEXTFIELD Constant Private Type reference (TYPE) STRING 'SAPBEXTxtFld' Display block 20020131
4 C_TYPE_CHECKBOX Constant Public Type reference (TYPE) RSTXTLG 'CHECKBOX' Onclick Attribute for the Input Field 20020131
5 C_TYPE_HIDDEN Constant Public Type reference (TYPE) RSTXTLG 'HIDDEN' Onclick Attribute for the Input Field 20020131
6 C_TYPE_RADIO Constant Public Type reference (TYPE) RSTXTLG 'RADIO' Type of Input Field 20020131
7 C_TYPE_SUBMIT Constant Public Type reference (TYPE) RSTXTLG 'SUBMIT' Long Description 20020131
8 C_TYPE_TEXT Constant Public Type reference (TYPE) RSTXTLG 'TEXT' Width of Input Field 20020131
9 P_CHECKED Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20020131
10 P_HIDDEN Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20020131
11 P_ID Instance attribute Private Type reference (TYPE) STRING 20020131
12 P_LENGTH Instance attribute Private Type reference (TYPE) I 20020131
13 P_MAXSIZE Instance attribute Private Type reference (TYPE) I Maximum Size of Input Field 20020131
14 P_NAME Instance attribute Private Type reference (TYPE) STRING Name Attribute for the Input Field 20020131
15 P_ONCHANGE Instance attribute Private Type reference (TYPE) STRING Onclick Attribute for the Input Field 20020131
16 P_ONCLICK Instance attribute Private Type reference (TYPE) STRING Onclick Attribute for the Input Field 20020131
17 P_READONLY Instance attribute Private Type reference (TYPE) RS_BOOL Read Only Attribute for the Input Field 20020131
18 P_SRC Instance attribute Private Type reference (TYPE) STRING 20020131
19 P_STYLE Instance attribute Private Type reference (TYPE) STRING Class Attribute for the Input Field 20020131
20 P_TEXT Instance attribute Private Type reference (TYPE) STRING Input Field Text 20020131
21 P_TYPE Instance attribute Private Type reference (TYPE) STRING Type of Input Field 20020131
22 P_VALUE Instance attribute Private Type reference (TYPE) STRING Value Attribute of Input Field 20020131
23 P_WIDTH Instance attribute Private Type reference (TYPE) I Width of Input Field 20020131
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method 20020131
2 SET_HEIGHT Instance method Public Method 20020131
3 SET_HIDDEN Instance method Public Method 20020131
4 SET_ID Instance method Public Method 20020131
5 SET_NAME Instance method Public Method 20020131
6 SET_ONCLICK Instance method Public Method Sets the Onclick Property of the Input Field 20020131
7 SET_SRC Instance method Public Method 20020131
8 SET_STYLE Instance method Public Method 20020131
9 SET_WIDHT Instance method Public Method 20020131
Events
Class CL_RSR_WWW_CTRL_IFRAME has no event.
Types
Class CL_RSR_WWW_CTRL_IFRAME 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_IFRAME Mark Up Input Field 20020131
2 Importing I_CLASS_NAME Call by reference Type reference (TYPE) STRING 20020131
3 Importing I_HEIGHT Call by reference Type reference (TYPE) I 0 20020131
4 Importing I_HIDDEN Call by reference Type reference (TYPE) RS_BOOL Boolean 20020131
5 Importing I_ID Call by reference Type reference (TYPE) ANY 20020131
6 Importing I_INDEX Call by reference Type reference (TYPE) I 0 20020131
7 Importing I_NAME Call by reference Type reference (TYPE) ANY 20020131
8 Importing I_R_PAGE Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_PAGE Html Interface des Olap Prozessors 20020131
9 Importing I_SRC Call by reference Type reference (TYPE) ANY 20020131
10 Importing I_STYLE Call by reference Type reference (TYPE) ANY 20020131
11 Importing I_WIDTH Call by reference Type reference (TYPE) I 0 20020131
# Exception Resumable Description Created on
1 X_MESSAGE Abbruch 20020131

Method SET_HEIGHT Signature

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

Method SET_HEIGHT on class CL_RSR_WWW_CTRL_IFRAME has no exception.

Method SET_HIDDEN Signature

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

Method SET_HIDDEN on class CL_RSR_WWW_CTRL_IFRAME 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 20020131

Method SET_ID on class CL_RSR_WWW_CTRL_IFRAME 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 20020131

Method SET_NAME on class CL_RSR_WWW_CTRL_IFRAME 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 20020131

Method SET_ONCLICK on class CL_RSR_WWW_CTRL_IFRAME has no exception.

Method SET_SRC 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 20020131

Method SET_SRC on class CL_RSR_WWW_CTRL_IFRAME 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 20020131

Method SET_STYLE on class CL_RSR_WWW_CTRL_IFRAME has no exception.

Method SET_WIDHT Signature

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

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