SAP ABAP Class CL_MDG_GN_VIEW (Represents a DB View)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
MDG_GENERATOR (Package) Generator

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_MDG_GN_OBJECT | Object in Context of the Generator | 20081218 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_MDG_GN_RAW_VIEW | Raw Object DB-View | 20081218 |
Properties
Class | CL_MDG_GN_VIEW | |
Short Description | Represents a DB View | |
Super Class | CL_MDG_GN_OBJECT | Object in Context of the Generator |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | MDG_GN | |
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | MDG_GENERATOR | Generator |
Created | 20081218 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_MDG_GN_VIEW has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_MDG_GN_RAW_VIEW | Raw Object DB-View | 20081218 |
Friends
Class CL_MDG_GN_VIEW has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Inserts a Component | 20081218 |
2 | ![]() |
Instance method | Protected | Method | 20081218 | |
3 | ![]() |
Instance method | Protected | Method | 20081218 | |
4 | ![]() |
Instance method | Protected | Method | Enters Data in Fields in Source | 20081218 |
5 | ![]() |
Instance method | Protected | Method | Enters Data in View Header | 20081218 |
6 | ![]() |
Instance method | Protected | Method | Enters Data in Join Conditions in Source | 20081218 |
7 | ![]() |
Instance method | Protected | Method | Enters Data in Selection Conditions in Source | 20081218 |
8 | ![]() |
Instance method | Protected | Method | Enters Data in Tables in the View in the Source | 20081218 |
9 | ![]() |
Instance method | Protected | Method | Fills the Technical Settings | 20081218 |
10 | ![]() |
Instance method | Protected | Method | Normlizes Field Parameters | 20081218 |
11 | ![]() |
Instance method | Protected | Method | 20081218 |
Events
Class CL_MDG_GN_VIEW has no event.
Types
Class CL_MDG_GN_VIEW has no local type.
Method Signatures
Method ADD_COMPONENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TABLE | Value transfer | Object reference (TYPE REF TO) | IF_MDG_GN_STRUC | Tabelle | 20081218 | ||
2 | ![]() |
I_FIELD | Call by reference | Type reference (TYPE) | ANY | Feld (default: alle Felder der Tabelle) | 20081218 | ||
3 | ![]() |
I_FIELD_SUFFIX | Value transfer | Type reference (TYPE) | DD_SUFFIX | Suffix eines Feldnamens im Data Dictionary | 20081218 | ||
4 | ![]() |
I_KEYFLAG | Value transfer | Type reference (TYPE) | BOOLE_D | Schlüsselfeld | 20081218 | ||
5 | ![]() |
I_NEW_NAME | Value transfer | Type reference (TYPE) | MDG_GN_PHYSICAL_NAME | Feldnamename im View | 20081218 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081218 |
Method ADD_JOIN_CONDITION Signature
Method ADD_JOIN_CONDITION on class CL_MDG_GN_VIEW has no parameter.
Method ADD_JOIN_CONDITION on class CL_MDG_GN_VIEW has no exception.
Method ADD_SEL_CONDITION Signature
Method ADD_SEL_CONDITION on class CL_MDG_GN_VIEW has no parameter.
Method ADD_SEL_CONDITION on class CL_MDG_GN_VIEW has no exception.
Method FILL_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_FIELDS | Call by reference | Type reference (TYPE) | MDG_GN_VIEW_SOURCE-T_FIELDS | 20081218 | |||
2 | ![]() |
E_CHANGED | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20081218 | ||
3 | ![]() |
IS_HEADER | Call by reference | Type reference (TYPE) | MDG_GN_VIEW_SOURCE-HEADER | 20081218 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081218 |
Method FILL_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_HEADER | Call by reference | Type reference (TYPE) | MDG_GN_VIEW_SOURCE-HEADER | 20081218 | |||
2 | ![]() |
E_CHANGED | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20081218 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081218 |
Method FILL_JOIN_CONDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_JOIN_CONDS | Call by reference | Type reference (TYPE) | MDG_GN_VIEW_SOURCE-T_JOIN_CONDS | 20081218 | |||
2 | ![]() |
E_CHANGED | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20081218 | ||
3 | ![]() |
IS_HEADER | Call by reference | Type reference (TYPE) | MDG_GN_VIEW_SOURCE-HEADER | 20081218 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081218 |
Method FILL_SEL_CONDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SEL_CONDS | Call by reference | Type reference (TYPE) | MDG_GN_VIEW_SOURCE-T_SEL_CONDS | Selektionsbedingungen | 20081218 | ||
2 | ![]() |
E_CHANGED | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20081218 | ||
3 | ![]() |
IS_HEADER | Call by reference | Type reference (TYPE) | MDG_GN_VIEW_SOURCE-HEADER | View Kopf | 20081218 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081218 |
Method FILL_TABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_TABLES | Call by reference | Type reference (TYPE) | MDG_GN_VIEW_SOURCE-T_TABLES | 20081218 | |||
2 | ![]() |
E_CHANGED | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20081218 | ||
3 | ![]() |
IS_HEADER | Call by reference | Type reference (TYPE) | MDG_GN_VIEW_SOURCE-HEADER | 20081218 | |||
4 | ![]() |
IT_FIELDS | Call by reference | Type reference (TYPE) | MDG_GN_VIEW_SOURCE-T_FIELDS | 20081218 | |||
5 | ![]() |
IT_JOIN_CONDS | Call by reference | Type reference (TYPE) | MDG_GN_VIEW_SOURCE-T_JOIN_CONDS | 20081218 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081218 |
Method FILL_TECH_SETTINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_TECH_SETTINGS | Call by reference | Type reference (TYPE) | MDG_GN_VIEW_SOURCE-TECH_SETTINGS | technische Einstellungen | 20081218 | ||
2 | ![]() |
E_CHANGED | Value transfer | Type reference (TYPE) | BOOLE_D | Boolesche Variable | 20081218 | ||
3 | ![]() |
IS_HEADER | Call by reference | Type reference (TYPE) | MDG_GN_VIEW_SOURCE-HEADER | View-Kopf | 20081218 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081218 |
Method NORMALIZE_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_FIELD | Value transfer | Object reference (TYPE REF TO) | IF_MDG_GN_FIELD | Beschreibung eines Feldes | 20081218 | ||
2 | ![]() |
E_KEYFLAG | Value transfer | Type reference (TYPE) | BOOLE_D | Keyfeld | 20081218 | ||
3 | ![]() |
IO_TABLE | Value transfer | Object reference (TYPE REF TO) | IF_MDG_GN_STRUC | Objekt Struktur (Generator) | 20081218 | ||
4 | ![]() |
I_FIELD | Call by reference | Type reference (TYPE) | ANY | 20081218 | |||
5 | ![]() |
I_FIELD_SUFFIX | Value transfer | Type reference (TYPE) | DD_SUFFIX | Suffix eines Feldnamens im Data Dictionary | 20081218 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081218 |
Method SET_TECH_SETTINGS Signature
Method SET_TECH_SETTINGS on class CL_MDG_GN_VIEW has no parameter.
Method SET_TECH_SETTINGS on class CL_MDG_GN_VIEW has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |