SAP ABAP Class CL_RSR_WWW_CTRL_TABLE (Mark-Up Table Container)
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_TABLE  
Short Description Mark-Up Table Container    
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_TABLE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RSR_WWW_PAGE 20011203 HTML Interface of OLAP Processor
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_STYLE_AREA_TITLE Instance attribute Public Type reference (TYPE) STRING 'SAPBEXDialogAreaTtl' 20011228
2 C_STYLE_OFFSET Constant Private Type reference (TYPE) STRING 'SAPBEXWhlOffset' 20011228
3 C_STYLE_TITLE Constant Private Type reference (TYPE) STRING 'SAPBEXDialogTtl' 20011228
4 P_BORDER Instance attribute Private Type reference (TYPE) I Border 20011202
5 P_CELLPADDING Instance attribute Private Type reference (TYPE) I 20011202
6 P_CELLSPACING Instance attribute Private Type reference (TYPE) I Border 20011202
7 P_CLASS_NAME Instance attribute Private Type reference (TYPE) RSTXTLG Long Description 20011202
8 P_NAME Instance attribute Private Type reference (TYPE) STRING Width 20011202
9 P_R_BLOCK_PARAMETER Instance attribute Private Object reference (TYPE REF TO) CL_RSR_PARAMETER Border 20011202
10 P_R_PAGE Instance attribute Private Object reference (TYPE REF TO) CL_RSR_WWW_PAGE Link Text 20011202
11 P_STYLE Instance attribute Private Type reference (TYPE) STRING 20011202
12 P_STYLE_TABLE Instance attribute Private Type reference (TYPE) STRING 20011202
13 P_T_TABLE Instance attribute Private Type reference (TYPE) T_T_TABLE Link Text 20011202
14 P_WIDTH Instance attribute Private Type reference (TYPE) I Width 20011202
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Create a Table Container Instance 20011202
2 SET_AREA_TITLE Instance method Public Method Setting Subtitle 20011228
3 SET_BLOCK_PARAMETER Instance method Public Method 20011202
4 SET_BORDER Instance method Public Method 20011202
5 SET_CELLPADDING Instance method Public Method 20011202
6 SET_CELLSPACING Instance method Public Method 20011202
7 SET_CLASS_NAME Instance method Public Method 20011202
8 SET_NAME Instance method Public Method 20011202
9 SET_PAGE Instance method Private Method Set Page 20011202
10 SET_STYLE Instance method Public Method 20011202
11 SET_STYLE_TABLE Instance method Public Method 20011202
12 SET_TITLE Instance method Public Method Set Title as Tray Style Compliant 20011228
13 SET_WIDTH Instance method Public Method 20011202
14 TD Instance method Public Method Adds a Cell to the Table 20011202
15 TR Instance method Public Method New Row 20011202
Events
Class CL_RSR_WWW_CTRL_TABLE has no event.
Types
Class CL_RSR_WWW_CTRL_TABLE 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_TABLE Mark Up Table container 20011202
2 Importing I_BORDER Call by reference Type reference (TYPE) I 20011202
3 Importing I_CELLPADDING Call by reference Type reference (TYPE) I 20011202
4 Importing I_CELLSPACING Call by reference Type reference (TYPE) I 20011202
5 Importing I_CLASS_NAME Call by reference Type reference (TYPE) STRING 20011202
6 Importing I_NAME Call by reference Type reference (TYPE) ANY 20011202
7 Importing I_R_BLOCK_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20011202
8 Importing I_R_PAGE Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_PAGE Html Interface des Olap Prozessors 20011202
9 Importing I_STYLE Call by reference Type reference (TYPE) ANY 20011202
10 Importing I_STYLE_TABLE Call by reference Type reference (TYPE) ANY 20011202
11 Importing I_WIDTH Call by reference Type reference (TYPE) ANY 20011202
# Exception Resumable Description Created on
1 X_MESSAGE Abbruch 20011202

Method SET_AREA_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TITLE Call by reference Type reference (TYPE) STRING 20011228

Method SET_AREA_TITLE on class CL_RSR_WWW_CTRL_TABLE has no exception.

Method SET_BLOCK_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_PARAM Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20011202

Method SET_BLOCK_PARAMETER on class CL_RSR_WWW_CTRL_TABLE has no exception.

Method SET_BORDER 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_BORDER on class CL_RSR_WWW_CTRL_TABLE has no exception.

Method SET_CELLPADDING 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_CELLPADDING on class CL_RSR_WWW_CTRL_TABLE has no exception.

Method SET_CELLSPACING 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_CELLSPACING on class CL_RSR_WWW_CTRL_TABLE has no exception.

Method SET_CLASS_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_CLASS_NAME on class CL_RSR_WWW_CTRL_TABLE 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_TABLE 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 Html Interface des Olap Prozessors 20011202

Method SET_PAGE on class CL_RSR_WWW_CTRL_TABLE 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_TABLE has no exception.

Method SET_STYLE_TABLE 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_TABLE on class CL_RSR_WWW_CTRL_TABLE has no exception.

Method SET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TITLE Call by reference Type reference (TYPE) STRING 20011228

Method SET_TITLE on class CL_RSR_WWW_CTRL_TABLE has no exception.

Method SET_WIDTH 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_WIDTH on class CL_RSR_WWW_CTRL_TABLE has no exception.

Method TD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALIGN Call by reference Type reference (TYPE) STRING 20011202
2 Importing I_COLSPAN Call by reference Type reference (TYPE) I 20011202
3 Importing I_CONTENT Call by reference Type reference (TYPE) ANY 20011202
4 Importing I_HEIGHT Call by reference Type reference (TYPE) I 20011202
5 Importing I_HREF Call by reference Type reference (TYPE) STRING 20011202
6 Importing I_HREF_EXTENT Call by reference Type reference (TYPE) STRING 20011202
7 Importing I_ID Call by reference Type reference (TYPE) STRING 20011202
8 Importing I_NO_TABINDEX Call by reference Type reference (TYPE) RS_BOOL Boolean 20020613
9 Importing I_NO_WRAP Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20011202
10 Importing I_ROWSPAN Call by reference Type reference (TYPE) I 20011202
11 Importing I_R_CONTROL Call by reference Object reference (TYPE REF TO) CL_RSR_HTML_CONTROL Abstrakter Wrapper über Html Control 20011202
12 Importing I_STYLE Call by reference Type reference (TYPE) ANY 20011202
13 Importing I_TARGET Call by reference Type reference (TYPE) STRING 20011202
14 Importing I_TD_EXTENT Call by reference Type reference (TYPE) STRING 20011202
15 Importing I_VALIGN Call by reference Type reference (TYPE) STRING 20011202
16 Importing I_WIDTH Call by reference Type reference (TYPE) I 20011202

Method TD on class CL_RSR_WWW_CTRL_TABLE has no exception.

Method TR Signature

Method TR on class CL_RSR_WWW_CTRL_TABLE has no parameter.
Method TR on class CL_RSR_WWW_CTRL_TABLE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A