SAP ABAP Class IF_BSCL_VIEW (View)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BSCL_CLASS_VIEW Class view 20121025
Properties
Class IF_BSCL_VIEW  
Short Description View    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20121024   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_BSCL_SQL_STATEMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class IF_BSCL_VIEW has no interface implemented.
Friends
Class IF_BSCL_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 TYPE_CALCULATION_VIEW Constant Public Type reference (TYPE) T_VIEW_TYPE 2 Type calculation view 20130118
2 TYPE_DATABASE_VIEW Constant Public Type reference (TYPE) T_VIEW_TYPE 1 Type database view 20130118
3 TYPE_FULL_OUTER_JOIN Constant Public Type reference (TYPE) T_JOIN_TYPE 4 Type Full Outer Join 20130426
4 TYPE_INNER_JOIN Constant Public Type reference (TYPE) T_JOIN_TYPE 1 20130426
5 TYPE_LEFT_OUTER_JOIN Constant Public Type reference (TYPE) T_JOIN_TYPE 2 Type Inner Join 20130426
6 TYPE_RIGHT_OUTER_JOIN Constant Public Type reference (TYPE) T_JOIN_TYPE 3 Type Right Outer Join 20130426
Methods
# Method Level Visibility Method type Description Created on
1 GET_CHARACTERISTICS_COLLECTION Instance method Public Method Get characteristics collection 20121120
2 GET_CLASS Instance method Public Method Get assigned class 20121109
3 GET_OBJECT_TYPE Instance method Public Method Get object type 20121109
4 GET_ORGANIZATIONAL_AREA Instance method Public Method Get organizational area 20130212
Events
Class IF_BSCL_VIEW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_VIEWS Public See coding 20121024 tt_views TYPE STANDARD TABLE OF REF TO if_bscl_view WITH DEFAULT KEY
2 TT_VIEWS_FOR_TEST Public See coding 20121025 tt_views_for_test TYPE STANDARD TABLE OF ty_view_for_test WITH DEFAULT KEY
3 TY_VIEW_FOR_TEST Public See coding 20121025 BEGIN OF ty_view_for_test, characteristic TYPE string, object_type TYPE string, number_char_columns TYPE i, number_obj_columns TYPE i, END OF ty_view_for_test
4 T_JOIN_TYPE Public Type reference (TYPE) I 20130426
5 T_VIEW_TYPE Public Type reference (TYPE) I 20130118
Method Signatures

Method GET_CHARACTERISTICS_COLLECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_COLLECTION Value transfer Object reference (TYPE REF TO) IF_BSCL_CHARACTRSTC_COLLECTION Class 20121120

Method GET_CHARACTERISTICS_COLLECTION on class IF_BSCL_VIEW has no exception.

Method GET_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CLASS Value transfer Object reference (TYPE REF TO) IF_BSCL_CLASS Class 20121109

Method GET_CLASS on class IF_BSCL_VIEW has no exception.

Method GET_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBJECT_TYPE Value transfer Type reference (TYPE) TABELLE Name of database table for object 20121109

Method GET_OBJECT_TYPE on class IF_BSCL_VIEW has no exception.

Method GET_ORGANIZATIONAL_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ORGANIZATIONAL_AREA Value transfer Type reference (TYPE) SICHTKZ Name of organizational_area 20130212

Method GET_ORGANIZATIONAL_AREA on class IF_BSCL_VIEW has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in