V_EDESK_SRV_PAR SAP (Generierte Tabelle zu einem View) Table View details

Dictionary Type: Table View
Description: Generierte Tabelle zu einem View




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




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

V_EDESK_SRV_PAR is a standard SAP Table View which is used to store Generierte Tabelle zu einem View data and is available within R/3 SAP systems depending on the version and release level.

The V_EDESK_SRV_PAR table consists of various fields, each holding specific information or linking keys about Generierte Tabelle zu einem View data available in SAP. These include WEB_SERVER (Alias for Web Server of an SAP Transaction), NAME (Name of System Parameter in Start URL), VALUE (Value of System Parameter in Start URL).. 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 V_EDESK_SRV_PAR 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
MANDTClient MANDTCLNT3MANDT
WEB_SERVERAlias for Web Server of an SAP Transaction EDESKUI_TV_WEBSERVER_LINKCHAR64EDESKUI_URL_SRVSVR_NAME
NAMEName of System Parameter in Start URL EDESKUI_TV_SYSTEM_PNAMECHAR50
VALUEValue of System Parameter in Start URL EDESKUI_TV_SYSTEM_PVALUECHAR132EDESKUI_PVALUE

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_EDESK_SRV_PAR
INTO CORRESPONDING FIELDS OF WA_V_EDESK_SRV_PAR
WHERE...

How to access SAP table V_EDESK_SRV_PAR

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