SAP ABAP Interface IF_MDG_GN_RAW_OBJECT (Raw Object in the Context of the Generator)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     MDG_GENERATOR (Package) Generator
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_ABAP Raw Object Program, Class 20081218
2 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_DTEL Raw Object Data Element 20081218
3 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_ENQU Raw Object Lock Object 20081218
4 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_FIELD Raw Object Field 20081218
5 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_FPOOL Raw Object Function Group 20081218
6 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_FUNCTION Raw Object Function Module 20081218
7 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_INDEX Raw Object Secondary Index 20081218
8 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_STRUC Raw Object Structure 20081218
9 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_TTYP Raw Object Table Type 20081218
10 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_VIEW Raw Object DB-View 20081218
... Click here to see Used By full list (12 items)
Properties
Interface IF_MDG_GN_RAW_OBJECT  
Short Description Raw Object in the Context of the Generator    
General Data
Package MDG_GENERATOR   Generator 
Created 20081218   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_MDG_GN_RAW_OBJECT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_MDG_GN_LANGUAGES Texts for an Object (Generator) 20081218
Friends
Interface IF_MDG_GN_RAW_OBJECT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_CRIT_CHANGE_ADD_KEY Constant Public Type reference (TYPE) MDG_GN_CRITICAL_CHANGE '4' Key Field Added 20081218
2 A_CRIT_CHANGE_DEL Constant Public Type reference (TYPE) MDG_GN_CRITICAL_CHANGE '3' Field Deleted 20081218
3 A_CRIT_CHANGE_DEL_KEY Constant Public Type reference (TYPE) MDG_GN_CRITICAL_CHANGE '5' Key Field Converted to Data Field 20081218
4 A_CRIT_CHANGE_KEY_SEQ Constant Public Type reference (TYPE) MDG_GN_CRITICAL_CHANGE 'B' Change of Key Field Order 20100222
5 A_CRIT_CHANGE_LEN Constant Public Type reference (TYPE) MDG_GN_CRITICAL_CHANGE '2' Length Changed 20081218
6 A_CRIT_CHANGE_REF_FIELD Constant Public Type reference (TYPE) MDG_GN_CRITICAL_CHANGE 'A' Type with Reference Field <-> Type without Reference Field 20081218
7 A_CRIT_CHANGE_SUPER Constant Public Type reference (TYPE) MDG_GN_CRITICAL_CHANGE '8' Critical Change to Parent Object 20081218
8 A_CRIT_CHANGE_TYPE Constant Public Type reference (TYPE) MDG_GN_CRITICAL_CHANGE '1' Type changed 20081218
9 A_CRIT_CHANGE_UNSPECIFIED Constant Public Type reference (TYPE) MDG_GN_CRITICAL_CHANGE '9' Non-Specified Critical Change 20081218
10 A_KEEP_VERSION Instance attribute Public Type reference (TYPE) MDG_GN_KEEP_OLD_VERSION Keep the Old Version 20081218
11 A_KEEP_VERSION_CONV Constant Public Type reference (TYPE) MDG_GN_KEEP_OLD_VERSION '1' Keep Old Version When Converting the Database 20081218
12 A_KEEP_VERSION_NO Constant Public Type reference (TYPE) MDG_GN_KEEP_OLD_VERSION '0' Overwrite Old Version (Default) 20081218
13 A_KEEP_VERSION_SUPER Constant Public Type reference (TYPE) MDG_GN_KEEP_OLD_VERSION '2' Depending on the Parent Object (Inclused CONV) 20081218
14 A_KIND Instance attribute Public Attribute reference (LIKE) 20081218
15 A_LOGICAL_NAME Instance attribute Public Attribute reference (LIKE) 20081218
16 A_OLD_VERSION Instance attribute Public Type reference (TYPE) MDG_GN_PHYSICAL_NAME Name of the Old Version 20081218
17 A_PACKAGE Instance attribute Public Type reference (TYPE) MDG_GN_PACKAGE Package Name 20081218
18 A_PREFIX_2 Instance attribute Public Type reference (TYPE) CHAR10 2. Name Prefix 20081218
19 A_STATE Instance attribute Public Attribute reference (LIKE) 20081218
20 A_SYS_UPGRADE Instance attribute Public Type reference (TYPE) GENFLAG Behaviour at System Upgrade (-> DTEL GENFLAG) 20081218
21 A_SYS_UPGRADE_KEEP Constant Public Type reference (TYPE) GENFLAG 'X' Object Will Be Recovered at System Upgrade (-> DTEL GENFLAG) 20081218
22 A_SYS_UPGRADE_TEMP Constant Public Type reference (TYPE) GENFLAG 'T' Object Will Be Deleted at System Upgrade (-> DTEL GENFLAG) 20081218
23 A_VERSION_NO Instance attribute Public Type reference (TYPE) MDG_GN_OBJ_VERSION Version of a Generated Object (Generator) 20081218
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TARGET_SYSTEM Instance method Public Method System in Which the Object is to Be Generated (Optional) 20081218
2 GET_BUSINESS_NAME Instance method Public Method 20081218
3 GET_CATALOG_ENTRY Instance method Public Method Provides Catalog Entry 20081218
4 GET_CRIT_CHANGES Instance method Public Method Provides Critical Changes 20081218
5 GET_PHYSICAL_NAME Instance method Public Method 20081218
6 SET_BUILDING_PLAN Instance method Public Method Generating Blueprint (Optional with Low Level SS) 20081218
7 SET_BUSINESS_NAME Instance method Public Method Sets the Business Name (Optional) 20081218
8 SET_KEEP_VERSION Instance method Public Method Overwrite (Default) or Keep the Old Version 20081218
9 SET_LOGICAL_NAME Instance method Public Method Sets the Logical Name (Optional with Low Level SS) 20081218
10 SET_PACKAGE Instance method Public Method Sets the Package for the Generated Object (Optional) 20081218
11 SET_PHYSICAL_NAME Instance method Public Method Sets the Physical Name (Optional) 20081218
12 SET_PREFIX_2 Instance method Public Method Sets 2nd Name Prefix for the Object (Optional) 20081218
13 SET_SYS_UPGRADE Instance method Public Method Behaviour of the Object at System Upgrage (Optional) 20081218
Events
Interface IF_MDG_GN_RAW_OBJECT has no event.
Types
Interface IF_MDG_GN_RAW_OBJECT has no local type.
Method Signatures

Method ADD_TARGET_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SYSTEM Value transfer Type reference (TYPE) LOGSYS Logisches System 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR 20081218

Method GET_BUSINESS_NAME Signature

Method GET_BUSINESS_NAME on Interface IF_MDG_GN_RAW_OBJECT has no parameter.
Method GET_BUSINESS_NAME on Interface IF_MDG_GN_RAW_OBJECT has no exception.

Method GET_CATALOG_ENTRY Signature

Method GET_CATALOG_ENTRY on Interface IF_MDG_GN_RAW_OBJECT has no parameter.
Method GET_CATALOG_ENTRY on Interface IF_MDG_GN_RAW_OBJECT has no exception.

Method GET_CRIT_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CRIT_CHANGES Call by reference Type reference (TYPE) MDG_GN_T_CRITICAL_CHANGES kritische Änderungen 20081218
2 Exporting E_PHYSICAL_NAME Value transfer Type reference (TYPE) MDG_GN_PHYSICAL_NAME physischer Name eines Objektes (Generator) 20081218

Method GET_CRIT_CHANGES on Interface IF_MDG_GN_RAW_OBJECT has no exception.

Method GET_PHYSICAL_NAME Signature

Method GET_PHYSICAL_NAME on Interface IF_MDG_GN_RAW_OBJECT has no parameter.
Method GET_PHYSICAL_NAME on Interface IF_MDG_GN_RAW_OBJECT has no exception.

Method SET_BUILDING_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUILDING_PLAN Value transfer Object reference (TYPE REF TO) IF_MDG_GN_BUILDING_PLAN Bauplan 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR Generation Error 20081218

Method SET_BUSINESS_NAME Signature

Method SET_BUSINESS_NAME on Interface IF_MDG_GN_RAW_OBJECT has no parameter.
Method SET_BUSINESS_NAME on Interface IF_MDG_GN_RAW_OBJECT has no exception.

Method SET_KEEP_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEEP_VERSION Value transfer Type reference (TYPE) MDG_GN_KEEP_OLD_VERSION Aufbewahren einer alten Version 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR Generation Error 20081218

Method SET_LOGICAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Value transfer Type reference (TYPE) CLIKE logischer Name 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR Generation Error 20081218

Method SET_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PACKAGE Value transfer Type reference (TYPE) CSEQUENCE Paket des gen. Objektes 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR Generation Error 20081218

Method SET_PHYSICAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Value transfer Type reference (TYPE) CSEQUENCE physischer Name 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR Generierungsfehler 20081218

Method SET_PREFIX_2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PREFIX Value transfer Type reference (TYPE) CSEQUENCE Präfix (max. 10 Zeichen) 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR Generation Error 20081218

Method SET_SYS_UPGRADE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GENFLAG Value transfer Type reference (TYPE) GENFLAG Generierungskennzeichen 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR Generation Error 20081218
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_ABAP Raw Object Program, Class 20081218
2 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_DTEL Raw Object Data Element 20081218
3 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_ENQU Raw Object Lock Object 20081218
4 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_FIELD Raw Object Field 20081218
5 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_FPOOL Raw Object Function Group 20081218
6 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_FUNCTION Raw Object Function Module 20081218
7 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_INDEX Raw Object Secondary Index 20081218
8 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_STRUC Raw Object Structure 20081218
9 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_TTYP Raw Object Table Type 20081218
10 Interface composition (i COMPRISING i_ref)  IF_MDG_GN_RAW_VIEW Raw Object DB-View 20081218
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_GN_FIELD Represents a Field 20081218
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_GN_OBJECT Object in Context of the Generator 20081218
History
Last changed by/on SAP  20130531 
SAP Release Created in 702