SAP ABAP Class CL_MEREP_MESSAGE_BODY (MEREP Message Body)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MOB (Application Component) SAP NetWeaver Mobile - Use subcomponents
     S_ME_DATA (Package) Mobile: data replication
Properties
Class CL_MEREP_MESSAGE_BODY  
Short Description MEREP Message Body    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ME_DATA   Mobile: data replication 
Created 20021031   SAP 
Last change 20060912   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MEREP_MESSAGE_BODY has no forward declaration.
Interfaces
Class CL_MEREP_MESSAGE_BODY has no interface implemented.
Friends
Class CL_MEREP_MESSAGE_BODY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTENTS_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20021031
2 CONTENTS_OBJECT Instance attribute Private Object reference (TYPE REF TO) OBJECT 20021031
3 CONVERSATION_ID Instance attribute Public Type reference (TYPE) SYSUUID_C 20021031
4 C_DIRECTION_INBOUND Constant Public Type reference (TYPE) MEREP_DIRECTION 'I' 20021031
5 C_DIRECTION_OUTBOUND Constant Public Type reference (TYPE) MEREP_DIRECTION 'O' 20021031
6 C_REPLY_CONFLICT Constant Public Type reference (TYPE) MEREP_RESPTYPE 'C' 20021031
7 C_REPLY_DISABLED Constant Public Type reference (TYPE) MEREP_RESPTYPE 'D' 20021031
8 C_REPLY_ERROR Constant Public Type reference (TYPE) MEREP_RESPTYPE 'E' 20021031
9 C_REPLY_PARTIAL Constant Public Type reference (TYPE) MEREP_RESPTYPE 'P' 20021031
10 C_REPLY_RESET_FAILURE Constant Public Type reference (TYPE) MEREP_RESPTYPE 'F' 20021031
11 C_REPLY_RESET_SUCCESS Constant Public Type reference (TYPE) MEREP_RESPTYPE 'R' 20021031
12 C_REPLY_SUCCESS Constant Public Type reference (TYPE) MEREP_RESPTYPE 'S' 20021031
13 C_REPLY_TECHNICAL Constant Public Type reference (TYPE) MEREP_RESPTYPE 'T' 20021031
14 C_STRUCTURE_REPLY Constant Public Type reference (TYPE) MEREP_STRUCT_ID 'RTN' 20021106
15 C_TYPE_INITIAL Constant Public Type reference (TYPE) I 0 20021031
16 C_TYPE_REPLY Constant Public Type reference (TYPE) I 3 20021031
17 C_TYPE_SYNCBO_DELTAS Constant Public Type reference (TYPE) I 1 20021031
18 C_TYPE_SYNC_CONTROL Constant Public Type reference (TYPE) I 2 20021031
19 DIRECTION Instance attribute Public Type reference (TYPE) MEREP_DIRECTION 20021031
20 LOGGER Instance attribute Protected Object reference (TYPE REF TO) CL_MEREP_LOGGER 20021205
21 SYNCHRONOUS Instance attribute Public Type reference (TYPE) FLAG 'X' 20021031
22 TYPE Instance attribute Public Type reference (TYPE) I C_TYPE_INITIAL 20021031
23 VERSION Instance attribute Public Type reference (TYPE) STRING '1.0' 20021031
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_SYNCBO_DELTAS Instance method Public Method 20021108
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20021205
3 CREATE_USING_XML Static method Public Method 20021113
4 GET_REPLY_IN_RTN0001 Instance method Public Method 20021106
5 GET_SYNCBO_DELTAS Instance method Public Method 20021031
6 GET_SYNCBO_ID_FOR_DELTAS Instance method Public Method 20021031
7 GET_SYNC_CONTROL Instance method Public Method 20021031
8 SET_REPLY_USING_RAW_LINE Instance method Public Method 20021125
9 SET_REPLY_USING_RTN0001 Instance method Public Method 20021108
10 SET_SYNC_CONTROL Instance method Public Method 20021108
11 TO_XML Instance method Public Method 20021113
Events
Class CL_MEREP_MESSAGE_BODY has no event.
Types
Class CL_MEREP_MESSAGE_BODY has no local type.
Method Signatures

Method APPEND_SYNCBO_DELTAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYNCBO_DELTAS Call by reference Type reference (TYPE) MEREP_TSYNCBO_DELTA Tabelle SyncBO-Deltas 20021108

Method APPEND_SYNCBO_DELTAS on class CL_MEREP_MESSAGE_BODY has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_MEREP_MESSAGE_BODY has no parameter.
Method CONSTRUCTOR on class CL_MEREP_MESSAGE_BODY has no exception.

Method CREATE_USING_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) CL_MEREP_MESSAGE_BODY MEREP-Nachrichtentext 20021113
2 Importing XML Call by reference Type reference (TYPE) XSTRING 20021113
# Exception Resumable Description Created on
1 CX_ME_LOAD_FROM_DATABASE 20040524

Method GET_REPLY_IN_RTN0001 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) MEREP_RTN0001 Rückmeldung Version 0001 20021106

Method GET_REPLY_IN_RTN0001 on class CL_MEREP_MESSAGE_BODY has no exception.

Method GET_SYNCBO_DELTAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) MEREP_TSYNCBO_DELTA Tabelle SyncBO-Deltas 20021031

Method GET_SYNCBO_DELTAS on class CL_MEREP_MESSAGE_BODY has no exception.

Method GET_SYNCBO_ID_FOR_DELTAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) MEREP_SCENARIO SyncBO-ID 20021031
# Exception Resumable Description Created on
1 CX_ME_MULTIPLE_DISTINCT_VALUES Mehrere unterschiedliche Werte 20021031
2 CX_ME_NO_DATA Keine Daten 20021108

Method GET_SYNC_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) CL_MEREP_SYNC_CONTROL MEREP-Sync-Steuerung 20021031

Method GET_SYNC_CONTROL on class CL_MEREP_MESSAGE_BODY has no exception.

Method SET_REPLY_USING_RAW_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RAW_LINE Call by reference Type reference (TYPE) MEREP_LCHR2048 Long Character 20021125

Method SET_REPLY_USING_RAW_LINE on class CL_MEREP_MESSAGE_BODY has no exception.

Method SET_REPLY_USING_RTN0001 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REPLY Call by reference Type reference (TYPE) MEREP_RTN0001 Rückmeldung Version 0001 20021108

Method SET_REPLY_USING_RTN0001 on class CL_MEREP_MESSAGE_BODY has no exception.

Method SET_SYNC_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYNC_CONTROL Call by reference Object reference (TYPE REF TO) CL_MEREP_SYNC_CONTROL MEREP-Sync-Steuerung 20021108

Method SET_SYNC_CONTROL on class CL_MEREP_MESSAGE_BODY has no exception.

Method TO_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) XSTRING 20021113
# Exception Resumable Description Created on
1 CX_MEREP_INVALID_MESSAGE Ungültige Nachricht 20021113
History
Last changed by/on SAP  20060912 
SAP Release Created in 630