SAP ABAP Interface IF_FINB_GN_RAW_VIEW (Raw Object DB-View)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB (Application Component) Financials Basis
     FINB_GENERATOR (Package) Generator
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FINB_GN_VIEW Represents a DB View 20020426
Properties
Interface IF_FINB_GN_RAW_VIEW  
Short Description Raw Object DB-View    
General Data
Package FINB_GENERATOR   Generator 
Created 20020404   SAP 
Last changed 20041006   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_FINB_CONS_GENERATOR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_FINB_GN_RAW_TABLE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FINB_GN_RAW_OBJECT Raw Object in the Context of the Generator 20020404
Friends
Interface IF_FINB_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) FINB_GN_TECH_SETTINGS Tecnical Characteristics of a View 20020502
2 A_BUFF_KIND_FULL Constant Public Type reference (TYPE) PUFFERUNG 'X' Complete Buffering 20020502
3 A_BUFF_KIND_GENERIC Constant Public Type reference (TYPE) PUFFERUNG 'G' Complete in Accordance with the Generic Key 20020502
4 A_BUFF_KIND_NO Constant Public Type reference (TYPE) PUFFERUNG SPACE No Buffering 20020502
5 A_BUFF_KIND_SINGLE Constant Public Type reference (TYPE) PUFFERUNG 'P' Buffering of Individual Records 20020502
6 A_BUFF_NOT Constant Public Type reference (TYPE) BUFALLOW 'N' Buffering not allowed 20020502
7 A_BUFF_OFF Constant Public Type reference (TYPE) BUFALLOW 'A' Buffering Switched off but Allowed 20020502
8 A_BUFF_ON Constant Public Type reference (TYPE) BUFALLOW 'X' Buffering switched on 20020502
9 A_KIND Instance attribute Public Attribute reference (LIKE) 20020504
10 A_MAINTAIN_ALLOWED Constant Public Type reference (TYPE) MAINTFLAG 'X' Maintenance Using SE16/View Used 20020404
11 A_MAINTAIN_NOT_ALLOWED Constant Public Type reference (TYPE) MAINTFLAG 'N' No Display/Maintenance Using SE16/View 20020404
12 A_MAINTAIN_VIEW Constant Public Type reference (TYPE) MAINTFLAG SPACE Maintenance Only Possible Using Views 20020404
13 A_PROP_HIDE Constant Public Type reference (TYPE) VFLDROFLAG 'H' Field not displayed 20020404
14 A_PROP_NOT_RESTRICTED Constant Public Type reference (TYPE) VFLDROFLAG SPACE No Restriction (Default) 20020404
15 A_PROP_READ_ONLY Constant Public Type reference (TYPE) VFLDROFLAG 'R' Field Can Only Be Read 20020404
16 A_PROP_SUBSET Constant Public Type reference (TYPE) VFLDROFLAG 'S' Field Serves as Subset 20020404
17 A_READ_ONLY Instance attribute Public Type reference (TYPE) BOOLE_D Only Read Access Authorized 20020502
18 A_STATE Instance attribute Public Attribute reference (LIKE) 20020504
19 A_TRANS_CLASS_APPL Constant Public Type reference (TYPE) CONTFLAG 'A' Application table (master and transaction data) 20020404
20 A_TRANS_CLASS_CUST Constant Public Type reference (TYPE) CONTFLAG 'C' Customizing table, maintenance only by cust., not SAP import 20020404
21 A_TRANS_CLASS_NO Constant Public Type reference (TYPE) CONTFLAG 'L' Table with Non-Transportable Content 20020404
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COMPONENT Instance method Public Method Inserts a Component 20020404
2 ADD_JOIN_CONDITION Instance method Public Method Adds a Join Condition 20020405
3 ADD_SEL_CONDITION Instance method Public Method Adds a Selection Condition 20020404
4 ADD_TARGET_SYSTEM Instance method Public Method 20020504
5 GET_BUSINESS_NAME Instance method Public Method 20020504
6 GET_PHYSICAL_NAME Instance method Public Method 20020504
7 SET_BUILDING_PLAN Instance method Public Method 20020504
8 SET_BUSINESS_NAME Instance method Public Method 20020504
9 SET_KEEP_VERSION Instance method Public Method 20020504
10 SET_LOGICAL_NAME Instance method Public Method 20020504
11 SET_PACKAGE Instance method Public Method 20020504
12 SET_PHYSICAL_NAME Instance method Public Method 20020504
13 SET_PREFIX_2 Instance method Public Method 20020504
14 SET_SYS_UPGRADE Instance method Public Method 20020504
15 SET_TECH_SETTINGS Instance method Public Method Sets the Technical Settings 20020502
Events
Interface IF_FINB_GN_RAW_VIEW has no event.
Types
Interface IF_FINB_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_FINB_GN_STRUC Tabelle 20020404
2 Importing I_FIELD Call by reference Type reference (TYPE) ANY '*' Feld (default: alle Felder der Tabelle) 20020404
3 Importing I_KEYFLAG Value transfer Type reference (TYPE) BOOLE_D Schlüsselfeld 20020506
4 Importing I_NEW_NAME Value transfer Type reference (TYPE) FINB_GN_PHYSICAL_NAME Feldnamename im View 20020426
# Exception Resumable Description Created on
1 CX_FINB_GN_GENERATION_ERR Generierungsfehler 20020706

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_FINB_GN_STRUC abhängige Tabelle 20020405
2 Importing IO_TABLE Value transfer Object reference (TYPE REF TO) IF_FINB_GN_STRUC Primärtabelle 20020405
3 Importing I_DEP_FIELD Call by reference Type reference (TYPE) ANY Feld in abhängiger Tabelle 20020405
4 Importing I_FIELD Call by reference Type reference (TYPE) ANY Feld 20020405
# Exception Resumable Description Created on
1 CX_FINB_GN_GENERATION_ERR Generierungsfehler 20020706

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_FINB_GN_STRUC Tabelle 20020404
2 Importing I_AND_OR Value transfer Type reference (TYPE) VSCONJ 'AND' Verknüpfungsoperation 20020404
3 Importing I_CONSTANT Call by reference Type reference (TYPE) CLIKE Vergleichswert 20020404
4 Importing I_FIELD Call by reference Type reference (TYPE) ANY Feld (Typ FIELDNAME, FINB_GN_COMPONENT, IF_FINB_GN_FIELD) 20020404
5 Importing I_OPERATOR Value transfer Type reference (TYPE) VOPERATOR Operator in einer Selektionsbedingung (Dynprofeld) 20020404
# Exception Resumable Description Created on
1 CX_FINB_GN_GENERATION_ERR Generierungsfehler 20020706

Method ADD_TARGET_SYSTEM Signature

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

Method GET_BUSINESS_NAME Signature

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

Method GET_PHYSICAL_NAME Signature

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

Method SET_BUILDING_PLAN Signature

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

Method SET_BUSINESS_NAME Signature

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

Method SET_KEEP_VERSION Signature

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

Method SET_LOGICAL_NAME Signature

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

Method SET_PACKAGE Signature

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

Method SET_PHYSICAL_NAME Signature

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

Method SET_PREFIX_2 Signature

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

Method SET_SYS_UPGRADE Signature

Method SET_SYS_UPGRADE on Interface IF_FINB_GN_RAW_VIEW has no parameter.
Method SET_SYS_UPGRADE on Interface IF_FINB_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) FINB_GN_TECH_SETTINGS technische Eigenschaften einer Tabelle 20020502
2 Importing I_READ_ONLY Value transfer Type reference (TYPE) BOOLE_D CL_FINB_CONS_GENERATOR=>A_FALSE nur lesender Zugriff erlaubt 20020502
# Exception Resumable Description Created on
1 CX_FINB_GN_GENERATION_ERR Generierungsfehler 20020706
History
Last changed by/on SAP  20041006 
SAP Release Created in 10B