TREX_ABAP_CUSTOMIZING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Customizing for the TREX ABAP Client 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...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter TREX_ABAP_CUSTOMIZING into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: L_USER = Last Changed By
Selection Text: L_DATE = Last Update
Selection Text: HTTP = HTTP timeout [sec]
Title: TREX ABAP Customizing
Text Symbol: C06 = RFC with bXML
Text Symbol: C05 = ICM / TCM
Text Symbol: C04 = Communication method for aggregation
Text Symbol: C03 = Communication method
Text Symbol: C02 = TCM (TREX Communication Method)
Text Symbol: C01 = ICM
Text Symbol: 036 = Deactivate ABAP Cache for TREX
Text Symbol: 035 = User Name
Text Symbol: 027 = Use IP address instead of hostname
Text Symbol: 021 = HTTP time out [second]
Text Symbol: 020 = Default values restored and saved successfully
Text Symbol: 019 = Reset
Text Symbol: 018 = Error: Parameters could not be set
Text Symbol: 017 = Parameters changed successfully
Text Symbol: 016 = Invalidate Cache
Text Symbol: 012 = Write trace into system log
Text Symbol: 011 = Execute "Commit Work" (ABAP) for writing into the application log
Text Symbol: 009 = Attributes
Text Symbol: 008 = Save
Text Symbol: 007 = Return kernel time in microseconds
Text Symbol: 006 = Use Data Compression
Text Symbol: 005 = User Specific Parameters (for current login session only)
Text Symbol: 002 = Global Parameters (only for TREX)
INCLUDE TREX_ABAP_CUSTOMIZINGTOP.
INCLUDE TREX_ABAP_CUSTOMIZINGF01.
INCLUDE TREX_ABAP_CUSTOMIZINGI01.
INCLUDE TREX_ABAP_CUSTOMIZINGF02.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.