SAP ABAP Class CL_RSZ_QD_QXML_ELEM_COMMONS (Common Attributes of Query Elements)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSZ_QD_QXML_COMMONS Commons in QueryXML 20070725
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSZ_QD_QXML_ATTRIBUTE QueryXML Attribut 20070702
2 Inheritance (c INHERITING FROM c_ref)  CL_RSZ_QD_QXML_CELL QueryXML Cell 20070619
3 Inheritance (c INHERITING FROM c_ref)  CL_RSZ_QD_QXML_COMP_COMMONS Commons to All Components 20070619
4 Inheritance (c INHERITING FROM c_ref)  CL_RSZ_QD_QXML_CONDITION QueryXML Condition 20070619
5 Inheritance (c INHERITING FROM c_ref)  CL_RSZ_QD_QXML_DRILLDOWN QueryXML Drilldown 20070619
6 Inheritance (c INHERITING FROM c_ref)  CL_RSZ_QD_QXML_EXCEPTION QueryXML Exception 20070619
Properties
Class CL_RSZ_QD_QXML_ELEM_COMMONS  
Short Description Common Attributes of Query Elements    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSZOO   Object-Oriented Query Designer 
Created 20070619   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSZ_QD_QXML_ELEM_COMMONS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSZ_QD_QXML_COMMONS Commons in QueryXML 20070725
Friends
Class CL_RSZ_QD_QXML_ELEM_COMMONS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DEFAULTHINT Instance attribute Protected Type reference (TYPE) RSZX_DEFAULTHINT Additional Information for Creating Default Texts 20070619
2 DEFAULTHINT_FLAG Instance attribute Protected Type reference (TYPE) RSZTYPEFLAG Flag for 'typing' an entry 20070720
3 ID Instance attribute Protected Type reference (TYPE) SYSUUID_25 UUID in Compressed Form 20070619
4 INSTANCE_ORDER Instance attribute Protected Type reference (TYPE) RSZ_X_ORDER RFC: Sort sequence 20070619
5 IS_CELL Instance attribute Protected Type reference (TYPE) RS_BOOL is element a cell 20070619
6 IS_DELETED Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20070619
7 IS_NEW Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20070619
8 IS_REUSABLE Instance attribute Protected Type reference (TYPE) RS_BOOL is element reusable ( Component ) 20070619
9 NAME Instance attribute Protected Type reference (TYPE) RSZCOMPID Name (ID) of a Reporting Component 20070720
10 TEXT Instance attribute Protected Type reference (TYPE) STRING Long Description 20070619
11 TEXTVAR Instance attribute Protected Type reference (TYPE) TY_QXML_TEXTVAR_LIST 20070802
12 TRANSPORT_REQUEST Instance attribute Protected Type reference (TYPE) TRKORR Request/Task 20070619
13 USESS_DEFAULTTEXT Instance attribute Protected Type reference (TYPE) RS_BOOL uses defaulttext 20070619
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PROPERTIES Instance method Public Method 20070704
2 ADD_TEXT Instance method Private Method 20070802
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070619
4 GET_DEFAULTHINT Instance method Public Method 20070619
5 GET_DEFAULTHINT_FLAG Instance method Public Method 20070720
6 GET_ID Instance method Public Method 20070619
7 GET_INSTANCE_ORDER Instance method Public Method 20070619
8 GET_IS_CELL Instance method Public Method 20070619
9 GET_IS_DELETED Instance method Public Method 20070619
10 GET_IS_NEW Instance method Public Method 20070619
11 GET_IS_REUSABLE Instance method Public Method 20070619
12 GET_NAME Instance method Public Method 20070720
13 GET_TEXT Instance method Public Method 20070619
14 GET_TRANSPORT_REQUEST Instance method Public Method 20070619
15 GET_USESS_DEFAULTTEXT Instance method Public Method 20070619
16 SET_DEFAULTHINT Instance method Public Method 20070619
17 SET_DEFAULTHINT_FLAG Instance method Public Method 20070720
18 SET_ID Instance method Public Method 20070619
19 SET_INSTANCE_ORDER Instance method Public Method 20070619
20 SET_IS_CELL Instance method Public Method 20070619
21 SET_IS_DELETED Instance method Public Method 20070619
22 SET_IS_NEW Instance method Public Method 20070619
23 SET_IS_REUSABLE Instance method Public Method 20070619
24 SET_NAME Instance method Public Method 20070720
25 SET_TEXT Instance method Public Method 20070619
26 SET_TRANSPORT_REQUEST Instance method Public Method 20070619
27 SET_USESS_DEFAULTTEXT Instance method Public Method 20070619
Events
Class CL_RSZ_QD_QXML_ELEM_COMMONS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_QXML_TEXTVAR Public See coding 20070720 BEGIN OF ty_qxml_textvar, token type string, id TYPE sysuuid_25, END OF ty_qxml_textvar
2 TY_QXML_TEXTVAR_LIST Public See coding 20070720 ty_qxml_textvar_list TYPE TABLE OF ty_qxml_textvar WITH KEY token
Method Signatures

Method ADD_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HELPER Call by reference Object reference (TYPE REF TO) CL_RSZ_QD_QXML_HELPER Hilfsklasse für QueryXML 20070704
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS Exceptionclass for QueryXML 20070720

Method ADD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOM_WRITER Call by reference Object reference (TYPE REF TO) CL_RSZ_QD_QXML_DOM_WRITER DOM Writer for QueryXML 20070802
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS Exceptionclass for QueryXML 20070802

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULTHINT Value transfer Type reference (TYPE) RSZX_DEFAULTHINT Zusatzinfo zur Erzeugung von Default-Texten 20070619
2 Importing DEFAULTHINT_FLAG Value transfer Type reference (TYPE) RSZTYPEFLAG Flag zur Typisierung eines Eintrags 20070720
3 Importing ID Value transfer Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20070619
4 Importing INSTANCE_ORDER Value transfer Type reference (TYPE) RSZ_X_ORDER RFC: Sortierreihenfolge 20070619
5 Importing IS_CELL Value transfer Type reference (TYPE) RS_BOOL Boolean 20070619
6 Importing IS_DELETED Value transfer Type reference (TYPE) RS_BOOL Boolean 20070619
7 Importing IS_NEW Value transfer Type reference (TYPE) RS_BOOL Boolean 20070619
8 Importing IS_REUSABLE Value transfer Type reference (TYPE) RS_BOOL Boolean 20070619
9 Importing NAME Value transfer Type reference (TYPE) RSZCOMPID Name (ID) einer Reporting-Komponete 20070720
10 Importing TEXT Value transfer Type reference (TYPE) RSTXTLG Beschreibung lang 20070619
11 Importing TRANSPORT_REQUEST Value transfer Type reference (TYPE) TRKORR Auftrag/Aufgabe 20070619
12 Importing USESS_DEFAULTTEXT Value transfer Type reference (TYPE) RS_BOOL Boolean 20070619

Method CONSTRUCTOR on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method GET_DEFAULTHINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEFAULTHINT Value transfer Type reference (TYPE) RSZX_DEFAULTHINT 20070619

Method GET_DEFAULTHINT on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method GET_DEFAULTHINT_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEFAULTHINT_FLAG Value transfer Type reference (TYPE) RSZTYPEFLAG 20070720

Method GET_DEFAULTHINT_FLAG on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ID Value transfer Type reference (TYPE) SYSUUID_25 20070619

Method GET_ID on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method GET_INSTANCE_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INSTANCE_ORDER Value transfer Type reference (TYPE) RSZ_X_ORDER 20070619

Method GET_INSTANCE_ORDER on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method GET_IS_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_CELL Value transfer Type reference (TYPE) RS_BOOL 20070619

Method GET_IS_CELL on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method GET_IS_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_DELETED Value transfer Type reference (TYPE) RS_BOOL 20070619

Method GET_IS_DELETED on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method GET_IS_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_NEW Value transfer Type reference (TYPE) RS_BOOL 20070619

Method GET_IS_NEW on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method GET_IS_REUSABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_REUSABLE Value transfer Type reference (TYPE) RS_BOOL 20070619

Method GET_IS_REUSABLE on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAME Value transfer Type reference (TYPE) RSZCOMPID 20070720

Method GET_NAME on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEXT Value transfer Type reference (TYPE) RSTXTLG 20070619

Method GET_TEXT on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method GET_TRANSPORT_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TRANSPORT_REQUEST Value transfer Type reference (TYPE) TRKORR 20070619

Method GET_TRANSPORT_REQUEST on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method GET_USESS_DEFAULTTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning USESS_DEFAULTTEXT Value transfer Type reference (TYPE) RS_BOOL 20070619

Method GET_USESS_DEFAULTTEXT on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method SET_DEFAULTHINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULTHINT Value transfer Type reference (TYPE) RSZX_DEFAULTHINT 20070619

Method SET_DEFAULTHINT on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method SET_DEFAULTHINT_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULTHINT_FLAG Value transfer Type reference (TYPE) RSZTYPEFLAG 20070720

Method SET_DEFAULTHINT_FLAG on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method SET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Value transfer Type reference (TYPE) SYSUUID_25 20070619

Method SET_ID on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method SET_INSTANCE_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INSTANCE_ORDER Value transfer Type reference (TYPE) RSZ_X_ORDER 20070619

Method SET_INSTANCE_ORDER on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method SET_IS_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CELL Value transfer Type reference (TYPE) RS_BOOL 20070619

Method SET_IS_CELL on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method SET_IS_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DELETED Value transfer Type reference (TYPE) RS_BOOL 20070619

Method SET_IS_DELETED on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method SET_IS_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NEW Value transfer Type reference (TYPE) RS_BOOL 20070619

Method SET_IS_NEW on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method SET_IS_REUSABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REUSABLE Value transfer Type reference (TYPE) RS_BOOL 20070619

Method SET_IS_REUSABLE on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) RSZCOMPID 20070720

Method SET_NAME on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXT Value transfer Type reference (TYPE) RSTXTLG 20070619

Method SET_TEXT on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method SET_TRANSPORT_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TRANSPORT_REQUEST Value transfer Type reference (TYPE) TRKORR 20070619

Method SET_TRANSPORT_REQUEST on class CL_RSZ_QD_QXML_ELEM_COMMONS has no exception.

Method SET_USESS_DEFAULTTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing USESS_DEFAULTTEXT Value transfer Type reference (TYPE) RS_BOOL 20070619

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