SAP ABAP Class CL_OPENXML_PARTCOLLECTION (OpenXML Part Collection)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-I18 (Application Component) Internationalization (I18N)
⤷
S_OOXML_OPC (Package) OpenXML Packaging
⤷
⤷
Properties
| Class | CL_OPENXML_PARTCOLLECTION | |
| Short Description | OpenXML Part Collection | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_OOXML_OPC | OpenXML Packaging |
| Created | 20071120 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_OPENXML_PARTCOLLECTION has no forward declaration.
Interfaces
Class CL_OPENXML_PARTCOLLECTION has no interface implemented.
Friends
Class CL_OPENXML_PARTCOLLECTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | See coding | 20071120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Append part to collection | 20071120 | |
| 2 | Instance method | Public | Method | Append a whole part collection | 20071129 | |
| 3 | Instance method | Public | Method | Get count of included parts | 20071120 | |
| 4 | Instance method | Public | Method | Get part by index (starting at 0) | 20071120 |
Events
Class CL_OPENXML_PARTCOLLECTION has no event.
Types
Class CL_OPENXML_PARTCOLLECTION has no local type.
Method Signatures
Method APPEND_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PART | Call by reference | Object reference (TYPE REF TO) | CL_OPENXML_PART | OpenXML Part | 20071120 |
Method APPEND_PART on class CL_OPENXML_PARTCOLLECTION has no exception.
Method APPEND_PARTCOLLECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PARTS | Call by reference | Object reference (TYPE REF TO) | CL_OPENXML_PARTCOLLECTION | OpenXML Part Collection | 20071129 |
Method APPEND_PARTCOLLECTION on class CL_OPENXML_PARTCOLLECTION has no exception.
Method GET_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_COUNT | Value transfer | Type reference (TYPE) | INT4 | Natural number | 20071120 |
Method GET_COUNT on class CL_OPENXML_PARTCOLLECTION has no exception.
Method GET_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20071120 | |||
| 2 | RR_PART | Value transfer | Object reference (TYPE REF TO) | CL_OPENXML_PART | OpenXML Part | 20071120 |
Method GET_PART on class CL_OPENXML_PARTCOLLECTION has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 711 |