SAP ABAP Class CL_DDIC_WB_XVIEW_OBJECT_DATA (WB Data Model for External Views)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE-AHI (Application Component) Tools for ABAP and HANA Integration
     SDDIC_ADT_VIEW (Package) ABAP Dev Tools for DDIC Views
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WB_OBJECT_DATA_MODEL Interface to Central Object Data Model 20120508
Properties
Class CL_DDIC_WB_XVIEW_OBJECT_DATA  
Short Description WB Data Model for External Views    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDDIC_ADT_VIEW   ABAP Dev Tools for DDIC Views 
Created 20120508   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DDIC_WB_XVIEW_OBJECT_DATA has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_WB_OBJECT_DATA_MODEL Interface to Central Object Data Model 20120508
Friends
Class CL_DDIC_WB_XVIEW_OBJECT_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OBJECT_DATA Instance attribute Private Type reference (TYPE) TY_XVIEW_WB_OBJECT_DATA 20120508
Methods
Class CL_DDIC_WB_XVIEW_OBJECT_DATA has no method.
Events
Class CL_DDIC_WB_XVIEW_OBJECT_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_BUILT_IN_DATA_S Public See coding 20120510 BEGIN OF ty_built_in_data_s, length TYPE ddleng, datatype TYPE datatype_d, decimals TYPE decimals, END OF ty_built_in_data_s
2 TY_BUILT_IN_DATA_T Public See coding 20120510 ty_built_in_data_t TYPE STANDARD TABLE OF ty_built_in_data_s WITH DEFAULT KEY
3 TY_DB_NAME Public See coding 20120511 ty_db_name TYPE c LENGTH 256
4 TY_DB_SIMPLE_TYPE_S Public See coding 20120511 BEGIN OF ty_db_simple_type_s, db_type_name TYPE ty_db_name, length TYPE i, decs TYPE i, END OF ty_db_simple_type_s
5 TY_VIEW_ADMIN_S Public See coding 20120618 BEGIN OF ty_view_admin_s, "! Description is the only language dependent part of the DB Proc Proxy description TYPE ddtext, "! Language of the Description shown in 'Properties' language TYPE sy-langu, changed_on TYPE wb_changed_on, changed_by TYPE wb_changed_by, changed_at TYPE wb_changed_at, created_on TYPE wb_created_on, created_by TYPE wb_created_by, created_at TYPE wb_created_at, package TYPE devclass, END OF ty_view_admin_s
6 TY_VIEW_FIELD_S Public See coding 20120509 BEGIN OF ty_view_field_s. TYPES viewfield TYPE fieldname. TYPES keyflag TYPE mckeyflag. TYPES viewfield_read_only TYPE abap_bool. TYPES data_element TYPE rollname. "Data Element if applicable "types data_element_read_only type abap_bool. TYPES builtin_type TYPE ty_built_in_data_s. "types builtin_type_read_only type abap_bool. "! type_change_allowed = 'X' means change of type is allowed , "! type_change_allowed = space means change of type is forbidden TYPES type_change_allowed TYPE abap_bool. TYPES builtin_type_selection TYPE ty_built_in_data_t. TYPES: ddtext TYPE as4text. TYPES db_fieldname TYPE ddfieldname_l. "Refer to DDIC Structure DD27PR, Field DBVIEWFIELD TYPES db_fieldtype TYPE ty_db_simple_type_s. TYPES END OF ty_view_field_s
7 TY_VIEW_FIELD_T Public See coding 20120509 ty_view_field_t TYPE STANDARD TABLE OF ty_view_field_s WITH KEY viewfield
8 TY_XVIEW_WB_OBJECT_DATA Public See coding 20120511 BEGIN OF ty_xview_wb_object_data, name TYPE wb_object_name, version TYPE r3state. INCLUDE TYPE ty_view_admin_s. TYPES: "! Unused. Repository Package is contained in db_repository_xview_name db_repository_package TYPE ty_db_name, " proc in repository: package "! Not only the Name of Ext. View, contains also Repository package name db_repository_xview_name TYPE ty_db_name, " proc in repository: name db_catalog_schema TYPE ty_db_name, " irrelevant for UI, proc in catalog: schema db_catalog_xview_name TYPE ty_db_name, viewclass TYPE viewclass, viewclass_descr TYPE ddtext, viewfields TYPE ty_view_field_t. TYPES: END OF ty_xview_wb_object_data
History
Last changed by/on SAP  20130531 
SAP Release Created in 740