SAP ABAP Class /SDF/CL_ITAB_AGGR (Add records to internal table with aggregation)
Hierarchy
☛
ST-PI (Software Component) SAP Solution Tools Plug-In
⤷
SV-SMG-SDD (Application Component) Service Data Download
⤷
/SDF/STPI_6X (Package) Release 6.XX dependent Basis Addon SLM
⤷
⤷
Properties
| Class | /SDF/CL_ITAB_AGGR | |
| Short Description | Add records to internal table with aggregation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /SDF/STPI_6X | Release 6.XX dependent Basis Addon SLM |
| Created | 20080610 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /SDF/CL_ITAB_AGGR has no forward declaration.
Interfaces
Class /SDF/CL_ITAB_AGGR has no interface implemented.
Friends
Class /SDF/CL_ITAB_AGGR 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 | 20080610 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | INT4 | Size of structure in bytes | 20080610 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime type identification | 20080610 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20080610 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | INT4 | Size of table (allocated records) in bytes | 20080610 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime type identification | 20080610 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080610 | |
| 2 | Instance method | Public | Method | Merge two records | 20080610 | |
| 3 | Instance method | Public | Method | Add record to table | 20080610 |
Events
Class /SDF/CL_ITAB_AGGR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | STRUCDEFTAB | Protected | See coding | 20080610 | |
||
| 2 | TABDEFSTRUC | Protected | See coding | 20080610 | |
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) | /SDF/SEL_TABTYPE | List of fields with aggregation = SUM | 20080610 | |||
| 2 | DEFAULT_AGGR | Value transfer | Type reference (TYPE) | CHAR3 | 'IGN' | Default aggregation (MIN, MAX, ADD, OVR or IGN) | 20080610 | ||
| 3 | IGN_AGGR | Call by reference | Type reference (TYPE) | /SDF/SEL_TABTYPE | List of fields with aggregation = ignore (keep old value) | 20080610 | |||
| 4 | MAX_AGGR | Call by reference | Type reference (TYPE) | /SDF/SEL_TABTYPE | List of fields with aggregation = MAX | 20080610 | |||
| 5 | MIN_AGGR | Call by reference | Type reference (TYPE) | /SDF/SEL_TABTYPE | List of fields with aggregation = MIN | 20080610 | |||
| 6 | OVR_AGGR | Call by reference | Type reference (TYPE) | /SDF/SEL_TABTYPE | List of fields with aggregation = replace | 20080610 | |||
| 7 | TAB | Call by reference | Type reference (TYPE) | ANY TABLE | 20080610 |
Method CONSTRUCTOR on class /SDF/CL_ITAB_AGGR 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 | 20080610 | ||||
| 2 | S_TABLE_LINE | Call by reference | Type reference (TYPE) | DATA | 20080610 |
Method MODIFY_LINE on class /SDF/CL_ITAB_AGGR 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 | 20080610 | ||||
| 2 | TAB | Call by reference | Type reference (TYPE) | ANY TABLE | 20080610 |
Method MODIFY_TABLE on class /SDF/CL_ITAB_AGGR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 2005_1_620 |