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 | ![]() |
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 | ![]() |
Instance attribute | Public | Type reference (TYPE) | S_DATAFLOW | Data Flow | 20120412 | ||
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | File Name | 20120412 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | HTML Output Code | 20120412 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | HTML Ouput for Query | 20120723 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | File Path | 20120412 | ||
7 | ![]() |
Static Attribute | Public | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Received RFCs | 20120412 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20120723 | |||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_GUI_RSNETGRAPHIC | Internal use only for TRFN, ISET, RSPC, DMOD | 20120723 | ||
11 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSO_REPOSITORY | BW Metadata Repository | 20120412 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSDF_S_DATA | Data structures of a data flow | 20120412 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20120723 | |||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSDF_T_OBJECTLIST | Table with TLOGO Objects and Additional Documentation Texts | 20120613 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSDF_T_OBJECTLIST | Table with Data Flow Objects | 20120412 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSDF_T_OBJECTLIST | Table with Tlogo objects and docu | 20120723 | ||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_OBJECTLIST_QU | table with query objects in the dataflow | 20120723 |
Methods
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 | ![]() |
I_IS_DATAFLOW | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120412 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
I_WITH_QUERY | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20130606 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Funktion abgebrochen | 20120412 |
Method GET_PROPERTY_HTML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_DATAFLOW | Call by reference | Type reference (TYPE) | RSDFDATAFLOW | NEU | 20120412 | ||
2 | ![]() |
I_EXPAND_FLAG | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 | ||
3 | ![]() |
I_OBJVERSION | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | NEU | 20120412 | |
4 | ![]() |
I_QUERY_FLAG | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 | ||
5 | ![]() |
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 | ![]() |
I_TITLE_LIST | Call by reference | Type reference (TYPE) | C | 20120723 | |||
7 | ![]() |
I_T_OBJECTS | Call by reference | Type reference (TYPE) | RSO_T_TLOGO_ASC | NEU | 20120412 | ||
8 | ![]() |
I_WITH_PREVIEW | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | NEU | 20120412 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Funktion abgebrochen | 20120412 |
Method INSERT_OBJECT_DOCUMENTATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 | ![]() |
I_DOCUMENTATION_DFLOW | Call by reference | Type reference (TYPE) | STRING | 20120723 | |||
2 | ![]() |
I_DOCUMENTATION_QUERY | Call by reference | Type reference (TYPE) | STRING | 20120723 | |||
3 | ![]() |
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 | ![]() |
I_PREVIEW | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 | ||
5 | ![]() |
I_SAVE_DFLOW | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 | ||
6 | ![]() |
I_SAVE_JPG | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 | ||
7 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
I_DATAFLOW | Call by reference | Type reference (TYPE) | RSDFDATAFLOW | NEU | 20120412 | ||
2 | ![]() |
I_EXPAND_FLAG | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 | ||
3 | ![]() |
I_OBJVERSION | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Objektversion | 20120412 | |
4 | ![]() |
I_QUERY_FLAG | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 | ||
5 | ![]() |
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 | ![]() |
I_WITH_PREVIEW | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | NEU | 20120412 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Funktion abgebrochen | 20120412 |
Method SAVE_OBJECTLIST_AS_HTML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_TITLE | Call by reference | Type reference (TYPE) | C | 20120723 | |||
3 | ![]() |
I_T_OBJECTS | Call by reference | Type reference (TYPE) | RSO_T_TLOGO_ASC | NEU | 20120412 | ||
4 | ![]() |
I_WITH_PREVIEW | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | NEU | 20120412 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Funktion abgebrochen | 20120412 |
Method SAVE_TO_FILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SAVE_DFLOW | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 | ||
2 | ![]() |
I_SAVE_JPG | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 | ||
3 | ![]() |
I_SAVE_QUERY | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120723 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Funktion abgebrochen | 20120723 |
Method SET_PROPERTY_HTML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 |