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
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_XMS_TRACE XMS: Trace 20010605
2 Interface composition (i COMPRISING i_ref)  IF_XMS_SYSTEM_ERROR XMS: System Error 20010606
3 Interface composition (i COMPRISING i_ref)  IF_XMS_RUN_TIME_ENV XMS: Runtime Environment 20010608
4 Interface composition (i COMPRISING i_ref)  IF_XMS_PROP_TEMPLATE XMS: Pipeline Service Property Example 20010619
5 Interface composition (i COMPRISING i_ref)  IF_SRV_OUTBINDING_XMS_PROP XI Services: XMS Property Container for Outbound Binding 20030422
6 Interface composition (i COMPRISING i_ref)  IF_PHYROU_XMS_PROP Interface for Property Bag for Physical Routing 20010702
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_RM XI: Reliable Messaging SOAP Header 20030714
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_MMF XI: MMF SOAP Header 20050831
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_SECURITY XI: Message Security Header 20031205
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_SOAP_FAULT XI: Fault SOAP Header 20030911
... Click here to see Used By full list (34 items)
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 CHECK_MAP_ALLOWED Instance method Public Method 20090223
2 GETLOCALNAME Instance method Public Method Gets the Local Name of the Property 20010622
3 GETMUSTUNDERSTAND Instance method Public Method Gets the Value of the "Must Understand" Flag 20010608
4 GETNAMESPACEURI Instance method Public Method Gets the Namespace URI of the Property 20010622
5 GET_ATTRIBUTES Instance method Public Method 20070711
6 ISEXTERNAL Instance method Public Method Should the Header Appear in External Message Format? 20030808
7 READFROMXMLSOURCE Instance method Public Method Initializes Object from XML Source 20010627
8 SETLOCALNAME Instance method Public Method Sets the Local Name of the Property 20040420
9 SETMUSTUNDERSTAND Instance method Public Method Sets the Value of the "Must Understand" Flag 20010608
10 SETNAMESPACEURI Instance method Public Method Sets the Namespace URI of the Property 20040420
11 SET_ATTRIBUTES Instance method Public Method Set All Attributes Externally 20070711
12 WRITETOXMLSTRING 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 Returning 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 Returning 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 Returning 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 Returning 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 Exporting INDEX Call by reference Type reference (TYPE) I 20070719
2 Changing 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 Returning 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 Importing EXTERNAL Call by reference Type reference (TYPE) SXMSFLAG '1' XMS: Flag (true/false) 20040415
2 Importing NSCONTEXT Call by reference Object reference (TYPE REF TO) IF_XMS_NSCONTEXT Namespace Context 20010627
3 Importing 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 Importing VALUE Call by reference Object reference (TYPE REF TO) IF_XMS_XMLSOURCE XML Source 20010627
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XMS: Ausnahmeklasse für Systemfehler 20011030

Method SETLOCALNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 Importing 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 Importing 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 Importing INDEX Call by reference Type reference (TYPE) I 20070719
2 Importing 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 Importing EXTERNAL Call by reference Type reference (TYPE) SXMSFLAG '1' Serialisiere gemäß externem Mesage-Format 20030910
2 Importing NSCONTEXT Call by reference Object reference (TYPE REF TO) IF_XMS_NSCONTEXT Namespace Context 20010621
3 Importing 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 Returning VALUE Value transfer Type reference (TYPE) STRING 20010601
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XMS: Ausnahmeklasse für Systemfehler 20011030
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_XMS_TRACE XMS: Trace 20010605
2 Interface composition (i COMPRISING i_ref)  IF_XMS_SYSTEM_ERROR XMS: System Error 20010606
3 Interface composition (i COMPRISING i_ref)  IF_XMS_RUN_TIME_ENV XMS: Runtime Environment 20010608
4 Interface composition (i COMPRISING i_ref)  IF_XMS_PROP_TEMPLATE XMS: Pipeline Service Property Example 20010619
5 Interface composition (i COMPRISING i_ref)  IF_SRV_OUTBINDING_XMS_PROP XI Services: XMS Property Container for Outbound Binding 20030422
6 Interface composition (i COMPRISING i_ref)  IF_PHYROU_XMS_PROP Interface for Property Bag for Physical Routing 20010702
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_RM XI: Reliable Messaging SOAP Header 20030714
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_MMF XI: MMF SOAP Header 20050831
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_SECURITY XI: Message Security Header 20031205
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_SOAP_FAULT XI: Fault SOAP Header 20030911
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_SYSTEM XI: System SOAP Header 20060220
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_PROP_STRING Default Property 20010530
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_PROP_TEMPLATE XMS: Pipeline Service Property Example 20010619
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_RUN_TIME_ENV XMS: Runtime Environment 20010611
15 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_RUN_TIME_PERF XMS: Runtime Measurement 20020227
16 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_SYSTEM_ERROR XMS: System Error 20010606
17 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_TRACE CL_XMS_TRACE 20010605
18 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MESSAGE_HEADER XMS: Integration Engine Message Header 20010711
19 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IDX_IDOC_PROP_IN IDoc Header for Integration Engine Message Object 20011024
20 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IDX_IDOC_PROP_OUT IDoc Header for Integration Engine Message Object 20011024
21 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRV_OUTBINDING_XMS_PROP XI Services: XMS Property Container for Binding 20030417
22 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_ACKNOWLEDGMENT XMS: Acknowledgement Request and Result 20020820
23 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_AMF_TRACE Trace for AMF Messages 20071015
24 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_HOPLIST XMS: Message Hop List 20020820
25 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_INTERNAL_ATTRIBUTES XMS: Internal Attributes 20011205
26 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MANIFEST CL_XMS_MANIFEST 20011207
27 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EBX_MESSAGEHEADER ebXML Message Header 20010627
28 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_ACK XMS: XI Message Ack Property 20030715
29 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_DIAGNOSTICS XI: Diagnostics SOAP Header 20030723
30 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_DYNAMIC XI: Dynamic SOAP Header 20050527
31 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_ERROR XI: Error SOAP Header 20030715
32 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_HOPLIST XI: XI Message Hop List Property 20030717
33 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_MAIN XI: Main SOAP Header 20030714
34 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XMS_MSGHDR30_MANIFEST XI: Manifest SOAP Body 20030716
History
Last changed by/on SAP  20110908 
SAP Release Created in 620