TREX_SEARCH_SERV SAP (Index Server Location for Search) Table details

Dictionary Type: Table
Description: Index Server Location for Search




ABAP Code to SELECT data from TREX_SEARCH_SERV
Related tables to TREX_SEARCH_SERV
Access table TREX_SEARCH_SERV




Table field list including key, data, relationships and ABAP select examples

TREX_SEARCH_SERV is a standard SAP Table which is used to store Index Server Location for Search data and is available within R/3 SAP systems depending on the version and release level.

The TREX_SEARCH_SERV table consists of various fields, each holding specific information or linking keys about Index Server Location for Search data available in SAP. These include HOST (TREX host name), PORT (Port Number), INDEX_ID (Index Id), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TREX_SEARCH_SERV table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
RFCDESTRFC destination to TREX TREXD_RFCDESTCHAR32Assigned to domainRFCDESTH_RFCDEST_T
HOSTTREX host name TREXD_HOST_NAMECHAR64TREXD_HOST_NAME
PORTPort Number TREXD_PORTCHAR5
INDEX_IDIndex Id TREXD_INDEX_IDCHAR64TREXD_INDEX_ID
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table TREX_SEARCH_SERV using ABAP code

The following ABAP code Example will allow you to do a basic selection on TREX_SEARCH_SERV to SELECT all data from the table
DATA: WA_TREX_SEARCH_SERV TYPE TREX_SEARCH_SERV.

SELECT SINGLE *
FROM TREX_SEARCH_SERV
INTO CORRESPONDING FIELDS OF WA_TREX_SEARCH_SERV
WHERE...

How to access SAP table TREX_SEARCH_SERV

Within an ECC or HANA version of SAP you can also view further information about TREX_SEARCH_SERV and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!