SAP ABAP Class CL_CNV_MBT_SPRD_WORKBOOK (Spreadsheet Workbook)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_MBT_SPRD (Package) Spreadsheet Upload / Download Classes
⤷
⤷
Properties
| Class | CL_CNV_MBT_SPRD_WORKBOOK | |
| Short Description | Spreadsheet Workbook | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_MBT_SPRD | Spreadsheet Upload / Download Classes |
| Created | 20110825 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CNV_MBT_SPRD_WORKBOOK has no forward declaration.
Interfaces
Class CL_CNV_MBT_SPRD_WORKBOOK has no interface implemented.
Friends
Class CL_CNV_MBT_SPRD_WORKBOOK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CNV_MBT_SPRD_GENERATOR | 'SLO Workbook Generator' | Workbook Generator | 20110825 | ||
| 2 | Constant | Public | Type reference (TYPE) | CNV_MBT_SPRD_HEADER_LENGTH | 8 | Header Length | 20110825 | ||
| 3 | Constant | Public | Type reference (TYPE) | CNV_MBT_SPRD_WORKSHEET_NAME | 'Info' | Worksheet name | 20110825 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | CNV_MBT_SPRD_T_WORKSHEET | List of Worksheets | 20110825 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | CNV_MBT_SPRD_CREATOR | Workbook Creator | 20110825 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20110825 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | CNV_MBT_SPRD_GENERATOR | Workbook Generator | 20110825 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | SYUZEIT | Current Time of Application Server | 20110825 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20110825 | |
| 2 | Instance method | Public | Method | Create a new worksheet in this workbook | 20110825 | |
| 3 | Instance method | Public | Method | Create a new title sheet in this workbook | 20110825 | |
| 4 | Instance method | Public | Method | Returns a list of contained | 20110825 | |
| 5 | Static method | Public | Method | Load a workbook from a binary string | 20110825 | |
| 6 | Instance method | Public | Method | Save the workbook to a binary string | 20110825 |
Events
Class CL_CNV_MBT_SPRD_WORKBOOK has no event.
Types
Class CL_CNV_MBT_SPRD_WORKBOOK has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CREATOR | Call by reference | Type reference (TYPE) | CNV_MBT_SPRD_CREATOR | Workbook Creator | 20110825 | |||
| 2 | IV_DATE | Call by reference | Type reference (TYPE) | SYDATUM | SY-DATUM | Current Date of Application Server | 20110825 | ||
| 3 | IV_GENERATOR | Call by reference | Type reference (TYPE) | CNV_MBT_SPRD_GENERATOR | Workbook Generator | 20110825 | |||
| 4 | IV_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | SY-UZEIT | Current Time of Application Server | 20110825 |
Method CONSTRUCTOR on class CL_CNV_MBT_SPRD_WORKBOOK has no exception.
Method CREATE_SHEET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HEADER_LENGTH | Call by reference | Type reference (TYPE) | CNV_MBT_SPRD_HEADER_LENGTH | NC_DEFAULT_HEADER_LENGTH | Header Length | 20110825 | ||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | CNV_MBT_SPRD_WORKSHEET_NAME | Worksheet name | 20110825 | |||
| 3 | RR_WORKSHEET | Value transfer | Object reference (TYPE REF TO) | CL_CNV_MBT_SPRD_WORKSHEET | Spreadsheet Worksheet | 20110825 |
Method CREATE_SHEET on class CL_CNV_MBT_SPRD_WORKBOOK has no exception.
Method CREATE_TITLE_SHEET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HEADER_LENGTH | Call by reference | Type reference (TYPE) | CNV_MBT_SPRD_HEADER_LENGTH | NC_DEFAULT_HEADER_LENGTH | Header Length | 20110825 | ||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | CNV_MBT_SPRD_WORKSHEET_NAME | NC_DEFAULT_TITLE_SHEET_NAME | Worksheet name | 20110825 | ||
| 3 | RR_TITLESHEET | Value transfer | Object reference (TYPE REF TO) | CL_CNV_MBT_SPRD_TITLESHEET | Spreadsheet Title Sheet | 20110825 |
Method CREATE_TITLE_SHEET on class CL_CNV_MBT_SPRD_WORKBOOK has no exception.
Method GET_SHEETS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_WORKSHEETS | Value transfer | Type reference (TYPE) | CNV_MBT_SPRD_T_WORKSHEET | List of Worksheets | 20110825 |
Method GET_SHEETS on class CL_CNV_MBT_SPRD_WORKBOOK has no exception.
Method LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_HEADER_LENGTHS | Call by reference | Type reference (TYPE) | CNV_MBT_SPRD_T_HDR_META | Meta data on headers of the worksheets | 20110825 | |||
| 2 | IV_DEFAULT_HEADER_LENGTH | Call by reference | Type reference (TYPE) | CNV_MBT_SPRD_HEADER_LENGTH | NC_DEFAULT_HEADER_LENGTH | Header Length | 20110825 | ||
| 3 | IV_FILE | Call by reference | Type reference (TYPE) | XSTRING | 20110825 | ||||
| 4 | IV_FORMAT | Call by reference | Type reference (TYPE) | CNV_MBT_SPRD_FORMAT | Workbook Format | 20110825 | |||
| 5 | IV_TITLE_SHEET_NAME | Call by reference | Type reference (TYPE) | CNV_MBT_SPRD_WORKSHEET_NAME | NC_DEFAULT_TITLE_SHEET_NAME | Worksheet name | 20110825 | ||
| 6 | RR_WORKBOOK | Value transfer | Object reference (TYPE REF TO) | CL_CNV_MBT_SPRD_WORKBOOK | Spreadsheet Workbook | 20110825 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error loading document | 20110829 | ||
| 2 | Not supported | 20110825 |
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FORMAT | Call by reference | Type reference (TYPE) | CNV_MBT_SPRD_FORMAT | Workbook Format | 20110825 | |||
| 2 | RV_FILE | Value transfer | Type reference (TYPE) | XSTRING | 20110825 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Not supported | 20110825 | ||
| 2 | Error saving document | 20110905 |
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_700 |