SAP ABAP Class CL_CCMSBI_ITAB_PREAGG (Extend Table Contents with Aggregation)
Hierarchy
☛
PI_BASIS (Software Component) Basis Plug-In
⤷
CA (Application Component) Cross-Application Components
⤷
RS_BCT_CCMS_STAT_EXTRACTORS (Package) Extractors for R/3- and Non-R/3-Statistics Data
⤷
⤷
Properties
| Class | CL_CCMSBI_ITAB_PREAGG | |
| Short Description | Extend Table Contents with Aggregation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RS_BCT_CCMS_STAT_EXTRACTORS | Extractors for R/3- and Non-R/3-Statistics Data |
| Created | 20060308 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CCMSBI_ITAB_PREAGG has no forward declaration.
Interfaces
Class CL_CCMSBI_ITAB_PREAGG has no interface implemented.
Friends
Class CL_CCMSBI_ITAB_PREAGG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | STRUCDEFTAB | 20060308 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | INT4 | Size of a Row in Bytes | 20060309 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20060308 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20060308 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | INT4 | Size of the Table in Bytes | 20060309 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20060308 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20060308 | ||
| 2 | Instance method | Public | Method | Merge Two Rows | 20060308 | |
| 3 | Instance method | Public | Method | Add Row to Table | 20060308 |
Events
Class CL_CCMSBI_ITAB_PREAGG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | STRUCDEFTAB | Public | See coding | 20060308 | strucdeftab type table of tabdefstruc
|
||
| 2 | TABDEFSTRUC | Public | See coding | 20060308 | begin of TABDEFSTRUC,
fname type char30,
idx type i,
aggr_meth type char3,
end of tabdefstruc
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADD_AGGR | Call by reference | Type reference (TYPE) | CCMSBI_SEL_TAB | Felder, die summiert werden sollen | 20060308 | |||
| 2 | DEFAULT_AGGR | Value transfer | Type reference (TYPE) | CHAR3 | 'IGN' | Default-Aggregation (MIN, MAX, ADD, OVR oder IGN) | 20060308 | ||
| 3 | IGN_AGGR | Call by reference | Type reference (TYPE) | CCMSBI_SEL_TAB | Felder, deren alter Wert beibehalten werden soll | 20060308 | |||
| 4 | MAX_AGGR | Call by reference | Type reference (TYPE) | CCMSBI_SEL_TAB | Felder, für die Aggregation = Maximum gilt | 20060308 | |||
| 5 | MIN_AGGR | Call by reference | Type reference (TYPE) | CCMSBI_SEL_TAB | Felder, für die Aggregation = Minimum gilt | 20060308 | |||
| 6 | OVR_AGGR | Call by reference | Type reference (TYPE) | CCMSBI_SEL_TAB | Felder, die mit neuen Werten überschrieben werden sollen | 20060308 | |||
| 7 | TAB | Call by reference | Type reference (TYPE) | ANY TABLE | 20060308 |
Method CONSTRUCTOR on class CL_CCMSBI_ITAB_PREAGG has no exception.
Method MODIFY_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | S_NEW_LINE | Call by reference | Type reference (TYPE) | DATA | 20060308 | ||||
| 2 | S_TABLE_LINE | Call by reference | Type reference (TYPE) | DATA | 20060308 |
Method MODIFY_LINE on class CL_CCMSBI_ITAB_PREAGG has no exception.
Method MODIFY_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | S_NEW_LINE | Call by reference | Type reference (TYPE) | DATA | 20060308 | ||||
| 2 | TAB | Call by reference | Type reference (TYPE) | ANY TABLE | 20060308 |
Method MODIFY_TABLE on class CL_CCMSBI_ITAB_PREAGG has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 2006_1_700 |