SLOGICALDEST SAP (Logical destinations) Table details

Dictionary Type: Table
Description: Logical destinations




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




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

SLOGICALDEST is a standard SAP Table which is used to store Logical destinations data and is available within R/3 SAP systems depending on the version and release level.

The SLOGICALDEST table consists of various fields, each holding specific information or linking keys about Logical destinations data available in SAP. These include VERSION (Logical Destination version (A-Active : I-Inactive)), DISPLAY_NAME (Key for Logical Object in the OTR), DESCRIPTION (Key for Logical Object in the OTR), EXTERN_ID_NAME (External ID - Name part of Logical Destination QName).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SLOGICALDEST table 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
DISPLAY_NAMEKey for Logical Object in the OTR SOTR_CONCCHAR32SYSUUID_C
DESCRIPTIONKey for Logical Object in the OTR SOTR_CONCCHAR32SYSUUID_C
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
AUTHORAuthor CNAMCHAR12SYCHAR12
CREATEDONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGEDBYLast changed by UNAMCHAR12SYCHAR12
CHANGEDONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM SLOGICALDEST
INTO CORRESPONDING FIELDS OF WA_SLOGICALDEST
WHERE...

How to access SAP table SLOGICALDEST

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