
You can launch the report TREX_ABAP_CUSTOMIZING using the transaction code SE38. This report is use for customizing for the TREX ABAP client.

Features
- Communication Method
For indexing (function module trex_ext_index_cell_table) and search (function module trex_ext_search_cell_table), you can choose between the communication methods ICM or TCM. ICM is the default. TCM is slightly faster than ICM and does not do any implicit commits, but can only be chosen if the MaxDB client is installed. (TCM was formerly known as DBSL.)
- Communication method for aggregation
For aggregation (function module trex_ext_aggregate), you can choose between ICM/TCM (as above) or RFC with binary XML format



