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
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 | ![]() |
IO_TABLE | Value transfer | Object reference (TYPE REF TO) | IF_FINB_GN_STRUC | Tabelle | 20020404 | ||
2 | ![]() |
I_FIELD | Call by reference | Type reference (TYPE) | ANY | '*' | Feld (default: alle Felder der Tabelle) | 20020404 | |
3 | ![]() |
I_KEYFLAG | Value transfer | Type reference (TYPE) | BOOLE_D | Schlüsselfeld | 20020506 | ||
4 | ![]() |
I_NEW_NAME | Value transfer | Type reference (TYPE) | FINB_GN_PHYSICAL_NAME | Feldnamename im View | 20020426 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generierungsfehler | 20020706 |
Method ADD_JOIN_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_DEP_TABLE | Value transfer | Object reference (TYPE REF TO) | IF_FINB_GN_STRUC | abhängige Tabelle | 20020405 | ||
2 | ![]() |
IO_TABLE | Value transfer | Object reference (TYPE REF TO) | IF_FINB_GN_STRUC | Primärtabelle | 20020405 | ||
3 | ![]() |
I_DEP_FIELD | Call by reference | Type reference (TYPE) | ANY | Feld in abhängiger Tabelle | 20020405 | ||
4 | ![]() |
I_FIELD | Call by reference | Type reference (TYPE) | ANY | Feld | 20020405 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generierungsfehler | 20020706 |
Method ADD_SEL_CONDITION 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_FINB_GN_STRUC | Tabelle | 20020404 | ||
2 | ![]() |
I_AND_OR | Value transfer | Type reference (TYPE) | VSCONJ | 'AND' | Verknüpfungsoperation | 20020404 | |
3 | ![]() |
I_CONSTANT | Call by reference | Type reference (TYPE) | CLIKE | Vergleichswert | 20020404 | ||
4 | ![]() |
I_FIELD | Call by reference | Type reference (TYPE) | ANY | Feld (Typ FIELDNAME, FINB_GN_COMPONENT, IF_FINB_GN_FIELD) | 20020404 | ||
5 | ![]() |
I_OPERATOR | Value transfer | Type reference (TYPE) | VOPERATOR | Operator in einer Selektionsbedingung (Dynprofeld) | 20020404 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IS_TECH_SETTINGS | Value transfer | Type reference (TYPE) | FINB_GN_TECH_SETTINGS | technische Eigenschaften einer Tabelle | 20020502 | ||
2 | ![]() |
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 | ![]() |
Generierungsfehler | 20020706 |
History
Last changed by/on | SAP | 20041006 |
SAP Release Created in | 10B |