SSTR_CG_REGISTRY_DATA SAP (Consumer Groups Registry Data) Structure details

Dictionary Type: Structure
Description: Consumer Groups Registry Data




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




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

SSTR_CG_REGISTRY_DATA 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 "Consumer Groups Registry 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_SSTR_CG_REGISTRY_DATA TYPE SSTR_CG_REGISTRY_DATA.

The SSTR_CG_REGISTRY_DATA table consists of various fields, each holding specific information or linking keys about Consumer Groups Registry Data data available in SAP. These include REGISTRY (Services Registry), VERSION (Services Registry Version), PROXY_CLASS (Services Registry Proxy Class), LOGICAL_PORT (Logical Port Name).. 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 SSTR_CG_REGISTRY_DATA 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
REG_LISTBOX_VALS 0
REGISTRYServices Registry SDEL_REGISTRYCHAR30SDOM_REGISTRY
VERSIONServices Registry Version SDEL_REGISTRY_VERSIONCHAR3
PROXY_CLASSServices Registry Proxy Class SDEL_SR_PROXY_CLASSCHAR30SDOM_SR_PROXY_CLASS
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

Key field Non-key field



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

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

How to access SAP table SSTR_CG_REGISTRY_DATA

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