SSTR_SR_CON_BASIC is an SAP Structure so does not store data like a database table does but can be used to process "Services Registry : WSD structure for WS input" 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_SR_CON_BASIC TYPE SSTR_SR_CON_BASIC .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
GUID | SDTE_SRT_WSP_SR_IDENTIFIER | CHAR | 32 | Services Registry : Identifier | ||
LOGICAL_KEY | SDTE_SRT_WSP_SR_LOGICAL_KEY | CHAR | 255 | Services Registry : Logical Key | ||
UDDI_KEY | SDTE_SRT_WSP_SR_UDDI_KEY | CHAR | 255 | Services Registry : UDDI Key | ||
QNAME | SDTE_SRT_WSP_SR_QNAME | STRING | Services Registry : QName (Name and Namespace) | |||
LP_NAME | SDTE_SRT_WSP_SR_LP_NAME | CHAR | 60 | Services Registry: Name of Logical Port | ||
TECHNICAL_NAME | SDTE_SRT_WSP_SR_CONSUMER_PROXY | CHAR | 30 | Services Registry: Name of Consumer Proxy | ||
DOCU_URL | SDTE_SRT_WSP_SR_URL | STRING | Services Registry : URL | |||
SYSTEM_LOGICAL_KEY | SDTE_SRT_WSP_SR_LOGICAL_KEY | CHAR | 255 | Services Registry : Logical Key | ||
SYSTEM_UDDI_KEY | SDTE_SRT_WSP_SR_UDDI_KEY | CHAR | 255 | Services Registry : UDDI Key | ||
CLASSIFICATION | STTY_SR_CLASSIFICATION_BASIC | TTYP | Services Registry : Table for basic classification | |||
DESCRIPTION | STTY_SR_DESCRIPTION_BASIC | TTYP | Services Registry : Description input (ISO language) | |||
CLASSIF_PRESERVE | SDTE_SRT_WSP_SR_CLASS_PRESERVE | CHAR | 1 | Services Registry: Documentation URL preservation on UI | ||
DOCU_PRESERVE | SDTE_SRT_WSP_SR_DOCU_PRESERVE | CHAR | 1 | Services Registry: Documentation URL preservation on UI | ||
DESCRIPTION_PRESERVE | SDTE_SRT_WSP_SR_DESCR_PRESERVE | CHAR | 1 | Services Registry: Documentation URL preservation on UI | ||
RELATION_PRESERVE | SDTE_SRT_WSP_SR_REL_PRESERVE | CHAR | 1 | Services Registry: Documentation URL preservation on UI |
Key field | |
Non-key field |
SSTR_SR_CON_BASIC - Services Registry : WSD structure for WS input SSTR_SR_CON - Services Registry : Where used SSTR_SR_COMBINED_KEY - Services Registry : Combined Key (Logical & UDDI) SSTR_SR_CLASS_HIER_OBJECT - Class Hierarchy Object SSTR_SR_CLASS_HIER_DATA - Structure for Classification Hierarchy SSTR_SR_CLASS_HIER - Structure for Classification Hierarchy