SAP ABAP Class CL_RSMIGR_DDST_SYB (Sybase ASE: DDStorage Entries for Special DB Objects)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-SYS-DB (Application Component) BW Database platforms
⤷
RSMIGR (Package) DB Heterogeneous Migration

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SMIGR_DDL | Homogeneous and Non-Homogeneous DB System Migration | 20100906 |
Properties
Class | CL_RSMIGR_DDST_SYB | |
Short Description | Sybase ASE: DDStorage Entries for Special DB Objects | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | RSMIGR | DB Heterogeneous Migration |
Created | 20100906 | 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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SMIGR_DDL | Homogeneous and Non-Homogeneous DB System Migration | 20100906 |
Friends
Class CL_RSMIGR_DDST_SYB has no friend class.
Attributes
Class CL_RSMIGR_DDST_SYB has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | SQL DDL Handling for Dimension Tables | 20100906 |
2 | ![]() |
Instance method | Private | Method | SQL DDL handling for E fact tables | 20100906 |
3 | ![]() |
Instance method | Private | Method | SQL DDL handling for F fact tables | 20100906 |
4 | ![]() |
Instance method | Private | Method | SQL DDL handling for "real" ODS tables | 20101124 |
5 | ![]() |
Instance method | Private | Method | SQL DDL handling for PSA-like tables | 20101124 |
6 | ![]() |
Instance method | Private | Method | SQL DDL handling for ODSO/DSO tables | 20101122 |
Events
Class CL_RSMIGR_DDST_SYB has no event.
Types
Class CL_RSMIGR_DDST_SYB has no local type.
Method Signatures
Method GET_DDSTORAGE_DIM_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INFOCUBE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | Name of InfoCube | 20100906 | ||
2 | ![]() |
I_TBLNM | Call by reference | Type reference (TYPE) | RSD_TABLNM | Name of Fact Table | 20100906 | ||
3 | ![]() |
T_STORPAR | Value transfer | Type reference (TYPE) | MGR_T_STORPAR | Table with Storage Entries | 20100906 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Program Error: Generation of DDL for Migration | 20100906 |
Method GET_DDSTORAGE_E_FACT_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IDENTIFIER | Value transfer | Type reference (TYPE) | RS_CHAR3 | Type of Fact Table (F or E) | 20100906 | ||
2 | ![]() |
I_INFO | Call by reference | Type reference (TYPE) | STRING | Version of Target Database | 20100906 | ||
3 | ![]() |
I_INFOCUBE | Value transfer | Type reference (TYPE) | RSD_INFOCUBE | Name of InfoCube | 20100906 | ||
4 | ![]() |
I_TBLNM | Value transfer | Type reference (TYPE) | RSD_TABLNM | Name of Fact Table | 20100906 | ||
5 | ![]() |
T_STORPAR | Value transfer | Type reference (TYPE) | MGR_T_STORPAR | Table with Storage Entries | 20100906 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Program Error: Generation of DDL for Migration | 20100906 |
Method GET_DDSTORAGE_F_FACT_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IDENTIFIER | Value transfer | Type reference (TYPE) | RS_CHAR3 | Type of Fact Table (F or E) | 20100906 | ||
2 | ![]() |
I_INFO | Call by reference | Type reference (TYPE) | STRING | Version of Target Database | 20100906 | ||
3 | ![]() |
I_INFOCUBE | Value transfer | Type reference (TYPE) | RSD_INFOCUBE | Name of InfoCube | 20100906 | ||
4 | ![]() |
I_TBLNM | Value transfer | Type reference (TYPE) | RSD_TABLNM | Name of Fact Table | 20100906 | ||
5 | ![]() |
T_STORPAR | Value transfer | Type reference (TYPE) | MGR_T_STORPAR | Table with Storage Entries | 20100906 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Program Error: Generation of DDL for Migration | 20100906 |
Method GET_DDSTORAGE_ODS_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IDENTIFIER | Value transfer | Type reference (TYPE) | RS_CHAR3 | Type of Fact Table (F or E) | 20101124 | ||
2 | ![]() |
I_INFO | Call by reference | Type reference (TYPE) | STRING | Version of Target Database | 20101124 | ||
3 | ![]() |
I_ODSOBJECT | Value transfer | Type reference (TYPE) | RSD_INFOCUBE | Name of ODS object | 20101124 | ||
4 | ![]() |
I_ODSOTYPE | Value transfer | Type reference (TYPE) | RSDODSOTYPE | ODSO type | 20101124 | ||
5 | ![]() |
I_TABLETYPE | Value transfer | Type reference (TYPE) | RSDODSTABT | Table type (AT, AQ, CL) | 20101124 | ||
6 | ![]() |
I_TBLNM | Value transfer | Type reference (TYPE) | RSD_TABLNM | Name of ODS table | 20101124 | ||
7 | ![]() |
T_STORPAR | Value transfer | Type reference (TYPE) | MGR_T_STORPAR | Table with Storage Entries | 20101124 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Program Error: Generation of DDL for Migration | 20101124 |
Method GET_DDSTORAGE_PSA_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INFO | Call by reference | Type reference (TYPE) | STRING | Version of Target Database | 20101124 | ||
2 | ![]() |
I_S_RSTSODS | Value transfer | Type reference (TYPE) | RSTSODS | PSA Information | 20101124 | ||
3 | ![]() |
I_TBLNM | Value transfer | Type reference (TYPE) | RSD_TABLNM | Name of ODS table | 20101124 | ||
4 | ![]() |
T_STORPAR | Value transfer | Type reference (TYPE) | MGR_T_STORPAR | Table with Storage Entries | 20101124 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Program Error: Generation of DDL for Migration | 20101124 |
Method GET_ODS_TABLETYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TBLTYPE | Call by reference | Type reference (TYPE) | RSDODSTABT | 20101122 | |||
2 | ![]() |
I_ODSOBJECT | Value transfer | Type reference (TYPE) | RSDODSOBJECT | 20101122 | |||
3 | ![]() |
I_TBLNM | Value transfer | Type reference (TYPE) | RSD_TABLNM | 20101122 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Program Error: Generate DDL for Migration | 20110203 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |