SAP ABAP Class CL_RSZ_QD_QXML_COMP_COMMONS (Commons to All Components)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSZOO (Package) Object-Oriented Query Designer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSZ_QD_QXML_ELEM_COMMONS Common Attributes of Query Elements 20070619
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSZ_QD_QXML_FILTER QueryXML Filter 20070613
2 Inheritance (c INHERITING FROM c_ref)  CL_RSZ_QD_QXML_FORMULA QueryXML Formula 20070612
3 Inheritance (c INHERITING FROM c_ref)  CL_RSZ_QD_QXML_QUERY QueryXML Query 20070614
4 Inheritance (c INHERITING FROM c_ref)  CL_RSZ_QD_QXML_SELECTION QueryXML Selection 20070612
5 Inheritance (c INHERITING FROM c_ref)  CL_RSZ_QD_QXML_SHEET QueryXML Sheet 20070614
6 Inheritance (c INHERITING FROM c_ref)  CL_RSZ_QD_QXML_STRUCTURE QueryXML Structure 20070613
7 Inheritance (c INHERITING FROM c_ref)  CL_RSZ_QD_QXML_VARIABLE QueryXML Variable 20070612
Properties
Class CL_RSZ_QD_QXML_COMP_COMMONS  
Short Description Commons to All Components    
Super Class CL_RSZ_QD_QXML_ELEM_COMMONS Common Attributes of Query Elements 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSZOO   Object-Oriented Query Designer 
Created 20070612   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSZ_QD_QXML_COMP_COMMONS has no forward declaration.
Interfaces
Class CL_RSZ_QD_QXML_COMP_COMMONS has no interface implemented.
Friends
Class CL_RSZ_QD_QXML_COMP_COMMONS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COMP_DATA Instance attribute Protected Type reference (TYPE) TY_QXML_COMP_DATA Properties of All Components 20070614
2 INFOPROVIDER_DATA Instance attribute Protected Type reference (TYPE) TY_QXML_COMPIC_DATA_LIST InfoProvider Data of Component 20070703
3 USER_DATA Instance attribute Protected Type reference (TYPE) TY_QXML_USER_DATA User Data of Component 20070614
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070612
2 GET_COMP_DATA Instance method Public Method 20070614
3 GET_INFOPROVIDER_DATA Instance method Public Method 20070703
4 GET_USER_DATA Instance method Public Method 20070614
5 SET_COMP_DATA Instance method Public Method 20070614
6 SET_INFOPROVIDER_DATA Instance method Public Method 20070703
7 SET_USER_DATA Instance method Public Method 20070614
Events
Class CL_RSZ_QD_QXML_COMP_COMMONS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_QXML_COMPIC_DATA Public See coding InfoProvider Data of Component 20070703 BEGIN OF ty_qxml_compic_data, compuid TYPE sysuuid_25, genuniid TYPE rsgenuniid, is_Master TYPE RSZISMASTER, infocube TYPE rsinfocube, END OF ty_qxml_compic_data
2 TY_QXML_COMPIC_DATA_LIST Public See coding 20070711 ty_qxml_compic_data_list type table of ty_qxml_compic_data with key compuid
3 TY_QXML_COMP_DATA Public See coding Properties of All Components 20070614 BEGIN OF ty_qxml_comp_data, query_version TYPE rsz_x_version, obj_status TYPE rsobjstat, cont_release TYPE rscontrel, cont_tstmp TYPE rszx_timestmp, comp_dim TYPE rszcompdim, not_changed TYPE rs_bool, changed_with TYPE rsza_changed_with, frontend_acc TYPE rszx_access, END OF ty_qxml_comp_data
4 TY_QXML_USER_DATA Public See coding User Data of Component 20070614 BEGIN OF ty_qxml_user_data, owner TYPE rsowner, last_changed_by TYPE rststpnm, last_changed_date TYPE rsz_x_tstpdat, last_changed_time TYPE rsz_x_tstptim, created_on_date TYPE rsz_x_tstpdat, created_on_time TYPE rsz_x_tstptim, END OF ty_qxml_user_data
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMP_DATA Value transfer Type reference (TYPE) TY_QXML_COMP_DATA Eigenschaften von allen Komponenten 20070614
2 Importing DEFAULTHINT Value transfer Type reference (TYPE) RSZX_DEFAULTHINT 20070619
3 Importing DEFAULTHINT_FLAG Value transfer Type reference (TYPE) RSZTYPEFLAG Flag zur Typisierung eines Eintrags 20070720
4 Importing ID Value transfer Type reference (TYPE) SYSUUID_25 20070612
5 Importing INFOPROVIDER_DATA Value transfer Type reference (TYPE) TY_QXML_COMPIC_DATA_LIST Infoproviderdaten einer Komponente 20070703
6 Importing INSTANCE_ORDER Value transfer Type reference (TYPE) RSZ_X_ORDER 20070619
7 Importing IS_CELL Value transfer Type reference (TYPE) RS_BOOL 20070619
8 Importing IS_DELETED Value transfer Type reference (TYPE) RS_BOOL 20070619
9 Importing IS_NEW Value transfer Type reference (TYPE) RS_BOOL 20070619
10 Importing IS_REUSABLE Value transfer Type reference (TYPE) RS_BOOL 20070619
11 Importing NAME Value transfer Type reference (TYPE) RSZCOMPID 20070612
12 Importing TEXT Value transfer Type reference (TYPE) RSTXTLG 20070612
13 Importing TRANSPORT_REQUEST Value transfer Type reference (TYPE) TRKORR 20070619
14 Importing USER_DATA Value transfer Type reference (TYPE) TY_QXML_USER_DATA Benutzerdaten einer Komponente 20070614
15 Importing USESS_DEFAULTTEXT Value transfer Type reference (TYPE) RS_BOOL 20070619

Method CONSTRUCTOR on class CL_RSZ_QD_QXML_COMP_COMMONS has no exception.

Method GET_COMP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMP_DATA Value transfer Type reference (TYPE) TY_QXML_COMP_DATA 20070614

Method GET_COMP_DATA on class CL_RSZ_QD_QXML_COMP_COMMONS has no exception.

Method GET_INFOPROVIDER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INFOPROVIDER_DATA Value transfer Type reference (TYPE) TY_QXML_COMPIC_DATA_LIST 20070703

Method GET_INFOPROVIDER_DATA on class CL_RSZ_QD_QXML_COMP_COMMONS has no exception.

Method GET_USER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning USER_DATA Value transfer Type reference (TYPE) TY_QXML_USER_DATA 20070614

Method GET_USER_DATA on class CL_RSZ_QD_QXML_COMP_COMMONS has no exception.

Method SET_COMP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMP_DATA Value transfer Type reference (TYPE) TY_QXML_COMP_DATA 20070614

Method SET_COMP_DATA on class CL_RSZ_QD_QXML_COMP_COMMONS has no exception.

Method SET_INFOPROVIDER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INFOPROVIDER_DATA Value transfer Type reference (TYPE) TY_QXML_COMPIC_DATA_LIST 20070703

Method SET_INFOPROVIDER_DATA on class CL_RSZ_QD_QXML_COMP_COMMONS has no exception.

Method SET_USER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing USER_DATA Value transfer Type reference (TYPE) TY_QXML_USER_DATA 20070614

Method SET_USER_DATA on class CL_RSZ_QD_QXML_COMP_COMMONS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710