SAP ABAP Interface IF_BSCL_HDBR_TYPES (Types of HDBR access)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-CL (Application Component) Classification
⤷
BSCL_VIEW_KIT (Package) Classification: Tools for view generation
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BSCL_CALCULATION_VIEW | View | 20130118 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_BSCL_HDBR_ACCESS | HDB Repository Access | 20130117 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_BSCL_HDBR_ACCESS_CONSTANTS | HDB Repository Access | 20130125 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSCL_CLASS_VIEW | Class view | 20130118 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSCL_HANA_INTEGRATOR | HANA integration for classification | 20130121 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSCL_HDBR_ACCESS | Access to HDB Repository | 20130117 |
| 7 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSCL_HDBR_CALC_VIEW | HDB Repository Object Calculation View | 20130125 |
Properties
| Interface | IF_BSCL_HDBR_TYPES | |
| Short Description | Types of HDBR access |
General Data
| Package | BSCL_VIEW_KIT | Classification: Tools for view generation |
| Created | 20130117 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_BSCL_HDBR_TYPES has no forward declaration.
Interfaces
Interface IF_BSCL_HDBR_TYPES has no interface.
Friends
Interface IF_BSCL_HDBR_TYPES has no friend.
Attributes
Interface IF_BSCL_HDBR_TYPES has no attribute.
Methods
Interface IF_BSCL_HDBR_TYPES has no method.
Events
Interface IF_BSCL_HDBR_TYPES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_CA_ATTRIBUTE | Public | See coding | 20130117 | BEGIN OF ts_ca_attribute,
attribute_name TYPE string,
attribute_description TYPE string,
field_type TYPE t_sql_data_type,
field_length TYPE t_sql_data_type_length,
field_length_decimals TYPE t_sql_data_type_decimals,
END OF ts_ca_attribute
|
||
| 2 | TS_CA_ATTRIBUTE_OUTPUT | Public | See coding | 20130117 | BEGIN OF ts_ca_attribute_output,
s_description TYPE ts_ca_description,
attribute_name TYPE string,
END OF ts_ca_attribute_output
|
||
| 3 | TS_CA_CALCULATED_ATTRIBUTE | Public | See coding | 20130121 | BEGIN OF ts_ca_calculated_attribute,
attribute_name TYPE string,
field_type TYPE t_sql_data_type,
field_length TYPE t_sql_data_type_length,
field_length_decimals TYPE t_sql_data_type_decimals,
formula TYPE string,
END OF ts_ca_calculated_attribute
|
||
| 4 | TS_CA_CALCULATED_ATTRIBUTE_OUT | Public | See coding | 20130117 | BEGIN OF ts_ca_calculated_attribute_out,
attribute_name TYPE string,
s_description TYPE ts_ca_description,
field_type TYPE t_sql_data_type,
field_length TYPE t_sql_data_type_length,
field_length_decimals TYPE t_sql_data_type_decimals,
formula TYPE string,
END OF ts_ca_calculated_attribute_out
|
||
| 5 | TS_CA_DESCRIPTION | Public | See coding | 20130117 | BEGIN OF ts_ca_description,
text TYPE string,
language TYPE string,
END OF ts_ca_description
|
||
| 6 | TS_CA_INPUT_PARAMETER | Public | See coding | 20130117 | BEGIN OF ts_ca_input_parameter,
parameter_name TYPE string,
s_description TYPE ts_ca_description,
field_type TYPE t_sql_data_type,
field_length TYPE t_sql_data_type_length,
field_length_decimals TYPE t_sql_data_type_decimals,
mandatory TYPE abap_bool,
related_attribute TYPE string,
default_value TYPE string,
END OF ts_ca_input_parameter
|
||
| 7 | TS_CA_MEASURE | Public | See coding | 20130121 | BEGIN OF ts_ca_measure,
measure_name TYPE string,
measure_type TYPE string,
END OF ts_ca_measure
|
||
| 8 | TS_CA_OUTPUT_PARAMETER | Public | See coding | 20130117 | BEGIN OF ts_ca_output_parameter,
t_attribute TYPE tt_ca_attribute_output,
t_calculated_attribute TYPE tt_ca_calculated_attribute_out,
t_measure TYPE tt_ca_measure,
END OF ts_ca_output_parameter
|
||
| 9 | TS_OBJECT | Public | See coding | 20131002 | BEGIN OF ts_object,
name TYPE t_object_name,
package TYPE t_package,
description TYPE t_description,
type TYPE t_object_type,
END OF ts_object
|
||
| 10 | TS_PACKAGE | Public | See coding | 20131002 | BEGIN OF ts_package,
name TYPE t_package,
END OF ts_package
|
||
| 11 | TT_CA_ATTRIBUTE | Public | See coding | 20130117 | tt_ca_attribute TYPE STANDARD TABLE OF ts_ca_attribute WITH DEFAULT KEY
|
||
| 12 | TT_CA_ATTRIBUTE_OUTPUT | Public | See coding | 20130117 | tt_ca_attribute_output TYPE STANDARD TABLE OF ts_ca_attribute_output WITH DEFAULT KEY
|
||
| 13 | TT_CA_CALCULATED_ATTRIBUTE | Public | See coding | 20130121 | tt_ca_calculated_attribute TYPE STANDARD TABLE OF ts_ca_calculated_attribute WITH DEFAULT KEY
|
||
| 14 | TT_CA_CALCULATED_ATTRIBUTE_OUT | Public | See coding | 20130117 | tt_ca_calculated_attribute_out TYPE STANDARD TABLE OF ts_ca_calculated_attribute_out WITH DEFAULT KEY
|
||
| 15 | TT_CA_INPUT_PARAMETER | Public | See coding | 20130117 | tt_ca_input_parameter TYPE STANDARD TABLE OF ts_ca_input_parameter WITH DEFAULT KEY
|
||
| 16 | TT_CA_MEASURE | Public | See coding | 20130121 | tt_ca_measure TYPE STANDARD TABLE OF ts_ca_measure WITH DEFAULT KEY
|
||
| 17 | TT_CA_OUTPUT_PARAMETER | Public | See coding | 20130117 | tt_ca_output_parameter TYPE STANDARD TABLE OF ts_ca_output_parameter WITH DEFAULT KEY
|
||
| 18 | TT_OBJECT | Public | See coding | 20131002 | tt_object TYPE TABLE OF ts_object WITH DEFAULT KEY
|
||
| 19 | TT_PACKAGE | Public | See coding | 20131002 | tt_package TYPE TABLE OF ts_package WITH DEFAULT KEY
|
||
| 20 | TT_SCHEMA | Public | See coding | 20131002 | tt_schema TYPE STANDARD TABLE OF hdb_schema_name WITH DEFAULT KEY
|
||
| 21 | TT_SCHEMA_MAPPING | Public | See coding | 20131002 | tt_schema_mapping TYPE STANDARD TABLE OF hdb_schema_name WITH DEFAULT KEY
|
||
| 22 | T_DESCRIPTION | Public | Type reference (TYPE) | STRING | 20130117 | |
|
| 23 | T_OBJECT_NAME | Public | See coding | 20130117 | t_object_name TYPE c LENGTH 256
|
||
| 24 | T_OBJECT_NAME_STRING | Public | Type reference (TYPE) | STRING | 20130117 | |
|
| 25 | T_OBJECT_TYPE | Public | Type reference (TYPE) | I | 20130117 | |
|
| 26 | T_OWNER | Public | Type reference (TYPE) | STRING | 20130128 | |
|
| 27 | T_PACKAGE | Public | See coding | 20130117 | t_package TYPE c LENGTH 256
|
||
| 28 | T_PACKAGE_STRING | Public | Type reference (TYPE) | STRING | 20130117 | |
|
| 29 | T_SCRIPT | Public | Type reference (TYPE) | STRING | 20130117 | |
|
| 30 | T_SCRIPT_LANGUAGE | Public | See coding | 20130117 | t_script_language TYPE c LENGTH 10
|
||
| 31 | T_SQL_DATA_TYPE | Public | Type reference (TYPE) | CHAR20 | 20130117 | |
|
| 32 | T_SQL_DATA_TYPE_DECIMALS | Public | Type reference (TYPE) | NUM6 | 20130117 | |
|
| 33 | T_SQL_DATA_TYPE_LENGTH | Public | Type reference (TYPE) | NUM6 | 20130117 | |
|
| 34 | T_WRITE_ACCESS | Public | Type reference (TYPE) | ABAP_BOOL | 20130117 | |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 747 |