SAP ABAP Class CL_RSO_RENDER_HTML_TO_DB (BW Repository: Mass Generation of HTML Pages)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO_EXTENSION (Package) BW Repository (Parts Not Within CORE)
Properties
Class CL_RSO_RENDER_HTML_TO_DB  
Short Description BW Repository: Mass Generation of HTML Pages    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSO_EXTENSION   BW Repository (Parts Not Within CORE) 
Created 19991105   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_RSO_RENDER_HTML Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_RSO_RENDER_HTML_OBJECT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSO_RENDER_HTML_TO_DB has no interface implemented.
Friends
Class CL_RSO_RENDER_HTML_TO_DB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_R_REPOSITORY Instance attribute Private Object reference (TYPE REF TO) CL_RSO_REPOSITORY BW Metadata Repository 19991105
2 P_SELECTED_FOLDER Instance attribute Private Type reference (TYPE) STRING Frontend Folder: Cannot be Local 20000216
3 P_URL_POSTFIX Instance attribute Private Type reference (TYPE) STRING HTML Page Identification 19991105
4 P_URL_PREFIX Instance attribute Private Type reference (TYPE) STRING URL Prefix 19991105
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 19991105
2 DELETE Instance method Public Method Delete HTML Pages on Database 19991105
3 DOES_PAGE_EXIST Instance method Private Method Is Page already Created? 19991105
4 EXPORT Instance method Public Method Export HTML Pages from Database 19991105
5 EXPORT_ALL_FROM_DB Instance method Public Method Export all HTML Pages from Database 20000223
6 EXPORT_BY_OBJECT Instance method Public Method Export HTML Pages from Database for Objects 20000223
7 EXPORT_BY_URL Instance method Public Method Exporting HTML: Page and all Link Pages (Transitive) 20000223
8 GET_SEARCH_DEPTH Instance method Private Method Get Search Depth per Popup 20000331
9 MODIFY_STRING Instance method Private Method Modify Character String for File System (Valid Characters) 20010514
10 RENDER Instance method Public Method Create HTML Pages and Write them to Database 19991105
11 RENDER_IN_BATCH Static method Public Method Create HTML Pages in Batch 20000204
Events
Class CL_RSO_RENDER_HTML_TO_DB has no event.
Types
Class CL_RSO_RENDER_HTML_TO_DB has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_URL_PREFIX Call by reference Type reference (TYPE) STRING Präfix für URLs 19991105

Method CONSTRUCTOR on class CL_RSO_RENDER_HTML_TO_DB has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Objektversion 20000223

Method DELETE on class CL_RSO_RENDER_HTML_TO_DB has no exception.

Method DOES_PAGE_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) RSOHTML-SRTFD ID der Seite 19991105
2 Returning R_RESULT Value transfer Type reference (TYPE) RS_BOOL Ja/Nein 19991105

Method DOES_PAGE_EXIST on class CL_RSO_RENDER_HTML_TO_DB has no exception.

Method EXPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Objektversion 20000223

Method EXPORT on class CL_RSO_RENDER_HTML_TO_DB has no exception.

Method EXPORT_ALL_FROM_DB Signature

Method EXPORT_ALL_FROM_DB on class CL_RSO_RENDER_HTML_TO_DB has no parameter.
Method EXPORT_ALL_FROM_DB on class CL_RSO_RENDER_HTML_TO_DB has no exception.

Method EXPORT_BY_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Objektversion 20000223
2 Importing I_T_OBJECT Call by reference Type reference (TYPE) RSO_T_TLOGO BW Repository: Tabelle von TLOGO Objekten (mit Typ) 20000223

Method EXPORT_BY_OBJECT on class CL_RSO_RENDER_HTML_TO_DB has no exception.

Method EXPORT_BY_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RENDER_ONLY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Nur Seiten erzeugen, kein Export 20000223
2 Importing I_SEARCH_DEPTH Call by reference Type reference (TYPE) I 100 Tiefe, bis zu der Hyperlinks verfolgt werden sollen 20000331
3 Importing I_TS_HYPERLINK Call by reference Type reference (TYPE) RSO_TS_HYPERLINK URLs, die exportiert werden sollen 20000223

Method EXPORT_BY_URL on class CL_RSO_RENDER_HTML_TO_DB has no exception.

Method GET_SEARCH_DEPTH Signature

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

Method GET_SEARCH_DEPTH on class CL_RSO_RENDER_HTML_TO_DB has no exception.

Method MODIFY_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TEXT Call by reference Type reference (TYPE) STRING Zeichenkette 20010514
2 Importing I_FROM Call by reference Type reference (TYPE) I 0 Start Änderung 20010514
3 Importing I_TO Call by reference Type reference (TYPE) I 0 Ende Änderung 20010514

Method MODIFY_STRING on class CL_RSO_RENDER_HTML_TO_DB has no exception.

Method RENDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALL_PAGES Call by reference Type reference (TYPE) RS_BOOL Alle Seiten erzeugen? 19991105
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Objektversion 20000223

Method RENDER on class CL_RSO_RENDER_HTML_TO_DB has no exception.

Method RENDER_IN_BATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RS_OBJVERS RS_C_OBJVERS-ACTIVE Objektversion 20000204

Method RENDER_IN_BATCH on class CL_RSO_RENDER_HTML_TO_DB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in