ESD_CONSUMER_GROUPS_S SAP (Structure for consumer groups detail data) Structure details

Dictionary Type: Structure
Description: Structure for consumer groups detail data




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




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

ESD_CONSUMER_GROUPS_S 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 "Structure for consumer groups detail data" 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_CONSUMER_GROUPS_S TYPE ESD_CONSUMER_GROUPS_S.

The ESD_CONSUMER_GROUPS_S table consists of various fields, each holding specific information or linking keys about Structure for consumer groups detail data data available in SAP. These include REGISTRY_DATA (), CO_PORTYPE_NAME (Consumer port type name (name part of QName)), REG_LISTBOX_VALS (), REGISTRY (Services Registry).. 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_CONSUMER_GROUPS_S 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
CO_R3_NAMEProxy Generation: Name of an Object in R/3 PRX_R3NAMECHAR30PRX_R3NAME
REGISTRY_DATA 0
CO_PORTYPE_NAMEConsumer port type name (name part of QName) SDTE_CONSUMER_PORTYPE_NAMECHAR255SDOM_QNAME_NAME
REG_LISTBOX_VALS 0
REGISTRYServices Registry SDEL_REGISTRYCHAR30SDOM_REGISTRY
CO_PORTYPE_NSPCEConsumer port type namespace (namespace part of QName) SDTE_CONSUMER_PORTYPE_NAMESPCECHAR255SDOM_QNAME_NAMESPACE
VERSIONServices Registry Version SDEL_REGISTRY_VERSIONCHAR3
PR_PORTYPE_NAMEProvider port type name (name part of QName) SDTE_PROVIDER_PORTYPE_NAMECHAR255SDOM_QNAME_NAME
PROXY_CLASSServices Registry Proxy Class SDEL_SR_PROXY_CLASSCHAR30SDOM_SR_PROXY_CLASS
PR_PORTYPE_NSPCEProvider port type namespace (namespace part of QName) SDTE_PROVIDER_PORTYPE_NAMESPCECHAR255SDOM_QNAME_NAMESPACE
LOGICAL_PORTLogical Port Name SRT_LP_NAMECHAR60SRT_LP_CHAR60
SYTEM_IDSAP system identification RSPO_SYSCHAR8SYCHAR08
DB_HOST_NAMEApplication Server SYHOSTCHAR32HOST_ID
SLD_ID 0
CLIENT_NUMBER3-Byte field CHAR3CHAR3CHAR3
PRIMARY_REGBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
ALT_HOST_NAMEAlternative Host Name for publication SDEL_ER_ALTERNATIVE_HOSTCHAR120SDOM_ER_ALTERNATIVE_HOST
ALT_PORTAlternative port to be used during service publication SDEL_ER_ALTERNATIVE_PORT_NAMECHAR32SDOM_ER_ALTERNATIVE_PORT_NAME
ALT_PORT_HTTPSAlternative Port https during service publication SDEL_ER_ALTERNATIVE_PORT_HTTPSCHAR32SDOM_ER_ALTERNATIVE_PORT_NAME
REVERSE_PROXYReverse proxy name SRT_REV_PRX_PROXY_NAMECHAR30SRT_REV_PRX_PROXY_NAME
PUB_SCHEDULESchedule Publication of web services SDEL_SCHEDULE_PUBLICATIONCHAR3SDOM_SCHEDULE_PUBLICATION
PUB_START_DATEPublication planned date SDEL_PUBLICATION_DATEDATS8SYDATS
PUB_START_TIMEPlanned Publication time SDEL_PUBLICATION_TIMETIMS6SYTIME
PUB_FREQUENCYPublication Frequency SDTE_PUBLICATION_FREQUENCYCHAR7SDOM_PUBLICATION_FREQUENCY
PUB_JOB_IDJob ID BTCJOBCNTCHAR8CHAR8
APPL_KEYServices Registry: Client Application Key SDTE_SRT_WSP_SR_APP_KEYCHAR32SYSUUID_C
CHANGE_KEYServices Registry: Client Application Change Key SDTE_SRT_WSP_SR_APP_CHANGE_KEYCHAR32SYSUUID_C
CONNECTION_TYPEConnection Type SDTE_SRT_WSP_SR_CONNECT_TYPECHAR3SDOM_SRT_WSP_SR_CONNECT_TYPE
CREATED_BYUser Name UNAMECHAR12UNAME
CREATED_ONDate of Last Change UDATUMDATS8SYDATS
CREATED_ATTime UZEITTIMS6UZEIT
CREATED_TCTransaction Code TCODECHAR20TCODETCD
CREATED_CPABAP Program Name PROGRAMMCHAR40PROGRAMMRID
CHANGED_BYUser Name UNAMECHAR12UNAME
CHANGED_ONDate of Last Change UDATUMDATS8SYDATS
CHANGED_ATTime UZEITTIMS6UZEIT
CHANGED_TCTransaction Code TCODECHAR20TCODETCD
CHANGED_CPABAP Program Name PROGRAMMCHAR40PROGRAMMRID
PRIORITY Priority0
AVAIL_REGISTRIES 0
CO_R3_NAMEProxy Generation: Name of an Object in R/3 PRX_R3NAMECHAR30PRX_R3NAME
CO_PORTYPE_NAMEConsumer port type name (name part of QName) SDTE_CONSUMER_PORTYPE_NAMECHAR255SDOM_QNAME_NAME
CO_PORTYPE_NSPCEConsumer port type namespace (namespace part of QName) SDTE_CONSUMER_PORTYPE_NAMESPCECHAR255SDOM_QNAME_NAMESPACE
PR_PORTYPE_NAMEProvider port type name (name part of QName) SDTE_PROVIDER_PORTYPE_NAMECHAR255SDOM_QNAME_NAME
PR_PORTYPE_NSPCEProvider port type namespace (namespace part of QName) SDTE_PROVIDER_PORTYPE_NAMESPCECHAR255SDOM_QNAME_NAMESPACE

Key field Non-key field



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

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

How to access SAP table ESD_CONSUMER_GROUPS_S

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