SAP ABAP Class CL_RSDF_GUI_SAVE_AS_HTML (Save Documentation as HTML)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-AWB (Application Component) Data Warehousing Workbench
     RSDF_GUI (Package) Data Warehousing Workbench Data Flow
Properties
Class CL_RSDF_GUI_SAVE_AS_HTML  
Short Description Save Documentation as HTML    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDF_GUI   Data Warehousing Workbench Data Flow 
Created 20120111   SAP 
Last change 20140121   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_RSDF_GUI_SAVE_AS_HTML has no interface implemented.
Friends
Class CL_RSDF_GUI_SAVE_AS_HTML has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DATAFLOW Instance attribute Public Type reference (TYPE) S_DATAFLOW Data Flow 20120412
2 EXPAND Static Attribute Public Type reference (TYPE) RS_BOOL Boolean 20120723
3 FILENAME Instance attribute Private Type reference (TYPE) STRING File Name 20120412
4 HTML_OUTPUT Instance attribute Private Type reference (TYPE) STRING HTML Output Code 20120412
5 HTML_OUTPUT_QUERY Instance attribute Private Type reference (TYPE) STRING HTML Ouput for Query 20120723
6 PATH Instance attribute Private Type reference (TYPE) STRING File Path 20120412
7 QUERY_FLAG Static Attribute Public Type reference (TYPE) RS_BOOL Boolean 20120723
8 RECEIVED_RFC Instance attribute Private Type reference (TYPE) I Received RFCs 20120412
9 RECEIVED_RFC_QU Instance attribute Private Type reference (TYPE) I 20120723
10 R_GUI_GRAPHIC Instance attribute Private Object reference (TYPE REF TO) IF_GUI_RSNETGRAPHIC Internal use only for TRFN, ISET, RSPC, DMOD 20120723
11 R_REPOSITORY Instance attribute Private Object reference (TYPE REF TO) CL_RSO_REPOSITORY BW Metadata Repository 20120412
12 S_DOCUMENTS Instance attribute Private Type reference (TYPE) RSDF_S_DATA Data structures of a data flow 20120412
13 TITLE_OBJLIST Instance attribute Private Type reference (TYPE) STRING 20120723
14 T_LSYS Instance attribute Private Type reference (TYPE) RSDF_T_OBJECTLIST Table with TLOGO Objects and Additional Documentation Texts 20120613
15 T_OBJECTS Instance attribute Private Type reference (TYPE) RSDF_T_OBJECTLIST Table with Data Flow Objects 20120412
16 T_OBJECTS_QU Instance attribute Private Type reference (TYPE) RSDF_T_OBJECTLIST Table with Tlogo objects and docu 20120723
17 T_OBJ_TO_QU Instance attribute Private Type reference (TYPE) T_OBJECTLIST_QU table with query objects in the dataflow 20120723
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20120613
2 CONSTRUCTOR Instance method Public Constructor Constructor 20120412
3 CREATE_HTML_FRAME Instance method Private Method Generate HTML Code 20120412
4 GET_DFLOW_SORT_TABLE Instance method Public Method 20120723
5 GET_OBJECTS_ASSOCIATED Instance method Private Method Load data flow objects 20120412
6 GET_PROPERTY_HTML Static method Public Method Read properties for Expand 20120723
7 INIT Instance method Public Method Initialization 20120412
8 INSERT_OBJECT_DOCUMENTATION Instance method Private Method Add HTML Documentation for Object 20120412
9 MODIFY_HTML_CODE Instance method Private Method Customize HTML Layout 20120412
10 OPEN_SAVE_TO_FILE_DIALOG Instance method Public Method Open "Save As" Dialog 20120412
11 RFC_REACTION Instance method Public Method Reaction to RFC 20120412
12 RFC_REACTION_QU Instance method Public Method Reaction of RFC 20120723
13 SAVE_DATAFLOW_AS_HTML Static method Public Method Save data flow documentation as HTML 20120412
14 SAVE_OBJECTLIST_AS_HTML Static method Public Method Save documentation for single objects as HTML 20120412
15 SAVE_TO_FILE Instance method Private Method Save documentation as HTML file 20120412
16 SET_PROPERTY_HTML Static method Public Method set properties for expand 20120723
17 SORT_OBJECT_TABLE Instance method Private Method sort object table 20120723
Events
Class CL_RSDF_GUI_SAVE_AS_HTML has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_DATAFLOW Public See coding Data Flow 20120412 BEGIN OF s_dataflow, dataflow TYPE rsdfdataflow, objvers TYPE rsobjvers, docutype TYPE rsawbndocutype, docustring TYPE rsdfdocustring, END OF s_dataflow
2 S_OBJECTLIST Private See coding Data Flow Object 20120412 BEGIN OF s_objectlist. INCLUDE TYPE rso_s_tlogo_asc. TYPES document TYPE string. TYPES document_type TYPE rsawbndocutype. TYPES END OF s_objectlist
3 S_OBJECTLIST_QU Private See coding Query Objects in the dataflow 20120723 BEGIN OF s_objectlist_qu. INCLUDE TYPE rsdf_s_objectlist. TYPES parent_tlogo TYPE rstlogo. TYPES parent_objnm TYPE sobj_name. TYPES parent_objver TYPE rs_objvers. TYPES parent_html TYPE stringval. TYPES: END OF s_objectlist_qu
4 T_DFLOW_SORT_LIST Public See coding 20120723 t_dflow_sort_list TYPE TABLE OF rstlogo
5 T_OBJECTLIST Private See coding Table with Data Flow Objects 20120412 t_objectlist TYPE STANDARD TABLE OF s_objectlist
6 T_OBJECTLIST_QU Private See coding Table with Query Objects in the Dataflow 20120723 t_objectlist_qu TYPE STANDARD TABLE OF s_objectlist_qu
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSDF_GUI_SAVE_AS_HTML has no parameter.
Method CONSTRUCTOR on class CL_RSDF_GUI_SAVE_AS_HTML has no exception.

Method CREATE_HTML_FRAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IS_DATAFLOW Call by reference Type reference (TYPE) RS_BOOL Boolean 20120412
2 Importing I_TYPE_QU Call by reference Type reference (TYPE) RS_BOOL Boolean 20120723

Method CREATE_HTML_FRAME on class CL_RSDF_GUI_SAVE_AS_HTML has no exception.

Method GET_DFLOW_SORT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_DFLOW_SORT Call by reference Type reference (TYPE) T_DFLOW_SORT_LIST BW: Objekttyp (TLOGO) 20120723

Method GET_DFLOW_SORT_TABLE on class CL_RSDF_GUI_SAVE_AS_HTML has no exception.

Method GET_OBJECTS_ASSOCIATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_QUERY Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 20130606
# Exception Resumable Description Created on
1 CX_RSDF_CANCELED Funktion abgebrochen 20120412

Method GET_PROPERTY_HTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_EXPAND Value transfer Type reference (TYPE) RS_BOOL Boolean 20120821

Method GET_PROPERTY_HTML on class CL_RSDF_GUI_SAVE_AS_HTML has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATAFLOW Call by reference Type reference (TYPE) RSDFDATAFLOW NEU 20120412
2 Importing I_EXPAND_FLAG Call by reference Type reference (TYPE) RS_BOOL Boolean 20120723
3 Importing I_OBJVERSION Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE NEU 20120412
4 Importing I_QUERY_FLAG Call by reference Type reference (TYPE) RS_BOOL Boolean 20120723
5 Importing I_R_GUI_RSNETGRAPHIC Call by reference Object reference (TYPE REF TO) IF_GUI_RSNETGRAPHIC Only internal use for TRFN, ISET, RSPC, DMOD !!! 20120723
6 Importing I_TITLE_LIST Call by reference Type reference (TYPE) C 20120723
7 Importing I_T_OBJECTS Call by reference Type reference (TYPE) RSO_T_TLOGO_ASC NEU 20120412
8 Importing I_WITH_PREVIEW Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE NEU 20120412
# Exception Resumable Description Created on
1 CX_RSDF_CANCELED Funktion abgebrochen 20120412

Method INSERT_OBJECT_DOCUMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE_QU Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20120723

Method INSERT_OBJECT_DOCUMENTATION on class CL_RSDF_GUI_SAVE_AS_HTML has no exception.

Method MODIFY_HTML_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_OBJECTS Call by reference Type reference (TYPE) RSDF_T_OBJECTLIST Tabelle mit TLOGO Objekten und zusätzlicher Dokutexte 20120412

Method MODIFY_HTML_CODE on class CL_RSDF_GUI_SAVE_AS_HTML has no exception.

Method OPEN_SAVE_TO_FILE_DIALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOCUMENTATION_DFLOW Call by reference Type reference (TYPE) STRING 20120723
2 Importing I_DOCUMENTATION_QUERY Call by reference Type reference (TYPE) STRING 20120723
3 Importing I_F_GUI_RSNETGRAPHIC Call by reference Object reference (TYPE REF TO) IF_GUI_RSNETGRAPHIC Only internal use for TRFN, ISET, RSPC, DMOD !!! 20120723
4 Importing I_PREVIEW Call by reference Type reference (TYPE) RS_BOOL Boolean 20120723
5 Importing I_SAVE_DFLOW Call by reference Type reference (TYPE) RS_BOOL Boolean 20120723
6 Importing I_SAVE_JPG Call by reference Type reference (TYPE) RS_BOOL Boolean 20120723
7 Importing I_SAVE_QUERY Call by reference Type reference (TYPE) RS_BOOL Boolean 20120723

Method OPEN_SAVE_TO_FILE_DIALOG on class CL_RSDF_GUI_SAVE_AS_HTML has no exception.

Method RFC_REACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) CLIKE Taskname 20120412

Method RFC_REACTION on class CL_RSDF_GUI_SAVE_AS_HTML has no exception.

Method RFC_REACTION_QU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) CLIKE Taskname 20120723

Method RFC_REACTION_QU on class CL_RSDF_GUI_SAVE_AS_HTML has no exception.

Method SAVE_DATAFLOW_AS_HTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATAFLOW Call by reference Type reference (TYPE) RSDFDATAFLOW NEU 20120412
2 Importing I_EXPAND_FLAG Call by reference Type reference (TYPE) RS_BOOL Boolean 20120723
3 Importing I_OBJVERSION Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Objektversion 20120412
4 Importing I_QUERY_FLAG Call by reference Type reference (TYPE) RS_BOOL Boolean 20120723
5 Importing I_R_GUI_RSNETGRAPHIC Call by reference Object reference (TYPE REF TO) IF_GUI_RSNETGRAPHIC Only internal use for TRFN, ISET, RSPC, DMOD !!! 20120723
6 Importing I_WITH_PREVIEW Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE NEU 20120412
# Exception Resumable Description Created on
1 CX_RSDF_CANCELED Funktion abgebrochen 20120412

Method SAVE_OBJECTLIST_AS_HTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_GUI_RSNETGRAPHIC Call by reference Object reference (TYPE REF TO) IF_GUI_RSNETGRAPHIC Only internal use for TRFN, ISET, RSPC, DMOD !!! 20120723
2 Importing I_TITLE Call by reference Type reference (TYPE) C 20120723
3 Importing I_T_OBJECTS Call by reference Type reference (TYPE) RSO_T_TLOGO_ASC NEU 20120412
4 Importing I_WITH_PREVIEW Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE NEU 20120412
# Exception Resumable Description Created on
1 CX_RSDF_CANCELED Funktion abgebrochen 20120412

Method SAVE_TO_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SAVE_DFLOW Call by reference Type reference (TYPE) RS_BOOL Boolean 20120723
2 Importing I_SAVE_JPG Call by reference Type reference (TYPE) RS_BOOL Boolean 20120723
3 Importing I_SAVE_QUERY Call by reference Type reference (TYPE) RS_BOOL Boolean 20120723
# Exception Resumable Description Created on
1 CX_RSDF_CANCELED Funktion abgebrochen 20120723

Method SET_PROPERTY_HTML Signature

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

Method SET_PROPERTY_HTML on class CL_RSDF_GUI_SAVE_AS_HTML has no exception.

Method SORT_OBJECT_TABLE Signature

Method SORT_OBJECT_TABLE on class CL_RSDF_GUI_SAVE_AS_HTML has no parameter.
Method SORT_OBJECT_TABLE on class CL_RSDF_GUI_SAVE_AS_HTML has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740