SVW_LOGICALDEST SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

SVW_LOGICALDEST 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_LOGICALDEST table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include VERSION (Logical Destination version (A-Active : I-Inactive)), EXTERN_ID_NAME (External ID - Name part of Logical Destination QName), EXTERN_ID_NSPACE (External ID - Namespace part of Logical Destination QName), TYPE (Logical destination type).. 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_LOGICALDEST 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
NAMETechnical Name (ABAP Name) of the logical destination SDTE_LD_NAMECHAR30SDOM_CG_NAME
VERSIONLogical Destination version (A-Active : I-Inactive) SDTE_LD_VERSIONCHAR1SDOM_CG_VERSION
EXTERN_ID_NAMEExternal ID - Name part of Logical Destination QName SDTE_LD_QNAME_NAMECHAR255SDOM_QNAME_NAME
EXTERN_ID_NSPACEExternal ID - Namespace part of Logical Destination QName SDTE_LD_QNAME_NAMESPACECHAR255SDOM_QNAME_NAMESPACE
TYPELogical destination type SDTE_LD_TYPECHAR4SDOM_LD_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM SVW_LOGICALDEST
INTO CORRESPONDING FIELDS OF WA_SVW_LOGICALDEST
WHERE...

How to access SAP table SVW_LOGICALDEST

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