SAP ABAP Class CL_RSR_WWW_TABLE (Table Renderer)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSR (Package) BW: General reporting processor
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_WWW_RENDERER Module for a Page in Web Reporting 20010323
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_IMO_TABLE i-mode Table 20011130
2 Inheritance (c INHERITING FROM c_ref)  CL_RSR_WML_TABLE WML Table 20010529
Properties
Class CL_RSR_WWW_TABLE  
Short Description Table Renderer    
Super Class CL_RSR_WWW_RENDERER Module for a Page in Web Reporting 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSR   BW: General reporting processor 
Created 20000204   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RRXW3 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSR_WWW_TABLE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RSR_WWW_PAGE 20010418 HTML Interface of OLAP Processor
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CMD_CHANGE_BLOCK Constant Public Type reference (TYPE) RSRCMDID 'TABLE_CHANGE_BLOCK' Change Current Display Section 20000207
2 C_PARAMETER_BLOCK_NUMBER Constant Public Type reference (TYPE) RSRPARAMETERID 'TABLE_BLOCK_NUMBER' Block Section Number 20000207
3 C_PARAMETER_TABLE_NAME Constant Public Type reference (TYPE) RSRPARAMETERID 'TABLE_NAME' Table Name 20000207
4 C_SECTION_BLOCK Constant Protected Type reference (TYPE) TO_SECTION 'B' Data block 20000207
5 C_SECTION_FOOTER Constant Protected Type reference (TYPE) TO_SECTION 'F' Footnote 20000207
6 C_SECTION_HEADER Constant Protected Type reference (TYPE) TO_SECTION 'H' Table header 20000207
7 N_BLOCKS Instance attribute Public Type reference (TYPE) I No. of blocks 20000207
8 N_CURRENT_BLOCK Instance attribute Public Type reference (TYPE) I Current Block 20000207
9 N_ROWS Instance attribute Public Type reference (TYPE) I Rows 20000204
10 P_CURRENT_BLOCK Instance attribute Private Type reference (TYPE) STRING 20010404
11 P_CURRENT_COLUMNS Instance attribute Private Type reference (TYPE) I Current Column Number (Without colspan from Rows) 20000207
12 P_CURRENT_SECTION Instance attribute Private Type reference (TYPE) TO_SECTION Fillling Footer 20000207
13 P_FOOTER Instance attribute Private Type reference (TYPE) STRING 20010404
14 P_FORM_STRING Instance attribute Private Type reference (TYPE) STRING 20020204
15 P_HEADER Instance attribute Private Type reference (TYPE) STRING 20010404
16 P_INDENT Instance attribute Private Type reference (TYPE) I Indenting for Pretty html Source 20020118
17 P_MAX_COLUMNS Instance attribute Private Type reference (TYPE) I Maximum Column Number 20000207
18 P_NAV_BLOCK_STYLE Instance attribute Private Type reference (TYPE) STRING Navigation Block Style 20000207
19 P_R_BLOCK_PARAMETER Instance attribute Private Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter for Creating Block Urls 20000207
20 P_TABLE_CLOSING Instance attribute Private Type reference (TYPE) I Table Nesting Depth 20010621
21 P_TR_OPEN Instance attribute Private Type reference (TYPE) RS_BOOL Row Started 20000602
22 P_T_BLOCK Instance attribute Private Type reference (TYPE) TP_T_BLOCK 20010404
23 P_T_BLOCK_LABEL Instance attribute Private Type reference (TYPE) TP_T_BLOCK_LABEL Block Label 20000209
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor Constructor 20010130
2 CREATE Static method Public Method Create a Table Object 20010323
3 FINISHED Instance method Public Method Table Fill Finished 20000207
4 FORM Instance method Public Method Add
after
20020204
5 GET Instance method Public Method Return Table 20000204
6 GET_MAX_COLUMNS Instance method Public Method Return of Maximum Column Number 20011001
7 GOTO_BLOCK Instance method Public Method Goto a Block 20000607
8 INIT Instance method Protected Method Create a Table Object 20010323
9 NAVIGATION_ROW Instance method Private Method Navigation Row in Big Table 20000207
10 RESET Instance method Public Method Reset 20000204
11 START_FOOTER Instance method Public Method Start Footer 20000207
12 START_NEW_BLOCK Instance method Public Method Start New Block 20000207
13 TABLE_INTO_CELL Instance method Public Method Inserts a Table as td 20010212
14 TD Instance method Public Method New cell 20000204
15 TR Instance method Public Method New Row 20000204
16 TR_END Instance method Private Method Close Row 20000207
Events
Class CL_RSR_WWW_TABLE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TO_SECTION Protected See coding 20010323
2 TP_T_BLOCK Private See coding 20010404
3 TP_T_BLOCK_LABEL Private See coding 20000209
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSR_WWW_TABLE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSR_WWW_TABLE has no exception.

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_TABLE Tabellenobjekt 20010323
2 Importing I_BORDER Call by reference Type reference (TYPE) I 0 Rand 20010323
3 Importing I_CELLPADDING Call by reference Type reference (TYPE) I 0 Zellen Polsterung 20010323
4 Importing I_CELLSPACING Call by reference Type reference (TYPE) I 0 Zellzwischenräume 20010323
5 Importing I_CLASS_NAME Call by reference Type reference (TYPE) STRING String(!) der ABAP-Tabellen-Klasse 20010417
6 Importing I_INDENT Call by reference Type reference (TYPE) I 0 20020116
7 Importing I_NAME Call by reference Type reference (TYPE) ANY Tabellen Name 20010323
8 Importing I_R_BLOCK_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter zur Erzeugung von Block Urls 20010323
9 Importing I_R_PAGE Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_PAGE Seite (für die Url Erzeugung) 20010323
10 Importing I_STYLE Call by reference Type reference (TYPE) ANY Style des Navigationsblocks 20010627
11 Importing I_STYLE_TABLE Call by reference Type reference (TYPE) ANY Style der Tabelle 20010628
12 Importing I_WIDTH Call by reference Type reference (TYPE) ANY Tabellen Breite 20010323
# Exception Resumable Description Created on
1 X_MESSAGE X-Message 20010323

Method FINISHED Signature

Method FINISHED on class CL_RSR_WWW_TABLE has no parameter.
Method FINISHED on class CL_RSR_WWW_TABLE has no exception.

Method FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Call by reference Type reference (TYPE) STRING 20020204
2 Importing I_ID Call by reference Type reference (TYPE) STRING 20020204
3 Importing I_METHOD Call by reference Type reference (TYPE) STRING 20020204
4 Importing I_NAME Call by reference Type reference (TYPE) STRING 20020204
5 Importing I_TARGET Call by reference Type reference (TYPE) STRING 20020204

Method FORM on class CL_RSR_WWW_TABLE has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STRING Call by reference Type reference (TYPE) STRING String 20010405
2 Importing I_CLEAR_EMPTY_TABLES Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Tabellen ohne Zeilen vernichten 20010808
# Exception Resumable Description Created on
1 X_MESSAGE X-Message 20010621

Method GET_MAX_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MAX_COLUMNS Value transfer Type reference (TYPE) I 20011001

Method GET_MAX_COLUMNS on class CL_RSR_WWW_TABLE has no exception.

Method GOTO_BLOCK Signature

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

Method GOTO_BLOCK on class CL_RSR_WWW_TABLE has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BORDER Call by reference Type reference (TYPE) I 0 Rand 20010323
2 Importing I_CELLPADDING Call by reference Type reference (TYPE) I 0 Zellen Polsterung 20010323
3 Importing I_CELLSPACING Call by reference Type reference (TYPE) I 0 Zellzwischenräume 20010323
4 Importing I_INDENT Call by reference Type reference (TYPE) I 0 20020116
5 Importing I_NAME Call by reference Type reference (TYPE) ANY Tabellen Name 20010323
6 Importing I_R_BLOCK_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter zur Erzeugung von Block Urls 20010323
7 Importing I_R_PAGE Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_PAGE Seite (für die Url Erzeugung) 20010323
8 Importing I_STYLE Call by reference Type reference (TYPE) ANY Style des Navigationsblocks 20010627
9 Importing I_STYLE_TABLE Call by reference Type reference (TYPE) ANY Style der Tabelle 20010628
10 Importing I_WIDTH Call by reference Type reference (TYPE) ANY Tabellen Breite 20010323
# Exception Resumable Description Created on
1 X_MESSAGE X-Message 20010323

Method NAVIGATION_ROW Signature

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

Method NAVIGATION_ROW on class CL_RSR_WWW_TABLE has no exception.

Method RESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BORDER Call by reference Type reference (TYPE) I 0 Rand 20000204
2 Importing I_CELLPADDING Call by reference Type reference (TYPE) I 0 Zellen Polsterung 20000204
3 Importing I_CELLSPACING Call by reference Type reference (TYPE) I 0 Zellzwischenräume 20000204
4 Importing I_INDENT Call by reference Type reference (TYPE) I 20020118
5 Importing I_STYLE_TABLE Call by reference Type reference (TYPE) ANY Style der Tabelle 20010628
6 Importing I_WIDTH Call by reference Type reference (TYPE) ANY Tabellen Breite 20000204

Method RESET on class CL_RSR_WWW_TABLE has no exception.

Method START_FOOTER Signature

Method START_FOOTER on class CL_RSR_WWW_TABLE has no parameter.
Method START_FOOTER on class CL_RSR_WWW_TABLE has no exception.

Method START_NEW_BLOCK Signature

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

Method START_NEW_BLOCK on class CL_RSR_WWW_TABLE has no exception.

Method TABLE_INTO_CELL 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 20010212
2 Importing I_COLSPAN Call by reference Type reference (TYPE) I 20010212
3 Importing I_HEIGHT Call by reference Type reference (TYPE) I 20010212
4 Importing I_HREF Call by reference Type reference (TYPE) STRING 20010212
5 Importing I_HREF_EXTENT Call by reference Type reference (TYPE) STRING 20010212
6 Importing I_ID Call by reference Type reference (TYPE) STRING 20010212
7 Importing I_NO_WRAP Call by reference Type reference (TYPE) RS_BOOL Boolean 20010212
8 Importing I_ROWSPAN Call by reference Type reference (TYPE) I 20010212
9 Importing I_R_TABLE Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_TABLE Tabellen Renderer 20010212
10 Importing I_STYLE Call by reference Type reference (TYPE) STRING 20010212
11 Importing I_TARGET Call by reference Type reference (TYPE) STRING 20010212
12 Importing I_TD_EXTENT Call by reference Type reference (TYPE) STRING 20010212
13 Importing I_VALIGN Call by reference Type reference (TYPE) STRING 20010212
14 Importing I_WIDTH Call by reference Type reference (TYPE) I 20010212

Method TABLE_INTO_CELL on class CL_RSR_WWW_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 Ausrichtung horizontal 20000207
2 Importing I_COLSPAN Call by reference Type reference (TYPE) I 1 Anzahl der zu verschmelzenden Spalten 20000204
3 Importing I_CONTENT Call by reference Type reference (TYPE) ANY Inhalt 20000204
4 Importing I_HEIGHT Call by reference Type reference (TYPE) I 0 Höhe 20000204
5 Importing I_HREF Call by reference Type reference (TYPE) STRING Url für den Inhalt 20000204
6 Importing I_HREF_EXTENT Call by reference Type reference (TYPE) STRING Url für den Inhalt 20001228
7 Importing I_ID Call by reference Type reference (TYPE) STRING Id 20001228
8 Importing I_NO_TABINDEX Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Tab Index für Accessibility unterdrücken 20020321
9 Importing I_NO_WRAP Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE No wrap 20000602
10 Importing I_ROWSPAN Call by reference Type reference (TYPE) I 1 Anzahl der zu verschmelzenden Zeilen 20000204
11 Importing I_STYLE Call by reference Type reference (TYPE) ANY Style 20000204
12 Importing I_TARGET Call by reference Type reference (TYPE) STRING Target Frame für hrefs 20000210
13 Importing I_TD_EXTENT Call by reference Type reference (TYPE) STRING Zusatz zum td Tag 20000204
14 Importing I_TITLE_PHRASE Call by reference Type reference (TYPE) STRING SPACE Title 20081015
15 Importing I_VALIGN Call by reference Type reference (TYPE) STRING Ausrichtung vertikal 20000207
16 Importing I_WIDTH Call by reference Type reference (TYPE) I 0 Breite 20000204

Method TD on class CL_RSR_WWW_TABLE has no exception.

Method TR Signature

Method TR on class CL_RSR_WWW_TABLE has no parameter.
Method TR on class CL_RSR_WWW_TABLE has no exception.

Method TR_END Signature

Method TR_END on class CL_RSR_WWW_TABLE has no parameter.
Method TR_END on class CL_RSR_WWW_TABLE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in   
Related Links
Advertise Links

Affinities: www.SAP-Tables.org · www.SAP-TCodes.org | About · Terms · Privacy · Github Mark Feedback
© Copyright 2014 - 2024, www.SAPDatasheet.org, The Best Online SAP Object Repository

SAP Datasheet web site and its affinity sites content is based on our knowledge of SAP system, and it is constantly reviewed to avoid errors; well we cannot warrant full correctness of all content. While using this site, you agree to have read and accepted our terms of use, cookie and privacy policy. Use the information and content on this web site at your own risk. SAP and the SAP logo are registered trademarks of SAP SE. This web site is not sponsored by, affiliated with, or approved by SAP SE. This web site is validated by W3 Validator as HTML5.