SAP ABAP Interface IF_MDG_GN_RAW_VIEW (Raw Object DB-View)
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 implementation (CLASS c. INTERFACES i_ref)  CL_MDG_GN_VIEW Represents a DB View 20081218
Properties
Interface IF_MDG_GN_RAW_VIEW  
Short Description Raw Object DB-View    
General Data
Package MDG_GENERATOR   Generator 
Created 20081218   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_MDG_GN_RAW_VIEW has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_MDG_GN_RAW_OBJECT Raw Object in the Context of the Generator 20081218
Friends
Interface IF_MDG_GN_RAW_VIEW has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AS_TECH_SETTINGS Instance attribute Public Type reference (TYPE) MDG_GN_TECH_SETTINGS Tecnical Characteristics of a View 20081218
2 A_BUFF_KIND_FULL Constant Public Type reference (TYPE) PUFFERUNG 'X' Complete Buffering 20081218
3 A_BUFF_KIND_GENERIC Constant Public Type reference (TYPE) PUFFERUNG 'G' Complete in Accordance with the Generic Key 20081218
4 A_BUFF_KIND_NO Constant Public Type reference (TYPE) PUFFERUNG SPACE No Buffering 20081218
5 A_BUFF_KIND_SINGLE Constant Public Type reference (TYPE) PUFFERUNG 'P' Buffering of Individual Records 20081218
6 A_BUFF_NOT Constant Public Type reference (TYPE) BUFALLOW 'N' Buffering not allowed 20081218
7 A_BUFF_OFF Constant Public Type reference (TYPE) BUFALLOW 'A' Buffering Switched off but Allowed 20081218
8 A_BUFF_ON Constant Public Type reference (TYPE) BUFALLOW 'X' Buffering switched on 20081218
9 A_KIND Instance attribute Public Attribute reference (LIKE) 20081218
10 A_MAINTAIN_ALLOWED Constant Public Type reference (TYPE) MAINTFLAG 'X' Maintenance Using SE16/View Used 20081218
11 A_MAINTAIN_NOT_ALLOWED Constant Public Type reference (TYPE) MAINTFLAG 'N' No Display/Maintenance Using SE16/View 20081218
12 A_MAINTAIN_VIEW Constant Public Type reference (TYPE) MAINTFLAG SPACE Maintenance Only Possible Using Views 20081218
13 A_PROP_HIDE Constant Public Type reference (TYPE) VFLDROFLAG 'H' Field not displayed 20081218
14 A_PROP_NOT_RESTRICTED Constant Public Type reference (TYPE) VFLDROFLAG SPACE No Restriction (Default) 20081218
15 A_PROP_READ_ONLY Constant Public Type reference (TYPE) VFLDROFLAG 'R' Field Can Only Be Read 20081218
16 A_PROP_SUBSET Constant Public Type reference (TYPE) VFLDROFLAG 'S' Field Serves as Subset 20081218
17 A_READ_ONLY Instance attribute Public Type reference (TYPE) BOOLE_D Only Read Access Authorized 20081218
18 A_STATE Instance attribute Public Attribute reference (LIKE) 20081218
19 A_TRANS_CLASS_APPL Constant Public Type reference (TYPE) CONTFLAG 'A' Application table (master and transaction data) 20081218
20 A_TRANS_CLASS_CUST Constant Public Type reference (TYPE) CONTFLAG 'C' Customizing table, maintenance only by cust., not SAP import 20081218
21 A_TRANS_CLASS_NO Constant Public Type reference (TYPE) CONTFLAG 'L' Table with Non-Transportable Content 20081218
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COMPONENT Instance method Public Method Inserts a Component 20081218
2 ADD_JOIN_CONDITION Instance method Public Method Adds a Join Condition 20081218
3 ADD_SEL_CONDITION Instance method Public Method Adds a Selection Condition 20081218
4 ADD_TARGET_SYSTEM Instance method Public Method 20081218
5 GET_BUSINESS_NAME Instance method Public Method 20081218
6 GET_PHYSICAL_NAME Instance method Public Method 20081218
7 SET_BUILDING_PLAN Instance method Public Method 20081218
8 SET_BUSINESS_NAME Instance method Public Method 20081218
9 SET_KEEP_VERSION Instance method Public Method 20081218
10 SET_LOGICAL_NAME Instance method Public Method 20081218
11 SET_PACKAGE Instance method Public Method 20081218
12 SET_PHYSICAL_NAME Instance method Public Method 20081218
13 SET_PREFIX_2 Instance method Public Method 20081218
14 SET_SYS_UPGRADE Instance method Public Method 20081218
15 SET_TECH_SETTINGS Instance method Public Method Sets the Technical Settings 20081218
Events
Interface IF_MDG_GN_RAW_VIEW has no event.
Types
Interface IF_MDG_GN_RAW_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 Importing IO_TABLE Value transfer Object reference (TYPE REF TO) IF_MDG_GN_STRUC Tabelle 20081218
2 Importing I_FIELD Call by reference Type reference (TYPE) ANY '*' Feld (default: alle Felder der Tabelle) 20081218
3 Importing I_KEYFLAG Value transfer Type reference (TYPE) BOOLE_D Schlüsselfeld 20081218
4 Importing I_NEW_NAME Value transfer Type reference (TYPE) MDG_GN_PHYSICAL_NAME Feldnamename im View 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR Generation Error 20081218

Method ADD_JOIN_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DEP_TABLE Value transfer Object reference (TYPE REF TO) IF_MDG_GN_STRUC abhängige Tabelle 20081218
2 Importing IO_TABLE Value transfer Object reference (TYPE REF TO) IF_MDG_GN_STRUC Primärtabelle 20081218
3 Importing I_DEP_FIELD Call by reference Type reference (TYPE) ANY Feld in abhängiger Tabelle 20081218
4 Importing I_FIELD Call by reference Type reference (TYPE) ANY Feld 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR Generation Error 20081218

Method ADD_SEL_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TABLE Value transfer Object reference (TYPE REF TO) IF_MDG_GN_STRUC Tabelle 20081218
2 Importing I_AND_OR Value transfer Type reference (TYPE) VSCONJ 'AND' Verknüpfungsoperation 20081218
3 Importing I_CONSTANT Call by reference Type reference (TYPE) CLIKE Vergleichswert 20081218
4 Importing I_FIELD Call by reference Type reference (TYPE) ANY Feld (Typ FIELDNAME, FINB_GN_COMPONENT, IF_FINB_GN_FIELD) 20081218
5 Importing I_OPERATOR Value transfer Type reference (TYPE) VOPERATOR Operator in einer Selektionsbedingung (Dynprofeld) 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR Generation Error 20081218

Method ADD_TARGET_SYSTEM Signature

Method ADD_TARGET_SYSTEM on Interface IF_MDG_GN_RAW_VIEW has no parameter.
Method ADD_TARGET_SYSTEM on Interface IF_MDG_GN_RAW_VIEW has no exception.

Method GET_BUSINESS_NAME Signature

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

Method GET_PHYSICAL_NAME Signature

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

Method SET_BUILDING_PLAN Signature

Method SET_BUILDING_PLAN on Interface IF_MDG_GN_RAW_VIEW has no parameter.
Method SET_BUILDING_PLAN on Interface IF_MDG_GN_RAW_VIEW has no exception.

Method SET_BUSINESS_NAME Signature

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

Method SET_KEEP_VERSION Signature

Method SET_KEEP_VERSION on Interface IF_MDG_GN_RAW_VIEW has no parameter.
Method SET_KEEP_VERSION on Interface IF_MDG_GN_RAW_VIEW has no exception.

Method SET_LOGICAL_NAME Signature

Method SET_LOGICAL_NAME on Interface IF_MDG_GN_RAW_VIEW has no parameter.
Method SET_LOGICAL_NAME on Interface IF_MDG_GN_RAW_VIEW has no exception.

Method SET_PACKAGE Signature

Method SET_PACKAGE on Interface IF_MDG_GN_RAW_VIEW has no parameter.
Method SET_PACKAGE on Interface IF_MDG_GN_RAW_VIEW has no exception.

Method SET_PHYSICAL_NAME Signature

Method SET_PHYSICAL_NAME on Interface IF_MDG_GN_RAW_VIEW has no parameter.
Method SET_PHYSICAL_NAME on Interface IF_MDG_GN_RAW_VIEW has no exception.

Method SET_PREFIX_2 Signature

Method SET_PREFIX_2 on Interface IF_MDG_GN_RAW_VIEW has no parameter.
Method SET_PREFIX_2 on Interface IF_MDG_GN_RAW_VIEW has no exception.

Method SET_SYS_UPGRADE Signature

Method SET_SYS_UPGRADE on Interface IF_MDG_GN_RAW_VIEW has no parameter.
Method SET_SYS_UPGRADE on Interface IF_MDG_GN_RAW_VIEW has no exception.

Method SET_TECH_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TECH_SETTINGS Value transfer Type reference (TYPE) MDG_GN_TECH_SETTINGS technische Eigenschaften einer Tabelle 20081218
2 Importing I_READ_ONLY Value transfer Type reference (TYPE) BOOLE_D CL_MDG_GN_CONSTANTS=>A_FALSE nur lesender Zugriff erlaubt 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR Generation Error 20081218
History
Last changed by/on SAP  20130531 
SAP Release Created in 702