SAP ABAP Class CL_RSDRD_SYBASE_PART_INFO (Get specific information about efact table partitions)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-SYS-DB-SYB (Application Component) BW on Sybase ASE Database Platform
⤷
RSSYB (Package) SAP BW on Sybase ASE

⤷

⤷

Properties
Class | CL_RSDRD_SYBASE_PART_INFO | |
Short Description | Get specific information about efact table partitions | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSSYB | SAP BW on Sybase ASE |
Created | 20101109 | SAP |
Last change | 20110908 | 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) |
Interfaces
Class CL_RSDRD_SYBASE_PART_INFO has no interface implemented.
Friends
Class CL_RSDRD_SYBASE_PART_INFO 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) | RSDDATATARGET | Data target for transaction data (InfoCube, ODS object, ...) | 20101109 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_TABLNM | e-fact table name | 20101109 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSPARTTIM | Partitioning time char. | 20101109 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSSIDFIELDNM | InfoObject SID Field Name | 20101109 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSDIMENSION | Dimension | 20101109 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_TABLNM | field name of a time sid in the t-dimesnsion table | 20101109 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSDRD_TX_PART_RANGE | table of complex structure containing partition information | 20101109 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor method | 20110105 |
2 | ![]() |
Instance method | Private | Method | fills the t-dim table of the table P_RSDRD_TX_PART_RANG | 20101109 |
3 | ![]() |
Instance method | Public | Method | returns attribute P_ETABNM (name of the e-fact table) | 20101109 |
4 | ![]() |
Instance method | Public | Method | returns attribute P_PARTKEY (sid name of the partim) | 20101109 |
5 | ![]() |
Instance method | Public | Method | gets the name of a partition for a given value of partim | 20101109 |
6 | ![]() |
Instance method | Public | Method | returns attribute P_TTABNM (name of the t-dimension table) | 20101109 |
7 | ![]() |
Instance method | Public | Method | gets the TX_PART_RANGE table | 20101109 |
8 | ![]() |
Instance method | Private | Method | reads partition info from the Sybase system catalog | 20101109 |
Events
Class CL_RSDRD_SYBASE_PART_INFO has no event.
Types
Class CL_RSDRD_SYBASE_PART_INFO has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATATARGET | Call by reference | Type reference (TYPE) | RSDDATATARGET | Data target for transaction data (InfoCube, ODS object, ...) | 20110105 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Table Is Not Partitioned | 20110105 |
Method FILL_TDIM_TABLE Signature
Method FILL_TDIM_TABLE on class CL_RSDRD_SYBASE_PART_INFO has no parameter.
Method FILL_TDIM_TABLE on class CL_RSDRD_SYBASE_PART_INFO has no exception.
Method GET_ETABNM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_ETABNM | Value transfer | Type reference (TYPE) | RSD_TABLNM | 20101109 |
Method GET_ETABNM on class CL_RSDRD_SYBASE_PART_INFO has no exception.
Method GET_PARTKEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_PARTKEY | Value transfer | Type reference (TYPE) | RSD_FIELDNM | 20101109 |
Method GET_PARTKEY on class CL_RSDRD_SYBASE_PART_INFO has no exception.
Method GET_PARTNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_RSDRD_SX_PART_RANGE | Call by reference | Type reference (TYPE) | RSDRD_SX_PART_RANGE | complex structure containing partition information | 20101109 | ||
2 | ![]() |
I_TIMNM | Call by reference | Type reference (TYPE) | RSD_FIELDNM | 20101109 | |||
3 | ![]() |
I_TIMSID | Call by reference | Type reference (TYPE) | RSD_SID | time sid | 20101109 |
Method GET_PARTNAME on class CL_RSDRD_SYBASE_PART_INFO has no exception.
Method GET_TTABNM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TTABNM | Value transfer | Type reference (TYPE) | RSD_TABLNM | 20101109 |
Method GET_TTABNM on class CL_RSDRD_SYBASE_PART_INFO has no exception.
Method GET_TX_PART_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TX_PART_RANGE | Call by reference | Type reference (TYPE) | RSDRD_TX_PART_RANGE | 20101109 |
Method GET_TX_PART_RANGE on class CL_RSDRD_SYBASE_PART_INFO has no exception.
Method READ_DB_PARTINFO Signature
Method READ_DB_PARTINFO on class CL_RSDRD_SYBASE_PART_INFO has no parameter.
Method READ_DB_PARTINFO on class CL_RSDRD_SYBASE_PART_INFO has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 731 |