SAP ABAP Class CL_TREX_INDEX_CELL_TABLE_REQ (BasisClient: Request for indexCellTable.)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TRX-API (Application Component) TREX ABAP + JAVA API
     STREX (Package) TREX ABAP client
Properties
Class CL_TREX_INDEX_CELL_TABLE_REQ  
Short Description BasisClient: Request for indexCellTable.    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STREX   TREX ABAP client 
Created 20050818   SAP 
Last change 20141121    
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
Class CL_TREX_INDEX_CELL_TABLE_REQ has no interface implemented.
Friends
Class CL_TREX_INDEX_CELL_TABLE_REQ has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ABAP_DOC_ACTION_DEINDEX Constant Public Type reference (TYPE) CHAR1 'D' Doc action: DEINDEX in ABAP 20080505
2 C_ABAP_DOC_ACTION_INDEX Constant Public Type reference (TYPE) CHAR1 'I' Doc action: INDEX in ABAP 20080505
3 C_ABAP_DOC_ACTION_INSERT_ONLY Constant Public Type reference (TYPE) CHAR1 'N' Doc action: Insert only in ABAP 20100709
4 C_ABAP_DOC_ACTION_UPDATE Constant Public Type reference (TYPE) CHAR1 'U' Doc action: UPDATE in ABAP 20080505
5 C_DOC_ACTION_DEINDEX Constant Public Type reference (TYPE) I 68 Doc action: DEINDEX 20061222
6 C_DOC_ACTION_INDEX Constant Public Type reference (TYPE) I 73 Doc action: INDEX 20061222
7 C_DOC_ACTION_INSERT_ONLY Constant Public Type reference (TYPE) I 78 Doc action: Insert only - only for NewDB 20101104
8 C_DOC_ACTION_UPDATE Constant Public Type reference (TYPE) I 85 Doc action: UPDATE 20080505
9 C_FUNCTION_NAME Constant Public Type reference (TYPE) STRING 'indexCellTable' 20070807
10 C_HDB_DOC_ACTION_DELETE Constant Public Type reference (TYPE) I 68 HDB: SQL delete 20110210
11 C_HDB_DOC_ACTION_INSERT Constant Public Type reference (TYPE) I 73 HDB: SQL insert 20110210
12 C_HDB_DOC_ACTION_REPLACE Constant Public Type reference (TYPE) I 83 HDB: SQL replace (upsert) 20110210
13 C_HDB_DOC_ACTION_UPDATE Constant Public Type reference (TYPE) I 85 HDB: SQL update 20110210
14 C_VERSION Constant Public Type reference (TYPE) I 1 20070807
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_FOR_VERSION_TEST Static method Public Method 20070807
2 CREATE_SXML_WRITABLE Static method Public Method 20061221
3 CREATE_SXML_WRITABLE2 Static method Public Method 20070221
4 GET_ABAP_DOC_ACTION Static method Public Method 20090703
5 GET_HDB_DOC_ACTION Static method Public Method 20110210
6 GET_SPECIFIC_ATTR_VALUES Static method Public Method 20070130
7 GET_TREX_DOC_ACTION Static method Public Method 20080506
8 LOG_COMPONENT_DESCRIPTOR Static method Private Method 20131112
9 LOG_INDEX_TABLE Static method Private Method 20131112
10 LOG_PARAMETERS Static method Private Method 20131112
11 LOG_REQUEST Static method Public Method 20131112
12 LOG_STRUCTURED_TABS Static method Private Method 20131112
Events
Class CL_TREX_INDEX_CELL_TABLE_REQ has no event.
Types
Class CL_TREX_INDEX_CELL_TABLE_REQ has no local type.
Method Signatures

Method CREATE_FOR_VERSION_TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX_ID Call by reference Type reference (TYPE) TREX_RFC-INDEX_ID Index Id 20070807
2 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_TREX_SXML_WRITABLE_REQ Request Writable to SXML Writer 20070807

Method CREATE_FOR_VERSION_TEST on class CL_TREX_INDEX_CELL_TABLE_REQ has no exception.

Method CREATE_SXML_WRITABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AUTO_OPTIMIZE Call by reference Type reference (TYPE) TREX_RFC-BOOLEAN 0: false, 1: true 20061221
2 Importing COLUMN_AGGREGATE_TYPES Call by reference Type reference (TYPE) TREXT_COLUMN_AGGREGATION TREX column aggregation type 20091222
3 Importing COMPONENT_DESCRIPTOR Call by reference Type reference (TYPE) TREXT_COMP_DESCR Description of the components 20061221
4 Importing DEINDEX Call by reference Type reference (TYPE) TREX_RFC-FLAG Obsolete, use 'DOC_ACTION_ABAP' instead 20061221
5 Importing DOC_ACTION_ABAP Call by reference Type reference (TYPE) TREXD_INDEX_ACTION 20080505
6 Importing IGNORE_CONV_ERROR Call by reference Type reference (TYPE) TREX_RFC-BOOLEAN 0 1: Ignore codepage conversion error. 20080825
7 Importing IGNORE_LOGICAL_INDEX Call by reference Type reference (TYPE) NUM1 Numeric 1-character 20061221
8 Importing INDEX_ID Call by reference Type reference (TYPE) CSEQUENCE Index Id 20061221
9 Importing INDEX_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20061221
10 Importing LANGUAGE Call by reference Type reference (TYPE) TREX_RFC-LANGUAGE Language 20061221
11 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_TREX_SXML_WRITABLE_REQ Request Writable to SXML Writer 20061222
12 Importing SESSION_ID Call by reference Type reference (TYPE) STRING 20091222
13 Importing TRANSACTION_ID Call by reference Type reference (TYPE) CHAR100 Transaction id 20061221
14 Importing VIEW_NAME Call by reference Type reference (TYPE) STRING 20091222
# Exception Resumable Description Created on
1 CX_TREX_BAD_REQUEST Unexpected data received from application. 20061221

Method CREATE_SXML_WRITABLE2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AUTO_OPTIMIZE Call by reference Type reference (TYPE) TREX_RFC-BOOLEAN 0: false, 1: true 20070221
2 Importing COLUMN_AGGREGATE_TYPES Call by reference Type reference (TYPE) TREXT_COLUMN_AGGREGATION TREX column aggregation type 20091222
3 Importing COMPONENT_DESCRIPTOR Call by reference Type reference (TYPE) TREXT_COMP_DESCR Description of the components 20070221
4 Importing DEINDEX Call by reference Type reference (TYPE) TREX_RFC-FLAG Obsolete, use 'DOC_ACTION_ABAP' instead 20070221
5 Importing DOC_ACTION_ABAP Call by reference Type reference (TYPE) TREXD_INDEX_ACTION 20080505
6 Importing IGNORE_CONV_ERROR Call by reference Type reference (TYPE) TREX_RFC-BOOLEAN 0 1: Ignore codepage conversion error. 20080829
7 Importing IGNORE_LOGICAL_INDEX Call by reference Type reference (TYPE) NUM1 Numeric 1-character 20070221
8 Importing INDEX_ID Call by reference Type reference (TYPE) CSEQUENCE Index Id 20070221
9 Changing INDEX_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20070221
10 Importing LANGUAGE Call by reference Type reference (TYPE) TREX_RFC-LANGUAGE Language 20070221
11 Exporting RVAL Call by reference Object reference (TYPE REF TO) IF_TREX_SXML_WRITABLE_REQ Request Writable to SXML Writer 20070221
12 Importing SESSION_ID Call by reference Type reference (TYPE) STRING 20091222
13 Importing TRANSACTION_ID Call by reference Type reference (TYPE) CHAR100 Transaction id 20070221
14 Importing VIEW_NAME Call by reference Type reference (TYPE) STRING 20091222
# Exception Resumable Description Created on
1 CX_TREX_BAD_REQUEST Unexpected data received from application. 20070221

Method GET_ABAP_DOC_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DOC_ACTION_ABAP Value transfer Type reference (TYPE) TREXD_INDEX_ACTION Document action for indexing. 20090703
2 Importing DOC_ACTION_TREX Call by reference Type reference (TYPE) I 20090703
# Exception Resumable Description Created on
1 CX_TREX_BAD_REQUEST Unerwartete Daten von Anwendung erhalten 20090703

Method GET_HDB_DOC_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOC_ACTION_ABAP Call by reference Type reference (TYPE) TREXD_INDEX_ACTION Document action for indexing. 20110210
2 Returning DOC_ACTION_HDB Value transfer Type reference (TYPE) I 20110210
# Exception Resumable Description Created on
1 CX_TREX_BAD_REQUEST Unexpected data received from application. 20110210

Method GET_SPECIFIC_ATTR_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INCLUDE_ENDIAN_INFO Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE FALSE: if request is NOT from TREX_EXT_SERIALIZE_INDEX_CALL 20070130
2 Importing REQUEST_STRING Call by reference Type reference (TYPE) XSTRING 20070130
3 Exporting RESULTS Call by reference Type reference (TYPE) STANDARD TABLE 20070130

Method GET_SPECIFIC_ATTR_VALUES on class CL_TREX_INDEX_CELL_TABLE_REQ has no exception.

Method GET_TREX_DOC_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEINDEX_FLAG Call by reference Type reference (TYPE) TREX_RFC-FLAG Indicator 20080506
2 Importing DOC_ACTION_ABAP Call by reference Type reference (TYPE) TREXD_INDEX_ACTION Document action for indexing. 20080506
3 Returning DOC_ACTION_TREX Value transfer Type reference (TYPE) I 20080506
# Exception Resumable Description Created on
1 CX_TREX_BAD_REQUEST Unexpected data received from application. 20080506

Method LOG_COMPONENT_DESCRIPTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMP_DESCR Call by reference Type reference (TYPE) TREXT_COMP_DESCR Description of the components 20131112
2 Importing COMP_DESCR_ROWS Call by reference Type reference (TYPE) I 20131112

Method LOG_COMPONENT_DESCRIPTOR on class CL_TREX_INDEX_CELL_TABLE_REQ has no exception.

Method LOG_INDEX_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20131112
2 Importing INDEX_TABLE_ROWS Call by reference Type reference (TYPE) I 20131112

Method LOG_INDEX_TABLE on class CL_TREX_INDEX_CELL_TABLE_REQ has no exception.

Method LOG_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AUTO_OPTIMIZE Call by reference Type reference (TYPE) TREX_RFC-BOOLEAN 0: falsch, 1: wahr 20131112
2 Importing DOC_ACTION Call by reference Type reference (TYPE) I 20131112
3 Importing IGNORE_LOGICAL_INDEX Call by reference Type reference (TYPE) NUM1 Numeric 1-character 20131112
4 Importing INDEX_ID Call by reference Type reference (TYPE) TREX_RFC-INDEX_ID Index Id 20131112
5 Importing LANGUAGE Call by reference Type reference (TYPE) TREX_RFC-LANGUAGE Sprache 20131112
6 Importing TRANSACTION_ID Call by reference Type reference (TYPE) CHAR100 Character 100 20131112

Method LOG_PARAMETERS on class CL_TREX_INDEX_CELL_TABLE_REQ has no exception.

Method LOG_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AUTO_OPTIMIZE Call by reference Type reference (TYPE) TREX_RFC-BOOLEAN 0: falsch, 1: wahr 20131112
2 Importing COMPONENT_DESCRIPTOR Call by reference Type reference (TYPE) TREXT_COMP_DESCR Description of the components 20131112
3 Importing COMPONENT_DESCRIPTOR_ROWS Call by reference Type reference (TYPE) I 20131112
4 Importing DOC_ACTION Call by reference Type reference (TYPE) I 20131112
5 Importing IGNORE_LOGICAL_INDEX Call by reference Type reference (TYPE) NUM1 Numeric 1-character 20131112
6 Importing INDEX_ID Call by reference Type reference (TYPE) TREX_RFC-INDEX_ID Index Id 20131112
7 Importing INDEX_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20131112
8 Importing INDEX_TABLE_ROWS Call by reference Type reference (TYPE) I 20131112
9 Importing LANGUAGE Call by reference Type reference (TYPE) TREX_RFC-LANGUAGE Sprache 20131112
10 Importing STRUCTURED_TABS Call by reference Type reference (TYPE) TREXT_STRING Table of STRINGs 20131112
11 Importing TRANSACTION_ID Call by reference Type reference (TYPE) CHAR100 Character 100 20131112

Method LOG_REQUEST on class CL_TREX_INDEX_CELL_TABLE_REQ has no exception.

Method LOG_STRUCTURED_TABS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STRUCTURED_TABS Call by reference Type reference (TYPE) TREXT_STRING Table of STRINGs 20131112

Method LOG_STRUCTURED_TABS on class CL_TREX_INDEX_CELL_TABLE_REQ has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 710