SRT_SOAP_XOP_ATTACHMENT is an SAP Structure so does not store data like a database table does but can be used to process "xop payload" 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_SRT_SOAP_XOP_ATTACHMENT TYPE SRT_SOAP_XOP_ATTACHMENT .
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 |
CONTENT_ID | SRT_XOP_CONTENT_ID | STRING | content id of xop attachement | |||
CONTENT_TYPE | SRT_XOP_CONTENT_TYPE | STRING | xop attachement content type | |||
PART_ID | SRT_XOP_PART_ID | STRING | SRT_XOP_PART_ID | |||
CONTENT | SRT_XOP_CONTENT | RAWSTRING | xop content | |||
XOP_ATTACHMENT | BOOLEAN | CHAR | 1 | Boolean Variable (X=True, -=False, Space=Unknown) |
Key field | |
Non-key field |
SRT_SOAP_XOP_ATTACHMENT - xop payload SRT_SOAP_PAYLOAD - SRT_SOAP_XOP_ATTACHEMENTS SRT_SOAP_APPL - SOAP Application name SRT_SOAM_CONNECT - SOAManager Connectivity : Application data for distribution SRT_SOAM_APPL_ID - SOAManager Connectivity : List of Application IDs & Version SRT_SEQ_WS_HIST - Soap sequence: History of former wsrm sequences