SWXML_ATTR is an SAP Structure so does not store data like a database table does but can be used to process "XML Document: Attribute" 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_SWXML_ATTR TYPE SWXML_ATTR .
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 |
ROLE | SWXML_ROLE | CHAR | 40 | XML: Role | ||
DIRECTION | SWXML_DIR | CHAR | 10 | XML: Direction (Request/Response) | ||
SY_RELEASE | SYSAPRL | CHAR | 4 | Release of SAP System | ||
REQUEST_ID | SWXML_REQ | CHAR | 64 | XML: Request ID (GUID) | ||
DESCRIPT_1 | SDOK_DESCR | CHAR | 64 | Short Description | ||
DESCRIPT_2 | SDOK_DESCR | CHAR | 64 | Short Description | ||
CREATED_AT | TZNTSTMPS | DEC | 15 | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | ||
CREATED_BY | CRUSER | CHAR | 12 | Created by | ||
LANGU | SYLANGU | LANG | 1 | Language Key | ISOLA | |
CHANGED_AT | TZNTSTMPS | DEC | 15 | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | ||
CHANGED_BY | CHUSER | CHAR | 12 | Changed by | ||
.INCLUDE | SWXML_OBJ | XML Document: Object Key | ||||
CLASS_TYPE | BDS_CLSTYP | CHAR | 2 | Business Document Service: Class type | ||
CLASS_NAME | BDS_CLSNAM | CHAR | 30 | Business Document Service: Class name | ||
OBJ_KEY | BDS_TYPEID | CHAR | 70 | Business Document Service: Object key |
Key field | |
Non-key field |