SLDAGDID SAP (SLD Agent: Data with ID) Table details

Dictionary Type: Table
Description: SLD Agent: Data with ID




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




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

SLDAGDID is a standard SAP Table which is used to store SLD Agent: Data with ID data and is available within R/3 SAP systems depending on the version and release level.

The SLDAGDID table consists of various fields, each holding specific information or linking keys about SLD Agent: Data with ID data available in SAP. These include CNT (SLD Agent: Counter for Data for a Data ID), DATA (SLD Agent: Data of an ID).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SLDAGDID 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
IDSLD Agent: Data ID SLDAGIDCHAR40SLDAGID
CNTSLD Agent: Counter for Data for a Data ID SLDAGCNTINT410SLDAGCNT
DATASLD Agent: Data of an ID SLDAGDTACHAR255SLDAGDTA

Key field Non-key field



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

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

SELECT SINGLE *
FROM SLDAGDID
INTO CORRESPONDING FIELDS OF WA_SLDAGDID
WHERE...

How to access SAP table SLDAGDID

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