SSTR_SRT_WSDL_ENTITY_NAME is an SAP Structure so does not store data like a database table does but can be used to process "WSDL Upload: Entity name" 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_SRT_WSDL_ENTITY_NAME TYPE SSTR_SRT_WSDL_ENTITY_NAME .
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 |
ENTITY_TYPE | SDTE_SRT_WSP_WSDL_ENTITY_TYPE | CHAR | 12 | WSDL Upload: Entity type | ||
QNAME | QNAME | STRU | WSDL Upload: Entity name |
Key field | |
Non-key field |
SSTR_SRT_WSDL_ENTITY_NAME - WSDL Upload: Entity name SSTR_SRT_WSDL_ENTITY_INFO - WSDL Upload: Entity information SSTR_SRT_UI_MAPPING_TLP - Mapping: Information of Target Logical Port SSTR_SRT_UI_DTOBJ_CACHE - Single Config UI: Cache for DT Objects SSTR_SRT_UI_DTGEN_CACHE - Single Config UI: Cache for DT Generic Clients SSTR_SRT_REQ_DATA_PIF - SOAP Mass Config.: Proxy Interface Assignment