SAP ABAP Class CL_RSAN_MDL_DST_GROUP_BY (Source Transformation - Group)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-EI-APD (Application Component) Analysis Process Designer
⤷
RSAN_MDL (Package) APD - Tool - Object Model
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSAN_MDL_ABSTRACT_NODE | Base Class of a Node | 20020204 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSAN_MDL_MAPPING_SOURCE | Object Can Be Used as Source of a Mapping Rule | 20020204 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSAN_MDL_MAPPING_TARGET | Object Can Be Used as Target of a Mapping Rule | 20020204 |
Properties
| Class | CL_RSAN_MDL_DST_GROUP_BY | |
| Short Description | Source Transformation - Group | |
| Super Class | CL_RSAN_MDL_ABSTRACT_NODE | Base Class of a Node |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSAN_MDL | |
| Program status | ||
| Category | 0 | |
| Package | RSAN_MDL | APD - Tool - Object Model |
| Created | 20020204 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSAN_MDL_MAPPING_SOURCE | Object Can Be Used as Source of a Mapping Rule | 20020204 | ||
| 2 | IF_RSAN_MDL_MAPPING_TARGET | Object Can Be Used as Target of a Mapping Rule | 20020204 |
Friends
Class CL_RSAN_MDL_DST_GROUP_BY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | RSAN_OM_R_LIST | List of Fields to be Aggregated (CL_RSAN_MDL_SORT_FIELDS) | 20020304 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | RSAN_OM_R_LIST | List of Fields for the Sort (CL_RSAN_MDL_SORT_FIELDS) | 20020204 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | check aggregation type of a field | 20020528 | |
| 2 | Static method | Public | Method | Checks Aggregation Function Against Field Data Type | 20030713 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20020204 | |
| 4 | Instance method | Public | Method | Get Aggregation Fields | 20020304 | |
| 5 | Instance method | Public | Method | Get Data Type for Field | 20020528 | |
| 6 | Instance method | Public | Method | Get Sort Fields | 20020304 | |
| 7 | Instance method | Public | Method | 20020204 | ||
| 8 | Instance method | Public | Method | 20020204 | ||
| 9 | Instance method | Public | Method | 20020204 | ||
| 10 | Instance method | Public | Method | 20020204 |
Events
Class CL_RSAN_MDL_DST_GROUP_BY has no event.
Types
Class CL_RSAN_MDL_DST_GROUP_BY has no local type.
Method Signatures
Method CHECK_AGGR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGGREGATION | Call by reference | Object reference (TYPE REF TO) | CL_RSAN_MDL_GROUP_BY_AGGR | Filter (Range table entry) | 20020528 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler in der Analyseprozessdefinition | 20020528 |
Method CHECK_AGGREGATION_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGGR_FUNCTION | Call by reference | Type reference (TYPE) | RSAN_MDL_AGGR | 20030713 | ||||
| 2 | I_DATATYPE | Call by reference | Type reference (TYPE) | DD04V-DATATYPE | 20030713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler in Einstellungen zum Knoten Aggregation | 20030713 |
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSAN_MDL_DST_GROUP_BY has no parameter.
Method CONSTRUCTOR on class CL_RSAN_MDL_DST_GROUP_BY has no exception.
Method GET_AGGR_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETH_AGGR | Call by reference | Type reference (TYPE) | RSANM_TH_SORT_FIELD | aggregated fields | 20020304 |
Method GET_AGGR_FIELDS on class CL_RSAN_MDL_DST_GROUP_BY has no exception.
Method GET_DATATYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DATATYPE | Call by reference | Type reference (TYPE) | DD04V-DATATYPE | Datentyp im ABAP Dictionary | 20020528 | |||
| 2 | I_FIELD | Call by reference | Type reference (TYPE) | RSANM_S_MAP_SOURCE_FIELD | 20020528 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler in der Analyseprozessdefinition | 20020528 |
Method GET_GROUP_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETH_GROUP | Call by reference | Type reference (TYPE) | RSANM_TH_SORT_FIELD | Group fields | 20020304 |
Method GET_GROUP_FIELDS on class CL_RSAN_MDL_DST_GROUP_BY has no exception.
Method GET_MAPPING_SOURCE_FIELDS Signature
Method GET_MAPPING_SOURCE_FIELDS on class CL_RSAN_MDL_DST_GROUP_BY has no parameter.
Method GET_MAPPING_SOURCE_FIELDS on class CL_RSAN_MDL_DST_GROUP_BY has no exception.
Method GET_MAPPING_TARGET_FIELDS Signature
Method GET_MAPPING_TARGET_FIELDS on class CL_RSAN_MDL_DST_GROUP_BY has no parameter.
Method GET_MAPPING_TARGET_FIELDS on class CL_RSAN_MDL_DST_GROUP_BY has no exception.
Method GET_MAX_NUMBER_OF_SOURCES Signature
Method GET_MAX_NUMBER_OF_SOURCES on class CL_RSAN_MDL_DST_GROUP_BY has no parameter.
Method GET_MAX_NUMBER_OF_SOURCES on class CL_RSAN_MDL_DST_GROUP_BY has no exception.
Method GET_MAX_NUMBER_OF_TARGETS Signature
Method GET_MAX_NUMBER_OF_TARGETS on class CL_RSAN_MDL_DST_GROUP_BY has no parameter.
Method GET_MAX_NUMBER_OF_TARGETS on class CL_RSAN_MDL_DST_GROUP_BY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 30B |