SAP ABAP Class CL_RSO_GUI_REPOSITORY_HTML (BW Repository: Information in HTML Format)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO_EXTENSION (Package) BW Repository (Parts Not Within CORE)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSO_GUI_COMPONENT_HTML BW Repository: Information in HTML Format 19990713
Properties
Class CL_RSO_GUI_REPOSITORY_HTML  
Short Description BW Repository: Information in HTML Format    
Super Class CL_RSO_GUI_COMPONENT_HTML BW Repository: Information in HTML Format 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RSO_EXTENSION   BW Repository (Parts Not Within CORE) 
Created 19990713   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_LIST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_RSO_RENDER_HTML_LIST_KEYF Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_RSO_RENDER_HTML_NET Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 CL_RSO_RENDER_HTML_TOPFRAME Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
6 CL_RSO_RENDER_HTML_TREE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
7 CNHT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
8 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
9 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSO_GUI_REPOSITORY_HTML has no interface implemented.
Friends
Class CL_RSO_GUI_REPOSITORY_HTML has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_ACTION_LAST Instance attribute Private Type reference (TYPE) RS_CHAR255 Last Action by HTML Control 20020618
2 P_C_HTML_SIZE_LIMIT Constant Private Type reference (TYPE) I '1048576' Size Restriction 19990713
3 P_C_URL_DOCU Constant Private Type reference (TYPE) RS_CHAR255 'HTML_DOKU.HTML' URL 19990713
4 P_C_URL_OBJECT_LIST Constant Private Type reference (TYPE) RS_CHAR255 'HTMLOBJECTLIST.HTML' URL 19990713
5 P_DATA_CHANGED Instance attribute Private Type reference (TYPE) RS_BOOL Data has Changed 19990713
6 P_FILTER_TLOGO Instance attribute Private Type reference (TYPE) RSO_FILTER_TLOGO Filter object types 19990721
7 P_INSTANCE_UUID Instance attribute Private Type reference (TYPE) SYSUUID_C32 16 Byte UUID in 32 Characters (Hexadecimal Encoded) 20090902
8 P_LINE_TYPE Instance attribute Private Type reference (TYPE) I Line type 19991124
9 P_R_APPLICATION Instance attribute Private Object reference (TYPE REF TO) CL_RSO_GUI_REPOSITORY BW Repository: Interface Metadata Repository 20000214
10 P_R_OBJECT_NET Instance attribute Private Object reference (TYPE REF TO) CL_RSO_OBJECT_NETWORK Object Network 19990713
11 P_R_PARAM_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_RSO_GUI_PARAM_CONTAINER Parameters 19990713
12 P_R_RENDER_HTML Instance attribute Private Object reference (TYPE REF TO) CL_RSO_RENDER_HTML HTML Renderer 19991007
13 P_SHARED_CONTEXT_NAME Instance attribute Private Type reference (TYPE) SHM_INST_NAME Name of a Shared Object Instance in an Area 20090901
14 P_SHOW_MMR_UI Static Attribute Private Type reference (TYPE) RS_BOOL RS_C_TRUE Display MMR UI or Old UI 20060307
15 P_STYLE_SHEET Static Attribute Private Type reference (TYPE) STRING Style Sheet Content as String 20120117
16 P_TH_ASSOCIATION Instance attribute Private Type reference (TYPE) RSO_TH_ASSOCIATION Association of the Object 19991007
17 P_TH_HTML_PAGE Instance attribute Private Type reference (TYPE) RSO_TH_HTML_PAGE BW Metadata Repository: URL and HTML Page 20000410
18 P_TH_TLOGO_LEVEL Instance attribute Private Type reference (TYPE) RSO_TH_TLOGO_LEVEL Objects 19991007
19 P_TH_W3OBJID Instance attribute Private Type reference (TYPE) RSO_TH_W3OBJID Object from Web Repository 19990804
20 P_URL Instance attribute Private Type reference (TYPE) RS_CHAR255 URL Current Page 20000329
21 P_URL_MAIN Instance attribute Private Type reference (TYPE) RS_CHAR255 URL Main Page with Frames 20000222
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 19990713
2 EMBED_W3OBJECTS_INTO_HTML Static method Public Method Embed additional Web objects into HTML string 20120315
3 ENCODE_XSTRING_BASE64 Static method Private Method base64 Conversion 20120117
4 GET_STYLE_SHEET Static method Public Method Style Sheet as String 20120117
5 GET_TLOGO_HTML Static method Public Method Returns details of TLOGO object in HTML format 20120117
6 LOAD_STYLE_SHEET Instance method Private Method Load BW Stylesheet 20020118
7 ON_AWB_VIEW_MODE_CHANGE Instance method Public Event handling method AWB View Changed 19990713
8 ON_OBJECT_ASCLIST_CHANGE Instance method Public Event handling method List (Associations) of Objects has Changed 19990713
9 ON_OBJECT_LIST_CHANGE Instance method Public Event handling method Object List has Changed 19990713
10 ON_OBJVERS_CHANGE Instance method Public Event handling method Object Version has Changed 19990713
11 ON_SAPEVENT Instance method Private Event handling method Event Handler for Events in HTML 19990803
12 SHOW_OBJECT_DESCRIPTION Instance method Public Method Display Object Description in HTML Format 20000329
13 SHOW_REPOSITORY_HOME Instance method Private Method Displays the Initial Page of the Metadata Repository 20000216
14 START_SELECTED_FUNCTION Instance method Private Method Collect Objects 19990713
Events
Class CL_RSO_GUI_REPOSITORY_HTML has no event.
Types
Class CL_RSO_GUI_REPOSITORY_HTML 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_R_APPLICATION Call by reference Object reference (TYPE REF TO) CL_RSO_GUI_REPOSITORY BW Repository: Oberfläche Meta Data Repository 20000214
2 Importing I_R_CONTAINER_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Übergeordneter Container 19990713
3 Importing I_R_PARAM_CONTAINER Call by reference Object reference (TYPE REF TO) CL_RSO_GUI_PARAM_CONTAINER Parameter 19990713
4 Importing I_R_PROPERTIES Call by reference Object reference (TYPE REF TO) CL_RSO_PROPERTIES Anwenderspezifische Einstellungen 19990713
# Exception Resumable Description Created on
1 GUI_CONTAINER_MISSING Kein GUI Container 19990714
2 PARAM_CONTAINER_MISSING Container für Parameter ist initial 19990714

Method EMBED_W3OBJECTS_INTO_HTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_HTML Call by reference Type reference (TYPE) CSEQUENCE Ausgangs-HTML 20120315
2 Importing I_TH_W3OBJID Call by reference Type reference (TYPE) RSO_TH_W3OBJID Objekte im Web Repository 20120315

Method EMBED_W3OBJECTS_INTO_HTML on class CL_RSO_GUI_REPOSITORY_HTML has no exception.

Method ENCODE_XSTRING_BASE64 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_XSTRING Call by reference Type reference (TYPE) XSTRING Input 20120117
2 Returning R_BASE64 Value transfer Type reference (TYPE) STRING Base64 String 20120117

Method ENCODE_XSTRING_BASE64 on class CL_RSO_GUI_REPOSITORY_HTML has no exception.

Method GET_STYLE_SHEET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STYLE_SHEET Value transfer Type reference (TYPE) STRING Style Sheet 20120117

Method GET_STYLE_SHEET on class CL_RSO_GUI_REPOSITORY_HTML has no exception.

Method GET_TLOGO_HTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HTML_BODY_ONLY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE HTML ohne Header und Footer erzeugen 20120117
2 Importing I_NO_REMOTE_LINKS Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Keine Remote-URL zu abhängigen Objekten einbauen (für Doku) 20120210
3 Importing I_OBJNAME Call by reference Type reference (TYPE) SOBJ_NAME Objektname 20120117
4 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion (A,D,M) 20120117
5 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20120117
6 Returning R_HTML_STRING Value transfer Type reference (TYPE) STRING HTML Representation des TLOGO Objekts 20120117
# Exception Resumable Description Created on
1 PAGE_FAULT 20120117

Method LOAD_STYLE_SHEET Signature

Method LOAD_STYLE_SHEET on class CL_RSO_GUI_REPOSITORY_HTML has no parameter.
Method LOAD_STYLE_SHEET on class CL_RSO_GUI_REPOSITORY_HTML has no exception.

Method ON_AWB_VIEW_MODE_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AWB_VIEW_MODE_NEW Call by reference Type reference (TYPE) 19990713
2 Importing I_AWB_VIEW_MODE_OLD Call by reference Type reference (TYPE) 19990713

Method ON_AWB_VIEW_MODE_CHANGE on class CL_RSO_GUI_REPOSITORY_HTML has no exception.

Method ON_OBJECT_ASCLIST_CHANGE Signature

Method ON_OBJECT_ASCLIST_CHANGE on class CL_RSO_GUI_REPOSITORY_HTML has no parameter.
Method ON_OBJECT_ASCLIST_CHANGE on class CL_RSO_GUI_REPOSITORY_HTML has no exception.

Method ON_OBJECT_LIST_CHANGE Signature

Method ON_OBJECT_LIST_CHANGE on class CL_RSO_GUI_REPOSITORY_HTML has no parameter.
Method ON_OBJECT_LIST_CHANGE on class CL_RSO_GUI_REPOSITORY_HTML has no exception.

Method ON_OBJVERS_CHANGE 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) 19990713

Method ON_OBJVERS_CHANGE on class CL_RSO_GUI_REPOSITORY_HTML has no exception.

Method ON_SAPEVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Type reference (TYPE) 19990803
2 Importing FRAME Call by reference Type reference (TYPE) 19990803
3 Importing GETDATA Call by reference Type reference (TYPE) 19990803
4 Importing POSTDATA Call by reference Type reference (TYPE) 19990803
5 Importing QUERY_TABLE Call by reference Type reference (TYPE) 19990803

Method ON_SAPEVENT on class CL_RSO_GUI_REPOSITORY_HTML has no exception.

Method SHOW_OBJECT_DESCRIPTION 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 Objektversion 20000329
2 Importing I_S_OBJECT Call by reference Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20000329

Method SHOW_OBJECT_DESCRIPTION on class CL_RSO_GUI_REPOSITORY_HTML has no exception.

Method SHOW_REPOSITORY_HOME Signature

Method SHOW_REPOSITORY_HOME on class CL_RSO_GUI_REPOSITORY_HTML has no parameter.
Method SHOW_REPOSITORY_HOME on class CL_RSO_GUI_REPOSITORY_HTML has no exception.

Method START_SELECTED_FUNCTION Signature

Method START_SELECTED_FUNCTION on class CL_RSO_GUI_REPOSITORY_HTML has no parameter.
Method START_SELECTED_FUNCTION on class CL_RSO_GUI_REPOSITORY_HTML has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in