SAP Reports / Programs

TREX_ABAP_CUSTOMIZING SAP ABAP Report - TREX ABAP Customizing







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT TREX_ABAP_CUSTOMIZING. "Basic submit
SUBMIT TREX_ABAP_CUSTOMIZING AND RETURN. "Return to original report after report execution complete
SUBMIT TREX_ABAP_CUSTOMIZING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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)


INCLUDES used within this REPORT TREX_ABAP_CUSTOMIZING

INCLUDE TREX_ABAP_CUSTOMIZINGTOP.
INCLUDE TREX_ABAP_CUSTOMIZINGF01.
INCLUDE TREX_ABAP_CUSTOMIZINGI01.
INCLUDE TREX_ABAP_CUSTOMIZINGF02.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name TREX_ABAP_CUSTOMIZING or its description.