SAP ABAP Interface IF_XMS_PROP (A Property Serializable in a String)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IS-IEN (Application Component) Integration Engine
⤷
SXMSMSG (Package) XI: Message Handling
⤷
⤷
Meta Relationship - Used By
Properties
| Interface | IF_XMS_PROP | |
| Short Description | A Property Serializable in a String |
General Data
| Package | SXMSMSG | XI: Message Handling |
| Created | 20010523 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | CL_XMS_PARSER | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Interface IF_XMS_PROP has no interface.
Friends
Interface IF_XMS_PROP has no friend.
Attributes
Interface IF_XMS_PROP has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090223 | ||
| 2 | Instance method | Public | Method | Gets the Local Name of the Property | 20010622 | |
| 3 | Instance method | Public | Method | Gets the Value of the "Must Understand" Flag | 20010608 | |
| 4 | Instance method | Public | Method | Gets the Namespace URI of the Property | 20010622 | |
| 5 | Instance method | Public | Method | 20070711 | ||
| 6 | Instance method | Public | Method | Should the Header Appear in External Message Format? | 20030808 | |
| 7 | Instance method | Public | Method | Initializes Object from XML Source | 20010627 | |
| 8 | Instance method | Public | Method | Sets the Local Name of the Property | 20040420 | |
| 9 | Instance method | Public | Method | Sets the Value of the "Must Understand" Flag | 20010608 | |
| 10 | Instance method | Public | Method | Sets the Namespace URI of the Property | 20040420 | |
| 11 | Instance method | Public | Method | Set All Attributes Externally | 20070711 | |
| 12 | Instance method | Public | Method | Serializes Object as an XML String | 20010601 |
Events
Interface IF_XMS_PROP has no event.
Types
Interface IF_XMS_PROP has no local type.
Method Signatures
Method CHECK_MAP_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALLOWED | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20090223 |
Method CHECK_MAP_ALLOWED on Interface IF_XMS_PROP has no exception.
Method GETLOCALNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | STRING | local name | 20010622 |
Method GETLOCALNAME on Interface IF_XMS_PROP has no exception.
Method GETMUSTUNDERSTAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | SXMSFLAG | Einstelliges Kennzeichen | 20010608 |
Method GETMUSTUNDERSTAND on Interface IF_XMS_PROP has no exception.
Method GETNAMESPACEURI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | STRING | namespace uri | 20010622 |
Method GETNAMESPACEURI on Interface IF_XMS_PROP has no exception.
Method GET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Call by reference | Type reference (TYPE) | I | 20070719 | ||||
| 2 | MO_ATTR | Call by reference | Type reference (TYPE) | SXMS_MO_ATTR | Struktur für Message Objekt | 20070711 |
Method GET_ATTRIBUTES on Interface IF_XMS_PROP has no exception.
Method ISEXTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_EXTERNAL | Value transfer | Type reference (TYPE) | SXMSFLAG | 20030808 |
Method ISEXTERNAL on Interface IF_XMS_PROP has no exception.
Method READFROMXMLSOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXTERNAL | Call by reference | Type reference (TYPE) | SXMSFLAG | '1' | XMS: Flag (true/false) | 20040415 | ||
| 2 | NSCONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_XMS_NSCONTEXT | Namespace Context | 20010627 | |||
| 3 | PARSING_METHOD | Call by reference | Type reference (TYPE) | CHAR1 | CL_XMS_PARSER=>CO_PARSING_METHOD_UNDEF | Parsing Methode: (S)T oder (I)XML | 20040415 | ||
| 4 | VALUE | Call by reference | Object reference (TYPE REF TO) | IF_XMS_XMLSOURCE | XML Source | 20010627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XMS: Ausnahmeklasse für Systemfehler | 20011030 |
Method SETLOCALNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_LCNAME | Call by reference | Type reference (TYPE) | STRING | local name | 20040420 |
Method SETLOCALNAME on Interface IF_XMS_PROP has no exception.
Method SETMUSTUNDERSTAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MUSTUNDERSTAND | Call by reference | Type reference (TYPE) | SXMSFLAG | Einstelliges Kennzeichen | 20010608 |
Method SETMUSTUNDERSTAND on Interface IF_XMS_PROP has no exception.
Method SETNAMESPACEURI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_NSURI | Call by reference | Type reference (TYPE) | STRING | namespace uri | 20040420 |
Method SETNAMESPACEURI on Interface IF_XMS_PROP has no exception.
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Call by reference | Type reference (TYPE) | I | 20070719 | ||||
| 2 | MO_ATTR | Call by reference | Type reference (TYPE) | SXMS_MO_ATTR | Struktur für Message Objekt | 20070711 |
Method SET_ATTRIBUTES on Interface IF_XMS_PROP has no exception.
Method WRITETOXMLSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXTERNAL | Call by reference | Type reference (TYPE) | SXMSFLAG | '1' | Serialisiere gemäß externem Mesage-Format | 20030910 | ||
| 2 | NSCONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_XMS_NSCONTEXT | Namespace Context | 20010621 | |||
| 3 | PARSING_METHOD | Call by reference | Type reference (TYPE) | CHAR1 | CL_XMS_PARSER=>CO_PARSING_METHOD_UNDEF | Rendering Methode: (S)T oder (I)XML | 20040415 | ||
| 4 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20010601 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XMS: Ausnahmeklasse für Systemfehler | 20011030 |
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 620 |