SVW_ER_PARAMETER SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

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

The SVW_ER_PARAMETER table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include REGISTRY (Services Registry), VERSION (Services Registry Version), PROXY_CLASS (Services Registry Proxy Class), LOGICAL_PORT (Logical Port 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SVW_ER_PARAMETER 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
REGISTRYServices Registry SDEL_REGISTRYCHAR30SDOM_REGISTRY
VERSIONServices Registry Version SDEL_REGISTRY_VERSIONCHAR3
PROXY_CLASSServices Registry Proxy Class SDEL_SR_PROXY_CLASSCHAR30SDOM_SR_PROXY_CLASS
LOGICAL_PORTLogical Port Name SRT_LP_NAMECHAR60SRT_LP_CHAR60
PRIMARY_REGPrimary Services Registry SDEL_ER_PRIMARY_REGISTRYCHAR1SDOM_ER_BOOLEAN
ALT_HOST_NAMEAlternative Host Name for publication SDEL_ER_ALTERNATIVE_HOSTCHAR120SDOM_ER_ALTERNATIVE_HOST
ALT_PORTAlternative port to be used during service publication SDEL_ER_ALTERNATIVE_PORT_NAMECHAR32SDOM_ER_ALTERNATIVE_PORT_NAME
ALT_PORT_HTTPSAlternative Port https during service publication SDEL_ER_ALTERNATIVE_PORT_HTTPSCHAR32SDOM_ER_ALTERNATIVE_PORT_NAME
REVERSE_PROXYReverse proxy name SRT_REV_PRX_PROXY_NAMECHAR30SRT_REV_PROXYSRT_REV_PRX_PROXY_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM SVW_ER_PARAMETER
INTO CORRESPONDING FIELDS OF WA_SVW_ER_PARAMETER
WHERE...

How to access SAP table SVW_ER_PARAMETER

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