ESD_ADD_DATA_REG SAP (obsolete, - not used any more but already delivered) Table details

Dictionary Type: Table
Description: obsolete, - not used any more but already delivered




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




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

ESD_ADD_DATA_REG is a standard SAP Table which is used to store obsolete, - not used any more but already delivered data and is available within R/3 SAP systems depending on the version and release level.

The ESD_ADD_DATA_REG table consists of various fields, each holding specific information or linking keys about obsolete, - not used any more but already delivered data available in SAP. These include TYPE (WB Request: (Internal) Type of an ABAP Workbench Object), POS (Position on Addtional Data subscreen), SCREEN (Dynpro Number), REPID (ABAP Program: Current Main Program).. 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 ESD_ADD_DATA_REG 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
CLASSNAMEObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
TYPEWB Request: (Internal) Type of an ABAP Workbench Object SEU_OBJTYPCHAR3Assigned to domainSEU_WBTYPE
POS Position on Addtional Data subscreen0
SCREENDynpro Number SYDYNNRCHAR4SYCHAR04
REPIDABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
ACTIVEESD: BOOLEAN FLAG ESD_FLAGCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM ESD_ADD_DATA_REG
INTO CORRESPONDING FIELDS OF WA_ESD_ADD_DATA_REG
WHERE...

How to access SAP table ESD_ADD_DATA_REG

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