ESD_ID SAP (ID Struktur für ESD Objekte) Structure details

Dictionary Type: Structure
Description: ID Struktur für ESD Objekte




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




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

ESD_ID is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "ID Struktur für ESD Objekte" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ESD_ID TYPE ESD_ID.

The ESD_ID table consists of various fields, each holding specific information or linking keys about ID Struktur für ESD Objekte data available in SAP. These include NAME (ESD: Name of an Object), NAMESPACE (ESD: Namespace), TECH_NAME (ESD: Technical Name of a Web Service), DESC_SHORT (ESD: Short Descriptions).. 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: Can Be Enhanced (Deep)


SAP ESD_ID structure 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
TYPEESD: Typ eines Objektes ESD_OBJ_TYPECHAR60TEXT60
NAMEESD: Name of an Object ESD_OBJ_NAMECHAR30TEXT30
NAMESPACEESD: Namespace ESD_NAMESPACECHAR255TEXT255
TECH_NAMEESD: Technical Name of a Web Service WS_TECH_NAMECHAR60TEXT60
DESC_SHORTESD: Short Descriptions ESD_DESC_SHORTCHAR60TEXT60
DESC_LONGESD: Descriptions ESD_DESC_LONGCHAR255TEXT255
SOAP_NAMESPACEESD: Namespace ESD_NAMESPACECHAR255TEXT255
DIRECTIONESD: Direction of Interface ESD_DIRECTIONCHAR60CHAR60
VARIANTESD: General Dataelement for Names ESD_NAMECHAR120PRX_IFRNAM
PATH_PREFIXESD: General Dataelement for Names ESD_NAMECHAR120PRX_IFRNAM
OPERATIONESD: General Dataelement for Names ESD_NAMECHAR120PRX_IFRNAM
SOC_FLAGESD: BOOLEAN FLAG ESD_FLAGCHAR1FLAG
SOC_DESCESD: Descriptions ESD_DESC_LONGCHAR255TEXT255
AUTH_FLAGESD: BOOLEAN FLAG ESD_FLAGCHAR1FLAG
AUTH_DESCESD: Descriptions ESD_DESC_LONGCHAR255TEXT255
AUTH_LVLSingle-Character Indicator CHAR1CHAR1CHAR1
AUTH_LVL_FLAGESD: BOOLEAN FLAG ESD_FLAGCHAR1FLAG
TRANS_FLAGESD: BOOLEAN FLAG ESD_FLAGCHAR1FLAG
TRANS_DESCESD: Descriptions ESD_DESC_LONGCHAR255TEXT255
TRANS_LVL_FLAGESD: BOOLEAN FLAG ESD_FLAGCHAR1FLAG
TRANS_LVLSingle-Character Indicator CHAR1CHAR1CHAR1
PORTTYPENAMEESD: Porttype name ESD_PORTTYPENAMECHAR30TEXT30

Key field Non-key field



How do I retrieve data from SAP structure ESD_ID using ABAP code?

As ESD_ID is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ESD_ID as there is no data to select.

How to access SAP table ESD_ID

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