SAP ABAP Class CL_FINB_GN_VIEW (Represents a DB View)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB (Application Component) Financials Basis
     FINB_GENERATOR (Package) Generator
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FINB_GN_OBJECT Object in Context of the Generator 20011228
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FINB_GN_RAW_VIEW Raw Object DB-View 20020426
Properties
Class CL_FINB_GN_VIEW  
Short Description Represents a DB View    
Super Class CL_FINB_GN_OBJECT Object in Context of the Generator 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class FINB_GN    
Program status P  SAP Standard Production Program 
Category 0   
Package FINB_GENERATOR   Generator 
Created 20011228   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FINB_GN_VIEW has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FINB_GN_RAW_VIEW Raw Object DB-View 20020426
Friends
Class CL_FINB_GN_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AS_TECH_SETTINGS Instance attribute Protected Attribute reference (LIKE) 20020502
2 A_BUFF_KIND_FULL Instance attribute Protected Attribute reference (LIKE) 20020502
3 A_BUFF_KIND_GENERIC Instance attribute Protected Attribute reference (LIKE) 20020502
4 A_BUFF_KIND_NO Instance attribute Protected Attribute reference (LIKE) 20020502
5 A_BUFF_KIND_SINGLE Instance attribute Protected Attribute reference (LIKE) 20020502
6 A_BUFF_NOT Instance attribute Protected Attribute reference (LIKE) 20020502
7 A_BUFF_OFF Instance attribute Protected Attribute reference (LIKE) 20020502
8 A_BUFF_ON Instance attribute Protected Attribute reference (LIKE) 20020502
9 A_MAINTAIN_ALLOWED Instance attribute Protected Attribute reference (LIKE) 20020426
10 A_MAINTAIN_NOT_ALLOWED Instance attribute Protected Attribute reference (LIKE) 20020426
11 A_MAINTAIN_VIEW Instance attribute Protected Attribute reference (LIKE) 20020426
12 A_PROP_HIDE Instance attribute Protected Attribute reference (LIKE) 20020426
13 A_PROP_NOT_RESTRICTED Instance attribute Protected Attribute reference (LIKE) 20020426
14 A_PROP_READ_ONLY Instance attribute Protected Attribute reference (LIKE) 20020426
15 A_PROP_SUBSET Instance attribute Protected Attribute reference (LIKE) 20020426
16 A_READ_ONLY Instance attribute Protected Attribute reference (LIKE) 20020502
17 A_TRANS_CLASS_APPL Instance attribute Protected Attribute reference (LIKE) 20020426
18 A_TRANS_CLASS_CUST Instance attribute Protected Attribute reference (LIKE) 20020426
19 A_TRANS_CLASS_NO Instance attribute Protected Attribute reference (LIKE) 20020426
20 XO_ROOT_TABLE Instance attribute Protected Object reference (TYPE REF TO) IF_FINB_GN_STRUC Object Structure (Generator) 20020503
21 XT_COMPONENTS Instance attribute Protected Type reference (TYPE) FINB_GN_T_VIEW_COMPONENTS Fields in a DB View (Generator) 20020502
22 XT_JOIN_CONDITIONS Instance attribute Protected Type reference (TYPE) FINB_GN_T_JOIN_CONDITIONS Join Conditions in a DB View 20020502
23 XT_SEL_CONDITIONS Instance attribute Protected Type reference (TYPE) FINB_GN_T_SEL_CONDITIONS Selection Conditions in a DB View 20020502
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COMPONENT Instance method Protected Method Inserts a Component 20020426
2 ADD_JOIN_CONDITION Instance method Protected Method 20020426
3 ADD_SEL_CONDITION Instance method Protected Method 20020426
4 FILL_FIELDS Instance method Protected Method Enters Data in Fields in Source 20020429
5 FILL_HEADER Instance method Protected Method Enters Data in View Header 20020429
6 FILL_JOIN_CONDS Instance method Protected Method Enters Data in Join Conditions in Source 20020429
7 FILL_SEL_CONDS Instance method Protected Method Enters Data in Selection Conditions in Source 20020429
8 FILL_TABLES Instance method Protected Method Enters Data in Tables in the View in the Source 20020503
9 FILL_TECH_SETTINGS Instance method Protected Method Fills the Technical Settings 20020502
10 NORMALIZE_FIELD Instance method Protected Method Normlizes Field Parameters 20020429
11 SET_TECH_SETTINGS Instance method Protected Method 20020502
Events
Class CL_FINB_GN_VIEW has no event.
Types
Class CL_FINB_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 Importing IO_TABLE Value transfer Object reference (TYPE REF TO) IF_FINB_GN_STRUC Tabelle 20020506
2 Importing I_FIELD Call by reference Type reference (TYPE) ANY Feld (default: alle Felder der Tabelle) 20020506
3 Importing I_FIELD_SUFFIX Value transfer Type reference (TYPE) DD_SUFFIX Suffix eines Feldnamens im Data Dictionary 20020506
4 Importing I_KEYFLAG Value transfer Type reference (TYPE) BOOLE_D Schlüsselfeld 20020506
5 Importing I_NEW_NAME Value transfer Type reference (TYPE) FINB_GN_PHYSICAL_NAME Feldnamename im View 20020506
# Exception Resumable Description Created on
1 CX_FINB_GN_GENERATION_ERR Generierungsfehler 20020706

Method ADD_JOIN_CONDITION Signature

Method ADD_JOIN_CONDITION on class CL_FINB_GN_VIEW has no parameter.
Method ADD_JOIN_CONDITION on class CL_FINB_GN_VIEW has no exception.

Method ADD_SEL_CONDITION Signature

Method ADD_SEL_CONDITION on class CL_FINB_GN_VIEW has no parameter.
Method ADD_SEL_CONDITION on class CL_FINB_GN_VIEW has no exception.

Method FILL_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDS Call by reference Type reference (TYPE) FINB_GN_VIEW_SOURCE-T_FIELDS 20020429
2 Exporting E_CHANGED Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020429
3 Importing IS_HEADER Call by reference Type reference (TYPE) FINB_GN_VIEW_SOURCE-HEADER 20020429
# Exception Resumable Description Created on
1 CX_FINB_GN_GENERATION_ERR Generierungsfehler 20020706

Method FILL_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_HEADER Call by reference Type reference (TYPE) FINB_GN_VIEW_SOURCE-HEADER 20020429
2 Exporting E_CHANGED Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020429
# Exception Resumable Description Created on
1 CX_FINB_GN_GENERATION_ERR Generierungsfehler 20020706

Method FILL_JOIN_CONDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_JOIN_CONDS Call by reference Type reference (TYPE) FINB_GN_VIEW_SOURCE-T_JOIN_CONDS 20020429
2 Exporting E_CHANGED Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020429
3 Importing IS_HEADER Call by reference Type reference (TYPE) FINB_GN_VIEW_SOURCE-HEADER 20020429
# Exception Resumable Description Created on
1 CX_FINB_GN_GENERATION_ERR Generierungsfehler 20020706

Method FILL_SEL_CONDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SEL_CONDS Call by reference Type reference (TYPE) FINB_GN_VIEW_SOURCE-T_SEL_CONDS Selektionsbedingungen 20020429
2 Exporting E_CHANGED Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020429
3 Importing IS_HEADER Call by reference Type reference (TYPE) FINB_GN_VIEW_SOURCE-HEADER View Kopf 20020429
# Exception Resumable Description Created on
1 CX_FINB_GN_GENERATION_ERR Generierungsfehler 20020706

Method FILL_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TABLES Call by reference Type reference (TYPE) FINB_GN_VIEW_SOURCE-T_TABLES 20020503
2 Exporting E_CHANGED Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020503
3 Importing IS_HEADER Call by reference Type reference (TYPE) FINB_GN_VIEW_SOURCE-HEADER 20020503
4 Importing IT_FIELDS Call by reference Type reference (TYPE) FINB_GN_VIEW_SOURCE-T_FIELDS 20020503
5 Importing IT_JOIN_CONDS Call by reference Type reference (TYPE) FINB_GN_VIEW_SOURCE-T_JOIN_CONDS 20020503
# Exception Resumable Description Created on
1 CX_FINB_GN_GENERATION_ERR Generierungsfehler 20020706

Method FILL_TECH_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_TECH_SETTINGS Call by reference Type reference (TYPE) FINB_GN_VIEW_SOURCE-TECH_SETTINGS technische Einstellungen 20020502
2 Exporting E_CHANGED Value transfer Type reference (TYPE) BOOLE_D Boolesche Variable 20020502
3 Importing IS_HEADER Call by reference Type reference (TYPE) FINB_GN_VIEW_SOURCE-HEADER View-Kopf 20020502
# Exception Resumable Description Created on
1 CX_FINB_GN_GENERATION_ERR Generierungsfehler 20020706

Method NORMALIZE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_FIELD Value transfer Object reference (TYPE REF TO) IF_FINB_GN_FIELD Beschreibung eines Feldes 20020506
2 Exporting E_KEYFLAG Value transfer Type reference (TYPE) BOOLE_D Keyfeld 20020506
3 Importing IO_TABLE Value transfer Object reference (TYPE REF TO) IF_FINB_GN_STRUC Objekt Struktur (Generator) 20020502
4 Importing I_FIELD Call by reference Type reference (TYPE) ANY 20020429
5 Importing I_FIELD_SUFFIX Value transfer Type reference (TYPE) DD_SUFFIX Suffix eines Feldnamens im Data Dictionary 20020506
# Exception Resumable Description Created on
1 CX_FINB_GN_GENERATION_ERR Generierungsfehler 20020706

Method SET_TECH_SETTINGS Signature

Method SET_TECH_SETTINGS on class CL_FINB_GN_VIEW has no parameter.
Method SET_TECH_SETTINGS on class CL_FINB_GN_VIEW has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 10B