TREXX_LANDSCAPE_HOST_INFO SAP (langscape hosts info) Structure details

Dictionary Type: Structure
Description: langscape hosts info




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




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

TREXX_LANDSCAPE_HOST_INFO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "langscape hosts info" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TREXX_LANDSCAPE_HOST_INFO TYPE TREXX_LANDSCAPE_HOST_INFO.

The TREXX_LANDSCAPE_HOST_INFO table consists of various fields, each holding specific information or linking keys about langscape hosts info data available in SAP. These include NAME_SERVER_MODE (0=slave, 1=1st master, ...), NAME_SERVER_ACTIVE (0 =inactive; 1=active: name server active master), SAP_SYSTEM (Insatnce), ACTIVE (0: no, 1: yes, 2:unknown).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TREXX_LANDSCAPE_HOST_INFO structure 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
LOCATION Host:Port of NameServer0
NAME_SERVER_MODE 0=slave, 1=1st master, ...0
NAME_SERVER_ACTIVE 0 =inactive; 1=active: name server active master0
SAP_SYSTEM Insatnce0
ACTIVE 0: no, 1: yes, 2:unknown0
MASTER_SERVER 0 =inactive; 1=active0
BACKUP_SERVER 0 =inactive; 1=active0
SLAVE_SERVER 0 =inactive; 1=active0
BACKUP_SERVER_FOR Host0
SLAVE_SERVER_FOR Host0
PREPROCESSOR_MODE any, search, index0
BASEPATH 0
SERVICES_FROM_DAEMON 0

Key field Non-key field



How do I retrieve data from SAP structure TREXX_LANDSCAPE_HOST_INFO using ABAP code?

As TREXX_LANDSCAPE_HOST_INFO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TREXX_LANDSCAPE_HOST_INFO as there is no data to select.

How to access SAP table TREXX_LANDSCAPE_HOST_INFO

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