SVW_ALT_HOSTS SAP (Generated Table for View SVW_ALT_HOSTS) Table View details

Dictionary Type: Table View
Description: Generated Table for View SVW_ALT_HOSTS




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




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

SVW_ALT_HOSTS is a standard SAP Table View which is used to store Generated Table for View SVW_ALT_HOSTS data and is available within R/3 SAP systems depending on the version and release level.

The SVW_ALT_HOSTS table consists of various fields, each holding specific information or linking keys about Generated Table for View SVW_ALT_HOSTS data available in SAP. These include QUERY_HOSTNAME (Alternative Query Hostname), HOSTNAME (Alternative Host Name for publication), HTTP_PORT (Alternative port to be used during service publication), HTTPS_PORT (Alternative Port https during service publication).. 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: Not classified


SAP SVW_ALT_HOSTS table view 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
CLIENTClient MANDTCLNT3MANDT
QUERY_HOSTNAMEAlternative Query Hostname SRT_ALT_HOST_QUERY_HOSTNAMECHAR100SRT_ALT_HOST_QUERY_HOSTNAME
HOSTNAMEAlternative Host Name for publication SDEL_ER_ALTERNATIVE_HOSTCHAR120SDOM_ER_ALTERNATIVE_HOST
HTTP_PORTAlternative port to be used during service publication SDEL_ER_ALTERNATIVE_PORT_NAMECHAR32SDOM_ER_ALTERNATIVE_PORT_NAME
HTTPS_PORTAlternative Port https during service publication SDEL_ER_ALTERNATIVE_PORT_HTTPSCHAR32SDOM_ER_ALTERNATIVE_PORT_NAME
ACTIVEAlternative Host Name Active SRT_ALT_HOST_ACTIVE_ENTRYCHAR1SRT_ALT_HOST_ACTIVE_ENTRY

Key field Non-key field



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

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

SELECT SINGLE *
FROM SVW_ALT_HOSTS
INTO CORRESPONDING FIELDS OF WA_SVW_ALT_HOSTS
WHERE...

How to access SAP table SVW_ALT_HOSTS

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