SAP ABAP Class CL_LXE_TEXTEXT_EXCEL_DOI (Excel document)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_EX (Package) Externalization of ABAP texts
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_LXE_TEXTEXT_EXCEL_DOI_GET | Excel document | 20110324 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_LXE_TEXTEXT_EXCEL_DOI_PUT | Excel document | 20110324 |
Properties
| Class | CL_LXE_TEXTEXT_EXCEL_DOI | |
| Short Description | Excel document | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLXE_EX | Externalization of ABAP texts |
| Created | 20110308 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_LXE_TEXTEXT_EXCEL_DOI has no interface implemented.
Friends
Class CL_LXE_TEXTEXT_EXCEL_DOI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | I_OI_DOCUMENT_PROXY | General Document Interface | 20110308 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in the Screen Area | 20110308 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | I_OI_CONTAINER_CONTROL | Document Container Control Interface | 20110308 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | TT_DATA | 20110324 | ||||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | I_OI_SPREADSHEET | Spreadsheet Interface | 20110308 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20110308 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20110308 | |
| 3 | Instance method | Public | Method | 20110308 | ||
| 4 | Instance method | Protected | Method | 20110329 |
Events
Class CL_LXE_TEXTEXT_EXCEL_DOI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_DATA | Protected | See coding | 20110308 | tt_data TYPE SORTED TABLE OF t_data
WITH UNIQUE KEY row col
|
||
| 2 | T_DATA | Protected | See coding | 20110308 | BEGIN OF t_data,
row TYPE i,
col TYPE i,
value TYPE c LENGTH 256,
END OF t_data
|
Method Signatures
Method CLOSE Signature
Method CLOSE on class CL_LXE_TEXTEXT_EXCEL_DOI has no parameter.
Method CLOSE on class CL_LXE_TEXTEXT_EXCEL_DOI has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_LXE_TEXTEXT_EXCEL_DOI has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions | 20110308 |
Method DESTROY Signature
Method DESTROY on class CL_LXE_TEXTEXT_EXCEL_DOI has no parameter.
Method DESTROY on class CL_LXE_TEXTEXT_EXCEL_DOI has no exception.
Method INIT_ATTRIBUTES Signature
Method INIT_ATTRIBUTES on class CL_LXE_TEXTEXT_EXCEL_DOI has no parameter.
Method INIT_ATTRIBUTES on class CL_LXE_TEXTEXT_EXCEL_DOI has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 731 |