TREX_HOST_SWITCH SAP (Internal use only: List of host names to be subsituted.) Table details

Dictionary Type: Table
Description: Internal use only: List of host names to be subsituted.




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




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

TREX_HOST_SWITCH is a standard SAP Table which is used to store Internal use only: List of host names to be subsituted. data and is available within R/3 SAP systems depending on the version and release level.

The TREX_HOST_SWITCH table consists of various fields, each holding specific information or linking keys about Internal use only: List of host names to be subsituted. data available in SAP. These include SUBSTITUTE (TREX host name).. 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: Can be enhanced (character-type)


SAP TREX_HOST_SWITCH 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
TREX_HOST_NAMETREX host name TREXD_HOST_NAMECHAR64TREXD_HOST_NAME
SUBSTITUTETREX host name TREXD_HOST_NAMECHAR64TREXD_HOST_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TREX_HOST_SWITCH
INTO CORRESPONDING FIELDS OF WA_TREX_HOST_SWITCH
WHERE...

How to access SAP table TREX_HOST_SWITCH

Within an ECC or HANA version of SAP you can also view further information about TREX_HOST_SWITCH 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!