SAP ABAP Class CL_TREX_AGGREGATE_RES (Basis Client: Response for Aggregation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TRX-API (Application Component) TREX ABAP + JAVA API
     STREX (Package) TREX ABAP client
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TREX_BC_SERIALIZATION Basis Client Serialization Constants 20060403
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TREX_SEARCH_TABLE_RES Response for Table Search 20071214
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TREX_SERVER_EXCEPTION CX_TREX_SERVER-checkable 20070725
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TREX_SXML_READABLE Readable from SXML Reader 20070725
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TREX_SXML_READABLE_RES Response Readable from SXML Reader 20070725
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TREX_SXML_WRITABLE Writable to SXML Writer 20070516
Properties
Class CL_TREX_AGGREGATE_RES  
Short Description Basis Client: Response for Aggregation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STREX   TREX ABAP client 
Created 20060118   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_TREX_BC_SERIALIZATION Basis Client Serialization Constants 20060403
2 IF_TREX_SEARCH_TABLE_RES Response for Table Search 20071214
3 IF_TREX_SERVER_EXCEPTION CX_TREX_SERVER-checkable 20070725
4 IF_TREX_SXML_READABLE Readable from SXML Reader 20070725
5 IF_TREX_SXML_READABLE_RES Response Readable from SXML Reader 20070725
6 IF_TREX_SXML_WRITABLE Writable to SXML Writer 20070516
Friends
# Friend Modeled only Created on Description
1 CL_TREX_TEST_INDEX 20070705 Index
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACCEPT_DATA_LOSS Instance attribute Private Type reference (TYPE) ABAP_BOOL 20080730
2 COMPONENT_RUNTIME Instance attribute Public Type reference (TYPE) TREXS_COMPONENT_RUNTIME Run time of the TREX components 20070516
3 C_BOOLEAN_FALSE Instance attribute Protected Attribute reference (LIKE) 20060403
4 C_BOOLEAN_TRUE Instance attribute Protected Attribute reference (LIKE) 20060403
5 C_DELIMITER_FIELD Instance attribute Protected Attribute reference (LIKE) 20060403
6 C_DELIMITER_ROW Instance attribute Protected Attribute reference (LIKE) 20060403
7 C_DELIMITER_STRING Instance attribute Protected Attribute reference (LIKE) 20060403
8 C_END_OF_STREAM Instance attribute Protected Attribute reference (LIKE) 20060403
9 C_ID Instance attribute Private Attribute reference (LIKE) 20071214
10 C_PERF_ID_READ Instance attribute Private Attribute reference (LIKE) 20071214
11 C_PERF_ID_WRITE Instance attribute Private Attribute reference (LIKE) 20070516
12 C_TYPED_DELIMITER_STRING Instance attribute Protected Attribute reference (LIKE) 20060403
13 C_TYPEKIND_BOOLEAN Instance attribute Protected Attribute reference (LIKE) 20060403
14 C_VERSION Instance attribute Private Attribute reference (LIKE) 20071214
15 C_X_DELIMITER_ROW Instance attribute Protected Attribute reference (LIKE) 20060403
16 C_X_DELIMITER_STRING Instance attribute Private Attribute reference (LIKE) 20070516
17 DFI_USED Instance attribute Public Type reference (TYPE) TREX_RFC-BOOLEAN 0: false, 1: true 20070918
18 ERROR Instance attribute Public Object reference (TYPE REF TO) CX_TREX_SERVER Error returned from Server 20060119
19 HANDLE Instance attribute Public Type reference (TYPE) STRING Handle to aggregation result 20071214
20 NORMAL_TRACE Instance attribute Public Type reference (TYPE) STRING 20070516
21 NO_OF_ALL_HITS Instance attribute Public Type reference (TYPE) I 20100415
22 NO_OF_HITS Instance attribute Public Type reference (TYPE) I 20100310
23 TABLE Instance attribute Public Object reference (TYPE REF TO) CL_TREX_TABLE Internal Table 20060118
24 TRACE Instance attribute Public Type reference (TYPE) STRING Trace 20060118
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_EXCEPTION Instance method Private Method 20071214
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060118
3 CREATE_BY_ITAB Static method Public Method 20060120
4 CREATE_SXML_READABLE Static method Public Method 20061220
5 READ Instance method Private Method 20071214
6 WRITE Instance method Public Method 20070516
Events
Class CL_TREX_AGGREGATE_RES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 STRINGS Private See coding 20060118 STRINGS type standard table of string
2 T_DELIMITER Private Attribute reference (LIKE) 20060403
3 T_X_DELIMITER Private Attribute reference (LIKE) 20060403
Method Signatures

Method CHECK_EXCEPTION Signature

Method CHECK_EXCEPTION on class CL_TREX_AGGREGATE_RES has no parameter.
Method CHECK_EXCEPTION on class CL_TREX_AGGREGATE_RES has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABLE Call by reference Object reference (TYPE REF TO) CL_TREX_TABLE 20060118

Method CONSTRUCTOR on class CL_TREX_AGGREGATE_RES has no exception.

Method CREATE_BY_ITAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ITAB Call by reference Type reference (TYPE) INDEX TABLE 20060120
2 Exporting RESPONSE Call by reference Object reference (TYPE REF TO) CL_TREX_AGGREGATE_RES Basis Client: Response for Aggregation 20060130

Method CREATE_BY_ITAB on class CL_TREX_AGGREGATE_RES has no exception.

Method CREATE_SXML_READABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACCEPT_DATA_LOSS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080730
2 Changing DFI_USED Call by reference Type reference (TYPE) TREX_RFC-BOOLEAN 0: false, 1: true 20070918
3 Changing HANDLE Call by reference Type reference (TYPE) CSEQUENCE Handle to aggregation result 20071214
4 Changing ITAB Call by reference Type reference (TYPE) ANY TABLE 20061220
5 Changing KERNEL_TIME Call by reference Type reference (TYPE) I 20061220
6 Changing NORMAL_TRACE Call by reference Type reference (TYPE) STRING 20061220
7 Changing NO_OF_ALL_HITS Call by reference Type reference (TYPE) I 20100415
8 Changing NO_OF_HITS Call by reference Type reference (TYPE) I 20100310
9 Changing RETURN_CODE Call by reference Type reference (TYPE) TREX_RFC-RETURN_CODE Return Code 20061220
10 Changing RETURN_TEXT Call by reference Type reference (TYPE) TREX_RFC-RETURN_TEXT Return Text 20061220
11 Changing RETURN_TEXT_LONG Call by reference Type reference (TYPE) STRING HANA only: return long text 20121206
12 Exporting RVAL Call by reference Object reference (TYPE REF TO) IF_TREX_SXML_READABLE_RES Response Readable from SXML Reader 20061220
13 Changing TRACE Call by reference Type reference (TYPE) STRING 20061220
14 Importing VALUE_HANDLING Call by reference Type reference (TYPE) STRING '' 20090324

Method CREATE_SXML_READABLE on class CL_TREX_AGGREGATE_RES has no exception.

Method READ Signature

Method READ on class CL_TREX_AGGREGATE_RES has no parameter.
Method READ on class CL_TREX_AGGREGATE_RES has no exception.

Method WRITE Signature

Method WRITE on class CL_TREX_AGGREGATE_RES has no parameter.
Method WRITE on class CL_TREX_AGGREGATE_RES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710