SAP ABAP Class CL_PAYLOAD_MERGE (Merge and Split Service)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IBD-MAP (Application Component) Mapping
     SAI_MAPPING (Package) Application Integration: Mapping
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PAYLOAD_MERGE_STREAM Merge and Split Service 20050525
Properties
Class CL_PAYLOAD_MERGE  
Short Description Merge and Split Service    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_MAPPING   Application Integration: Mapping 
Created 20030327   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PAYLOAD_MERGE has no forward declaration.
Interfaces
Class CL_PAYLOAD_MERGE has no interface implemented.
Friends
Class CL_PAYLOAD_MERGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUFFER Instance attribute Protected Type reference (TYPE) XSTRING XSTRING Buffer 20030430
2 CONVERTER Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_CONV_OUT_CE STRING to XSTRING Converter 20030502
3 C_ELT_PARAM Constant Private Type reference (TYPE) STRING 'sxi:Message' Parameter Element 20030327
4 C_ELT_PREAMBLE Constant Private Type reference (TYPE) STRING '' XML Preamble 20030327
5 C_ELT_ROOT_CLOSE Constant Private Type reference (TYPE) STRING '' Root Element 20030327
6 C_ELT_ROOT_OPEN Constant Private Type reference (TYPE) STRING '' Root Element 20030327
7 C_ENC_ASCII Constant Public Type reference (TYPE) ABAP_ENCOD '1101' 20030327
8 C_ENC_UTF16BE Constant Public Type reference (TYPE) ABAP_ENCOD '4102' 20030327
9 C_ENC_UTF16LE Constant Public Type reference (TYPE) ABAP_ENCOD '4102' 20030327
10 C_ENC_UTF8 Constant Public Type reference (TYPE) ABAP_ENCOD '4110' 20030327
11 IXML_MAIN_FACTORY Instance attribute Private Object reference (TYPE REF TO) IF_IXML 20030502
12 IXML_STREAM_FACTORY Instance attribute Private Object reference (TYPE REF TO) IF_IXML_STREAM_FACTORY 20030502
Methods
# Method Level Visibility Method type Description Created on
1 ADD_STRING_TO_BUFFER Instance method Private Method Adds a String as XSTRING to the Buffer (utf-8) 20030327
2 ADD_XSTRING_TO_BUFFER Instance method Protected Method Adds an XSTRING to the Buffer (converted to UTF-8) 20030327
3 MERGE Instance method Public Method Structure XML Document from Multiple Payloads 20030327
4 PREPARE Instance method Private Method Generate iXML Factories 20030502
Events
Class CL_PAYLOAD_MERGE has no event.
Types
Class CL_PAYLOAD_MERGE has no local type.
Method Signatures

Method ADD_STRING_TO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXT Call by reference Type reference (TYPE) STRING 20030327
# Exception Resumable Description Created on
1 CX_MAPPING_EXCEPTION Fehler während des Mappings 20050728

Method ADD_XSTRING_TO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing XTEXT Call by reference Type reference (TYPE) XSTRING 20030327
# Exception Resumable Description Created on
1 CX_MAPPING_EXCEPTION Fehler im Merge-Split-Mapping 20050728

Method MERGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PAYLOAD_LIST Call by reference Type reference (TYPE) MP3_PAYLOAD_LIST Liste vom Payloads 20030502
2 Exporting XML Call by reference Type reference (TYPE) XSTRING Aus den Payloads zusammengesetztes XML 20030502
# Exception Resumable Description Created on
1 CX_MAPPING_EXCEPTION Fehler während des Mappings 20050728

Method PREPARE Signature

Method PREPARE on class CL_PAYLOAD_MERGE has no parameter.
# Exception Resumable Description Created on
1 CX_MAPPING_EXCEPTION Fehler während des Mappings 20050728
History
Last changed by/on SAP  20110908 
SAP Release Created in 640