SAP ABAP Class CL_RSRT_HTML_OBJECT (HTML Object)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSRT_BICS_RENDERER (Package) RSRT BICS Renderer
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSRT_HTML_DOCUMENT | HTML Document | 20120515 |
Properties
| Class | CL_RSRT_HTML_OBJECT | |
| Short Description | HTML Object | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSRT_BICS_RENDERER | RSRT BICS Renderer |
| Created | 20120515 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_RSRT_HTML_OBJECT has no interface implemented.
Friends
Class CL_RSRT_HTML_OBJECT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TN_TYPE | 'HTML_OBJECT' | HTML Object Type | 20121004 | ||
| 2 | Instance attribute | Public | Type reference (TYPE) | TN_ID | HTML Object ID | 20120531 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RSRT_HTML_DOCUMENT | HTML Document | 20121004 | |||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RSRT_MIME_OBJECT_MANAGER | Mime Object Manager | 20120521 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | TN_TYPE | HTML Object Type | 20121004 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | TN_T_HTML_CONTENT | HTML Content List | 20120521 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | I | 20120524 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add HTML Content | 20120521 | |
| 2 | Instance method | Public | Method | Clear HTML Content | 20120521 | |
| 3 | Instance method | Protected | Constructor | CONSTRUCTOR | 20120515 | |
| 4 | Instance method | Public | Method | Create Content Object | 20120531 | |
| 5 | Instance method | Public | Method | Free | 20120521 | |
| 6 | Instance method | Public | Method | Get Content Object | 20120531 | |
| 7 | Instance method | Public | Method | Get HTML | 20120521 | |
| 8 | Instance method | Public | Method | Has Content | 20120625 |
Events
Class CL_RSRT_HTML_OBJECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_ID | Public | Type reference (TYPE) | STRING | HTML Object ID | 20120531 | |
| 2 | TN_S_HTML_CONTENT | Protected | See coding | HTML Content | 20120515 | begin of tn_s_html_content,
html type string,
o_object type ref to cl_rsrt_html_object,
end of tn_s_html_content
|
|
| 3 | TN_TYPE | Public | Type reference (TYPE) | STRING | HTML Object Type | 20121004 | |
| 4 | TN_T_HTML_CONTENT | Protected | See coding | HTML Content List | 20120515 | tn_t_html_content type standard table of tn_s_html_content with default key initial size 1
|
Method Signatures
Method ADD_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML | Call by reference | Type reference (TYPE) | STRING | HTML | 20120521 | |||
| 2 | O_HTML_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_RSRT_HTML_OBJECT | HTML Object | 20120529 |
Method ADD_CONTENT on class CL_RSRT_HTML_OBJECT has no exception.
Method CLEAR_CONTENT Signature
Method CLEAR_CONTENT on class CL_RSRT_HTML_OBJECT has no parameter.
Method CLEAR_CONTENT on class CL_RSRT_HTML_OBJECT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | TN_ID | HTML Object ID | 20120531 | |||
| 2 | O_MIME_OBJECT_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_MIME_OBJECT_MANAGER | Mime Object Manager | 20120516 | |||
| 3 | TYPE | Call by reference | Type reference (TYPE) | TN_TYPE | CL_RSRT_HTML_OBJECT=>N_C_TYPE_OBJECT | HTML Object Type | 20121004 |
Method CONSTRUCTOR on class CL_RSRT_HTML_OBJECT has no exception.
Method CREATE_CONTENT_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | TN_ID | HTML Object ID | 20120531 | |||
| 2 | VALUE | Value transfer | Object reference (TYPE REF TO) | CL_RSRT_HTML_OBJECT | HTML Document | 20120531 |
Method CREATE_CONTENT_OBJECT on class CL_RSRT_HTML_OBJECT has no exception.
Method FREE Signature
Method FREE on class CL_RSRT_HTML_OBJECT has no parameter.
Method FREE on class CL_RSRT_HTML_OBJECT has no exception.
Method GET_CONTENT_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | TN_ID | HTML Object ID | 20120531 | |||
| 2 | VALUE | Value transfer | Object reference (TYPE REF TO) | CL_RSRT_HTML_OBJECT | HTML Object | 20120531 |
Method GET_CONTENT_OBJECT on class CL_RSRT_HTML_OBJECT has no exception.
Method GET_HTML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | HTML | 20120521 |
Method GET_HTML on class CL_RSRT_HTML_OBJECT has no exception.
Method HAS_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120625 |
Method HAS_CONTENT on class CL_RSRT_HTML_OBJECT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |