ESD_ENDPOINT SAP (ESD: Endpunkt eines WebService) Structure details

Dictionary Type: Structure
Description: ESD: Endpunkt eines WebService




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




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

ESD_ENDPOINT 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 "ESD: Endpunkt eines WebService" 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_ENDPOINT TYPE ESD_ENDPOINT.

The ESD_ENDPOINT table consists of various fields, each holding specific information or linking keys about ESD: Endpunkt eines WebService data available in SAP. These include FUNC (Functions of a Service Definition), FUNC_ST (Name of an XSLT Program), PARAM (Parameter Name in Physical Interface), PARAM_TYPE (Name of Type in a Service Definition).. 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: Cannot Be Enhanced


SAP ESD_ENDPOINT 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
SERVICE_DEFName of a Service Definition VEPNAMECHAR30SHLP_ER_WEBSERVICE_NAME
FUNCFunctions of a Service Definition VEPFUNCCHAR30CHAR30
FUNC_STName of an XSLT Program CXSLTDESCCHAR40XSLTNAMEO2XSLTNAME
PARAMParameter Name in Physical Interface VEPPARAMCHAR60CHAR60
PARAM_TYPEName of Type in a Service Definition VEPTYPENAMECHAR120VEPTYPENAME
PARAM_TYPE_ICON Icon for Type (Table, Structure, Elementary Type)0
PARAM_CLASSParameter Type VEPPARAMTYPECHAR1VEPPARAMTYPE
PARAM_FLAG_OPTIONALESD: BOOLEAN FLAG ESD_FLAGCHAR1FLAG
PARAM_DEFAULT_VALUEDefault Value of a Parameter VEPPARAMDEFAULTVALUECHAR255CHAR255
PARAM_FLAG_OPTIONALESD: BOOLEAN FLAG ESD_FLAGCHAR1FLAG
COMPName of Type in a Service Definition VEPTYPENAMECHAR120VEPTYPENAME
PARAM_DEFAULT_VALUEDefault Value of a Parameter VEPPARAMDEFAULTVALUECHAR255CHAR255
PARAM_STName of an XSLT Program CXSLTDESCCHAR40XSLTNAMEO2XSLTNAME
COMP_TYPEName of Type in a Service Definition VEPTYPENAMECHAR120VEPTYPENAME
COMPName of Type in a Service Definition VEPTYPENAMECHAR120VEPTYPENAME
COMP_TYPE_ICON Icon for Type (Table, Structure, Elementary Type)0
COMP_TYPEName of Type in a Service Definition VEPTYPENAMECHAR120VEPTYPENAME
COMP_CLASSParameter Type VEPPARAMTYPECHAR1VEPPARAMTYPE
TYPEEndpoint Type ESD_ENDPOINT_TYPECHAR32CHAR32
COMP_TYPE_ICON Icon for Type (Table, Structure, Elementary Type)0
TYPE_ICON Icon for Type (Table, Structure, Elementary Type)0
COMP_CLASSParameter Type VEPPARAMTYPECHAR1VEPPARAMTYPE
TYPEEndpoint Type ESD_ENDPOINT_TYPECHAR32CHAR32
TYPE_CLASSType of a Parameter: Elementary, Structure, Table VEPTYPETYPECHAR1VEPTYPETYPE
TYPE_DESCESD: General Dataelement for Names ESD_NAMECHAR120PRX_IFRNAM
TYPE_ICON Icon for Type (Table, Structure, Elementary Type)0
STD_VALUEESD: Standard Value ESD_STD_VALUECHAR32CHAR32
TYPE_CLASSType of a Parameter: Elementary, Structure, Table VEPTYPETYPECHAR1VEPTYPETYPE
TYPE_DESCESD: General Dataelement for Names ESD_NAMECHAR120PRX_IFRNAM
STD_VALUE_FLAGESD: BOOLEAN FLAG ESD_FLAGCHAR1FLAG
STD_VALUEESD: Standard Value ESD_STD_VALUECHAR32CHAR32
ABAP_CLASSABAP Class of End Point ESD_ABAP_CLASSCHAR32CHAR32
FIELD Fieldname of Parameter Field0
STD_VALUE_FLAGESD: BOOLEAN FLAG ESD_FLAGCHAR1FLAG
ABAP_CLASSABAP Class of End Point ESD_ABAP_CLASSCHAR32CHAR32
FIELD_TYPE DDIC Type of Parameter Field0
NAMEESD: General Dataelement for Names ESD_NAMECHAR120PRX_IFRNAM
FIELD Fieldname of Parameter Field0
REFESD: General Dataelement for Names ESD_NAMECHAR120PRX_IFRNAM
FIELD_TYPE DDIC Type of Parameter Field0
NAMEESD: General Dataelement for Names ESD_NAMECHAR120PRX_IFRNAM
REFESD: General Dataelement for Names ESD_NAMECHAR120PRX_IFRNAM

Key field Non-key field



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

As ESD_ENDPOINT 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_ENDPOINT as there is no data to select.

How to access SAP table ESD_ENDPOINT

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