SAP ABAP Class CL_SMIGRATION_DDL (DB independent DDL generation for Non-BW tables)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB (Application Component) Database Interface, Database Platforms
⤷
SMIGR (Package) Homogeneous and Non-Homogeneous DB System Migration

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SMIGRATION_BASE | General base class for Basis and BW migration | 20110222 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SMIGRATION_DDL_MSS | MSS specific DDL generation for Non-BW tables | 20110222 |
Properties
Class | CL_SMIGRATION_DDL | |
Short Description | DB independent DDL generation for Non-BW tables | |
Super Class | CL_SMIGRATION_BASE | General base class for Basis and BW migration |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SMIGR | Homogeneous and Non-Homogeneous DB System Migration |
Created | 20110222 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SMIGRATION_DDL has no forward declaration.
Interfaces
Class CL_SMIGRATION_DDL has no interface implemented.
Friends
Class CL_SMIGRATION_DDL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SMIGRATION_DDL | Instance of the class | 20110222 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Return the possible DB releases database platform | 20110222 |
2 | ![]() |
Static method | Public | Method | Returns instance of the class | 20110222 |
Events
Class CL_SMIGRATION_DDL has no event.
Types
Class CL_SMIGRATION_DDL has no local type.
Method Signatures
Method GET_DBVERSIONS_FOR_MIGRATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_DBVERSION_DISPLAY | Call by reference | Type reference (TYPE) | MGR_T_DB_INFO | Table of target DB releases | 20110222 |
Method GET_DBVERSIONS_FOR_MIGRATION on class CL_SMIGRATION_DDL has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FORCE_NEW | Call by reference | Type reference (TYPE) | C | ' ' | Force new instance of the class | 20110222 | |
2 | ![]() |
I_TABART | Call by reference | Type reference (TYPE) | TABART | Data class in technical settings | 20110222 | ||
3 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20110222 | ||
4 | ![]() |
I_TARGET_DB | Call by reference | Type reference (TYPE) | MGR_S_DB_INFO | DB system and release | 20110222 | ||
5 | ![]() |
I_UNICODE_MIGRATION | Call by reference | Type reference (TYPE) | C | ' ' | Unicode migration | 20110222 | |
6 | ![]() |
R_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_SMIGRATION_DDL | Get DDL for BW tables | 20110222 |
Method GET_INSTANCE on class CL_SMIGRATION_DDL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |