SAP ABAP Class CL_FDT_MSG_AREA_EXCEL (Class for Message Area to Excel)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_EXCEL_API (Package) Main api for handling Excel documents
⤷
⤷
Properties
| Class | CL_FDT_MSG_AREA_EXCEL | |
| Short Description | Class for Message Area to Excel | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_EXCEL_API | Main api for handling Excel documents |
| Created | 20110207 | SAP |
| Last change | 20130531 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_MSG_AREA_EXCEL has no interface implemented.
Friends
Class CL_FDT_MSG_AREA_EXCEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | IF_FDT_DOC_SPREADSHEET=>T_COLUMN | 20110207 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Build trace content | 20110207 | |
| 2 | Static method | Public | Method | Create excel for message area | 20110207 | |
| 3 | Instance method | Private | Method | Build Message Area Data | 20110207 | |
| 4 | Instance method | Private | Method | Get the long text | 20110228 |
Events
Class CL_FDT_MSG_AREA_EXCEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_MESSAGE | Public | See coding | 20110207 | begin of s_message,
msgtype TYPE string,
object_id TYPE fdt_uuid,
object_name TYPE if_fdt_types=>name,
object_type TYPE string,
text TYPE string,
Msg_no TYPE symsgno,
msg_class TYPE string,
related_id TYPE string,
related_id_desc TYPE string,
source TYPE string,
long_text TYPE string,
END OF s_message
|
||
| 2 | TS_MESSAGE | Public | See coding | 20110207 | ts_message TYPE STANDARD TABLE OF s_message
|
Method Signatures
Method CREATE_CONTENT_MSG_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONTENT | Value transfer | Type reference (TYPE) | XSTRING | Excel content as raw string | 20110207 | |||
| 2 | IR_TABLE_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Table of Simulation data | 20110207 | |||
| 3 | IV_DOCUMENT_NAME | Call by reference | Type reference (TYPE) | STRING | Name of the excel document | 20110207 |
Method CREATE_CONTENT_MSG_AREA on class CL_FDT_MSG_AREA_EXCEL has no exception.
Method CREATE_MSG_AREA_EXCEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONTENT | Call by reference | Type reference (TYPE) | XSTRING | Excel data as raw string | 20110207 | |||
| 2 | IT_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Trace table | 20110207 | |||
| 3 | IV_DOCUMENT_NAME | Call by reference | Type reference (TYPE) | STRING | Name of the excel document | 20110207 |
Method CREATE_MSG_AREA_EXCEL on class CL_FDT_MSG_AREA_EXCEL has no exception.
Method GET_FORMATTED_MSG_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Simulation trace table | 20110207 | |||
| 2 | RT_TABLE_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | Excel compatible trace data | 20110207 |
Method GET_FORMATTED_MSG_DATA on class CL_FDT_MSG_AREA_EXCEL has no exception.
Method GET_LONGTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_LONGTEXT | Call by reference | Type reference (TYPE) | STRING | 20110228 | ||||
| 2 | EV_NO_LONGTXT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110301 | ||||
| 3 | IS_SAPSCRIPT | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>S_SAPSCRIPT_OBJECT | SAPScript Object (ID +SAPScript docu object) | 20110228 |
Method GET_LONGTEXT on class CL_FDT_MSG_AREA_EXCEL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |