SAP ABAP Class CL_RSZ_QD_QXML_HELPER (Auxiliary Class for QueryXML)
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 20070702
Properties
Class CL_RSZ_QD_QXML_HELPER  
Short Description Auxiliary Class for QueryXML    
Super Class    
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
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_RSZ_QD_QXML_ELEM_COMMONS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSZ_QD_QXML_COMMONS Commons in QueryXML 20070702
Friends
Class CL_RSZ_QD_QXML_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BY_INFOCUBE Instance attribute Private Type reference (TYPE) RSINFOCUBE InfoCube 20070702
2 COMPID Instance attribute Private Type reference (TYPE) RSZCOMPID Name (ID) of a Reporting Component 20070702
3 COMPONENT_XML_VERSION Instance attribute Private Type reference (TYPE) STRING '1.0' 20070702
4 COMPUID Instance attribute Private Type reference (TYPE) SYSUUID_25 UUID in Compressed Form 20070702
5 GENUNIID Instance attribute Private Type reference (TYPE) SYSUUID_25 UUID in Compressed Form 20070702
6 G_TAB_CALC Instance attribute Public Type reference (TYPE) TY_QXML_CALC 20070702
7 G_TAB_CELL Instance attribute Public Type reference (TYPE) TY_QXML_CELL 20070702
8 G_TAB_COMPDIR Instance attribute Public Type reference (TYPE) TY_QXML_COMPDIR 20070702
9 G_TAB_COMPIC Instance attribute Public Type reference (TYPE) TY_QXML_COMPIC 20070702
10 G_TAB_ELTATTR Instance attribute Public Type reference (TYPE) TY_QXML_ELTATTR 20070702
11 G_TAB_ELTDIR Instance attribute Public Type reference (TYPE) TY_QXML_ELTDIR 20070702
12 G_TAB_ELTPRIO Instance attribute Public Type reference (TYPE) TY_QXML_ELTPRIO 20070702
13 G_TAB_ELTPROP Instance attribute Public Type reference (TYPE) TY_QXML_ELTPROP 20070702
14 G_TAB_ELTXREF Instance attribute Public Type reference (TYPE) TY_QXML_ELTXREF 20070702
15 G_TAB_RANGE Instance attribute Public Type reference (TYPE) TY_QXML_RANGE 20070702
16 G_TAB_SELECT Instance attribute Public Type reference (TYPE) TY_QXML_SELECT 20070702
17 G_TAB_VAR Instance attribute Public Type reference (TYPE) TY_QXML_VAR 20070702
18 LANGUAGE Instance attribute Private Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20070702
19 OBJECT_LIST Instance attribute Private Type reference (TYPE) TY_QXML_OBJECT_TABLE 20070629
20 OBJVERS Instance attribute Private Type reference (TYPE) RSOBJVERS 'A' Object Version 20070702
21 QXML_COMPONENTS Instance attribute Private Object reference (TYPE REF TO) CL_RSZ_QD_QXML_COMPONENTS QueryXML Components 20070702
22 TEMPLATE_TYPE Instance attribute Private Type reference (TYPE) RSZDEFTP 'NIL' Definition Type of an Element 20070702
23 USE_BUFFER Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20070702
24 VARIABLE_INFOOBJECT Instance attribute Private Type reference (TYPE) RSIOBJNM InfoObject 20070702
25 VARIABLE_TYPES Instance attribute Private Type reference (TYPE) RSZVTYPES Variable Types (Grouping for More Than One) 20070702
26 WITH_TEMPLATES Instance attribute Private Type reference (TYPE) RS_BOOL SPACE Boolean 20070702
27 XML_STRING Instance attribute Private Type reference (TYPE) STRING 20070702
Methods
# Method Level Visibility Method type Description Created on
1 ADD_OBJECT Instance method Private Method Add Object to Reference List 20070629
2 ADD_PROPERTIES Instance method Private Method Adds Properties to Objects 20070704
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070702
4 CREATE_ATTRIBUTE_OBJECT Instance method Private Method Generate Attribute Object with Data from Eltdir 20070702
5 CREATE_CELL_OBJECT Instance method Private Method Generate Cell Object with Data from Eltdir 20070702
6 CREATE_COMPONENTS Instance method Private Method 20070710
7 CREATE_CONDITION_OBJECT Instance method Private Method Generate Condition Object with Data from Eltdir 20070702
8 CREATE_DRILLDOWN_OBJECT Instance method Private Method Generate Drilldown Object with Data from Eltdir 20070702
9 CREATE_ELTDIR_OBJECTS Instance method Private Method Generates All Objects Contained in ELTDIR 20070702
10 CREATE_EXCEPTION_OBJECT Instance method Private Method Generate Exception Object with Data from Eltdir 20070702
11 CREATE_FILTER_OBJECT Instance method Private Method Generate Filter Object with Data from Eltdir 20070702
12 CREATE_FORMULA_OBJECT Instance method Private Method Generate Formula Object with Data from Eltdir 20070702
13 CREATE_OBJECT_TREE Instance method Public Method Generates Component for Object Tree 20070702
14 CREATE_QUERY_OBJECT Instance method Private Method Generate Query Object with Data from Eltdir 20070702
15 CREATE_SELECTION_OBJECT Instance method Private Method Generates a Selection Object 20070702
16 CREATE_SHEET_OBJECT Instance method Private Method Generate Sheet Object with Data from Eltdir 20070702
17 CREATE_STRUCTURE_OBJECT Instance method Private Method Generate Structure Object with Data from Eltdir 20070703
18 CREATE_VARIABLE_OBJECT Instance method Private Method Generates Variable Object with Data from Global Table 20070702
19 LOAD_DATA Instance method Public Method Load Table Data for Passed Parameters 20070702
20 LOOKUP_FLAT_TYPE Instance method Public Method Returns Type of Flat Element 20070727
21 LOOKUP_OBJECT Instance method Public Method Look Up Object in Reference List 20070629
22 LOOKUP_OBJECTS Instance method Public Method Returns All Objects of a Type from Reference List 20070710
23 LOOKUP_OBJECT_REUSABILITY Instance method Public Method Check Whether Object Is Reusable 20070704
24 LOOKUP_OBJECT_TYPE Instance method Public Method 20070704
25 LOOKUP_STEP_TYPE Instance method Public Method 20070730
26 LOOKUP_STRMEM_TYPE Instance method Public Method Structure Element Type 20070727
27 LOOKUP_TEXTVARIABLES Instance method Public Method 20070802
28 LOOKUP_VALUE Static method Public Method Look Up Domain Long Text of a Value 20070613
29 SET_OBJECT_DEFINED Instance method Private Method Sets Object to Defined in XML 20070629
30 SET_OBJECT_REUSABLE Instance method Private Method Set Object to Reusable 20070629
Events
Class CL_RSZ_QD_QXML_HELPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_QXML_CALC Public See coding 20070704 ty_qxml_calc TYPE TABLE OF rsz_x_calc
2 TY_QXML_CELL Public See coding 20070704 ty_qxml_cell TYPE TABLE OF rsz_x_cel
3 TY_QXML_COMPDIR Public See coding 20070704 ty_qxml_compdir TYPE TABLE OF rsz_x_compdir
4 TY_QXML_COMPIC Public See coding 20070704 ty_qxml_compic TYPE TABLE OF rsz_x_compic
5 TY_QXML_ELTATTR Public See coding 20070704 ty_qxml_eltattr TYPE TABLE OF rsz_x_eltattr
6 TY_QXML_ELTDIR Public See coding 20070704 ty_qxml_eltdir TYPE TABLE OF rsz_x_eltdir
7 TY_QXML_ELTPRIO Public See coding 20070704 ty_qxml_eltprio TYPE TABLE OF rsz_x_eltprio
8 TY_QXML_ELTPROP Public See coding 20070704 ty_qxml_eltprop TYPE TABLE OF rsz_x_eltprop
9 TY_QXML_ELTXREF Public See coding 20070704 ty_qxml_eltxref TYPE TABLE OF rsz_x_eltxref
10 TY_QXML_INFOOBJECT Public See coding 20070619 BEGIN OF ty_qxml_infoobject, name TYPE rsiobjnm, infoobject TYPE REF TO cl_rsz_qd_qxml_infoobject, END OF ty_qxml_infoobject
11 TY_QXML_INFOOBJECT_LIST Public See coding 20070612 ty_qxml_infoobject_list TYPE TABLE OF ty_qxml_infoobject WITH KEY name
12 TY_QXML_OBJECT Public See coding 20070704 BEGIN OF ty_qxml_object, id TYPE sysuuid_25, object TYPE REF TO object, object_type TYPE char3, is_defined TYPE char1, reusable TYPE char1, END OF ty_qxml_object
13 TY_QXML_OBJECT_TABLE Public See coding 20070704 ty_qxml_object_table TYPE HASHED TABLE OF ty_qxml_object WITH UNIQUE KEY id
14 TY_QXML_RANGE Public See coding 20070704 ty_qxml_range TYPE TABLE OF rsz_x_range
15 TY_QXML_SELECT Public See coding 20070704 ty_qxml_select TYPE TABLE OF rsz_x_select
16 TY_QXML_VAR Public See coding 20070704 ty_qxml_var TYPE TABLE OF rsz_x_var
17 TY_QXML_VARIABLE_NAME_ID Public See coding 20070802 BEGIN OF ty_qxml_variable_name_id, id type sysuuid_25, name type rszcompid, END OF ty_qxml_variable_name_id
18 TY_QXML_VARIABLE_NAME_ID_LIST Public See coding 20070802 ty_qxml_variable_name_id_list TYPE TABLE OF ty_qxml_variable_name_id with key name id
Method Signatures

Method ADD_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20070629
2 Importing I_IS_DEFINED Call by reference Type reference (TYPE) ABAP_BOOL Wurde das Objekt schon im XML definiert 20070629
3 Importing I_IS_REUSABLE Call by reference Type reference (TYPE) ABAP_BOOL Ist das Objekt wiederverwendbar 20070629
4 Importing I_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Das Objekt für die Liste 20070629
5 Importing I_TYPE Call by reference Type reference (TYPE) CHAR3 Typ des Objekts 20070629

Method ADD_OBJECT on class CL_RSZ_QD_QXML_HELPER has no exception.

Method ADD_PROPERTIES Signature

Method ADD_PROPERTIES on class CL_RSZ_QD_QXML_HELPER has no parameter.
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS Exceptionclass for QueryXML 20070720

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BY_INFOCUBE Value transfer Type reference (TYPE) RSINFOCUBE 20070702
2 Importing I_COMPID Value transfer Type reference (TYPE) RSZCOMPID 20070702
3 Importing I_COMPONENT_XML_VERSION Value transfer Type reference (TYPE) STRING 20070702
4 Importing I_COMPUID Value transfer Type reference (TYPE) SYSUUID_25 20070702
5 Importing I_GENUNIID Value transfer Type reference (TYPE) SYSUUID_25 20070702
6 Importing I_LANGUAGE Value transfer Type reference (TYPE) SY-LANGU 20070702
7 Importing I_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS 20070702
8 Importing I_TEMPLATE_TYPE Value transfer Type reference (TYPE) RSZDEFTP 20070702
9 Importing I_USE_BUFFER Value transfer Type reference (TYPE) RS_BOOL 20070702
10 Importing I_VARIABLE_INFOOBJECT Value transfer Type reference (TYPE) RSIOBJNM 20070702
11 Importing I_VARIABLE_TYPES Value transfer Type reference (TYPE) RSZVTYPES 20070702
12 Importing I_WITH_TEMPLATES Value transfer Type reference (TYPE) RS_BOOL 20070702

Method CONSTRUCTOR on class CL_RSZ_QD_QXML_HELPER has no exception.

Method CREATE_ATTRIBUTE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LS_ELTDIR Call by reference Type reference (TYPE) RSZ_X_ELTDIR RFC: Verzeichnis der Reporting-Komponenten-Elemente 20070702
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS 20070717

Method CREATE_CELL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LS_ELTDIR Call by reference Type reference (TYPE) RSZ_X_ELTDIR RFC: Verzeichnis der Reporting-Komponenten-Elemente 20070702
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS 20070717

Method CREATE_COMPONENTS Signature

Method CREATE_COMPONENTS on class CL_RSZ_QD_QXML_HELPER has no parameter.
Method CREATE_COMPONENTS on class CL_RSZ_QD_QXML_HELPER has no exception.

Method CREATE_CONDITION_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LS_ELTDIR Call by reference Type reference (TYPE) RSZ_X_ELTDIR RFC: Verzeichnis der Reporting-Komponenten-Elemente 20070702
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS 20070717

Method CREATE_DRILLDOWN_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LS_ELTDIR Call by reference Type reference (TYPE) RSZ_X_ELTDIR RFC: Verzeichnis der Reporting-Komponenten-Elemente 20070702
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS 20070717

Method CREATE_ELTDIR_OBJECTS Signature

Method CREATE_ELTDIR_OBJECTS on class CL_RSZ_QD_QXML_HELPER has no parameter.
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS Exceptionclass for QueryXML 20070717

Method CREATE_EXCEPTION_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LS_ELTDIR Call by reference Type reference (TYPE) RSZ_X_ELTDIR RFC: Verzeichnis der Reporting-Komponenten-Elemente 20070702
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS 20070717

Method CREATE_FILTER_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LS_ELTDIR Call by reference Type reference (TYPE) RSZ_X_ELTDIR RFC: Verzeichnis der Reporting-Komponenten-Elemente 20070702
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS 20070717

Method CREATE_FORMULA_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LS_ELTDIR Call by reference Type reference (TYPE) RSZ_X_ELTDIR RFC: Verzeichnis der Reporting-Komponenten-Elemente 20070702
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS 20070717

Method CREATE_OBJECT_TREE Signature

Method CREATE_OBJECT_TREE on class CL_RSZ_QD_QXML_HELPER has no parameter.
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS Exceptionclass for QueryXML 20070717

Method CREATE_QUERY_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LS_ELTDIR Value transfer Type reference (TYPE) RSZ_X_ELTDIR RFC: Selektionsfestlegungen für ein Element 20070702
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS 20070717

Method CREATE_SELECTION_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LS_ELTDIR Value transfer Type reference (TYPE) RSZ_X_ELTDIR RFC: Verzeichnis der Reporting-Komponenten-Elemente 20070702
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS 20070717

Method CREATE_SHEET_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LS_ELTDIR Call by reference Type reference (TYPE) RSZ_X_ELTDIR RFC: Verzeichnis der Reporting-Komponenten-Elemente 20070702
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS 20070717

Method CREATE_STRUCTURE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LS_ELTDIR Call by reference Type reference (TYPE) RSZ_X_ELTDIR Verzeichnis der Reporting-Komponenten-Elemente 20070703
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS 20070717

Method CREATE_VARIABLE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LS_ELTDIR Call by reference Type reference (TYPE) RSZ_X_ELTDIR RFC: Verzeichnis der Reporting-Komponenten-Elemente 20070702
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS 20070717

Method LOAD_DATA Signature

Method LOAD_DATA on class CL_RSZ_QD_QXML_HELPER has no parameter.
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS Exceptionclass for QueryXML 20070717

Method LOOKUP_FLAT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20070727
2 Returning R_STR Value transfer Type reference (TYPE) STRING 20070727

Method LOOKUP_FLAT_TYPE on class CL_RSZ_QD_QXML_HELPER has no exception.

Method LOOKUP_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20070629
2 Returning R_OBJECT Value transfer Object reference (TYPE REF TO) OBJECT 20070629

Method LOOKUP_OBJECT on class CL_RSZ_QD_QXML_HELPER has no exception.

Method LOOKUP_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) CHAR3 Feld der Laenge 3 Bytes 20070710
2 Returning R_OBJECTS Value transfer Type reference (TYPE) TY_QXML_OBJECT_TABLE 20070710

Method LOOKUP_OBJECTS on class CL_RSZ_QD_QXML_HELPER has no exception.

Method LOOKUP_OBJECT_REUSABILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20070704
2 Returning R_REUSABLE Value transfer Type reference (TYPE) ABAP_BOOL Ist das Objekt wieder verwendbar 20070704

Method LOOKUP_OBJECT_REUSABILITY on class CL_RSZ_QD_QXML_HELPER has no exception.

Method LOOKUP_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20070704
2 Returning R_TYPE Value transfer Type reference (TYPE) CHAR3 Feld der Laenge 3 Bytes 20070704

Method LOOKUP_OBJECT_TYPE on class CL_RSZ_QD_QXML_HELPER has no exception.

Method LOOKUP_STEP_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OPER Call by reference Type reference (TYPE) RSZOPER Formeloperator 20070730
2 Importing OPER_FLAG Call by reference Type reference (TYPE) RSZOPERTP Typ des Operanden 20070730
3 Returning R_STR Value transfer Type reference (TYPE) STRING 20070730
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS Exceptionclass for QueryXML 20070730

Method LOOKUP_STRMEM_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20070727
2 Returning R_STR Value transfer Type reference (TYPE) STRING 20070727

Method LOOKUP_STRMEM_TYPE on class CL_RSZ_QD_QXML_HELPER has no exception.

Method LOOKUP_TEXTVARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TEXTVAR Value transfer Type reference (TYPE) TY_QXML_VARIABLE_NAME_ID_LIST 20070802

Method LOOKUP_TEXTVARIABLES on class CL_RSZ_QD_QXML_HELPER has no exception.

Method LOOKUP_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_NAME Call by reference Type reference (TYPE) NAME_FELD 20070615
2 Importing I_TABLE_NAME Call by reference Type reference (TYPE) DBOBJ_NAME 20070615
3 Importing I_VALUE Call by reference Type reference (TYPE) ANY 20070615
4 Returning RESULT Value transfer Type reference (TYPE) STRING 20070615

Method LOOKUP_VALUE on class CL_RSZ_QD_QXML_HELPER has no exception.

Method SET_OBJECT_DEFINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20070629
2 Importing I_IS_DEFINED Call by reference Type reference (TYPE) ABAP_BOOL 'X' Objekt auf definiert in XML setzen 20070629
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS 20070717

Method SET_OBJECT_REUSABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) SYSUUID_25 ID des Objekts 20070629
2 Importing I_IS_REUSABLE Call by reference Type reference (TYPE) ABAP_BOOL Objekt wiederverwendbar setzen 20070629
# Exception Resumable Description Created on
1 CX_RSZ_QD_QXML_EXCEPTIONS 20070717
History
Last changed by/on SAP  20130531 
SAP Release Created in 710