SAP ABAP Class CL_MEREP_RAW_RECORD (MEREP Raw Record)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MOB (Application Component) SAP NetWeaver Mobile - Use subcomponents
     S_ME_DATA (Package) Mobile: data replication
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_MEREP_RAW_DELTA_RECORD MI Raw Delta Record 20040413
Properties
Class CL_MEREP_RAW_RECORD  
Short Description MEREP Raw Record    
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 20020109   SAP 
Last change 20060912   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MEREP_RAW_RECORD has no forward declaration.
Interfaces
Class CL_MEREP_RAW_RECORD has no interface implemented.
Friends
Class CL_MEREP_RAW_RECORD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHAR_OFFSET Instance attribute Private Type reference (TYPE) I 20020109
2 FIELD_INDEX Instance attribute Private Type reference (TYPE) TABFDPOS Position of the field in the table 20020109
3 METADATA Instance attribute Protected Type reference (TYPE) MEREP_TMETADATA SAP Mobile: Table type: Metadata 20020109
4 NUM_OF_FIELDS Instance attribute Protected Type reference (TYPE) TABFDPOS Position of the field in the table 20020109
5 RECORD Instance attribute Protected Type reference (TYPE) MEREP_504 SAP Mobile: Inbox/Outbox Data 20020109
6 STRUCT_ID Instance attribute Protected Type reference (TYPE) MEREP_STRUCT_ID SAP Mobile: Structure ID 20020109
7 TYPE_CHECK Instance attribute Protected Type reference (TYPE) FLAG General Flag 20020109
Methods
# Method Level Visibility Method type Description Created on
1 AFTER_FIXED_FIELDS_CHANGE Instance method Protected Method 20040413
2 BEFORE_FIXED_FIELDS_READ Instance method Protected Method 20040413
3 CONSTRUCTOR Instance method Public Constructor 20020109
4 GET_EXTENDED_FIELDS Instance method Public Method 20040413
5 GET_FIELD_POSITION Instance method Protected Method 20040413
6 GET_NEXT_FIELD Instance method Public Method 20020109
7 GET_NEXT_FIELD_CLIENT_FORMAT Instance method Public Method 20030205
8 GET_NEXT_METADATA Instance method Public Method 20030205
9 GET_NUM_OF_FIELDS Instance method Public Method 20021107
10 GET_RAW_LINE Instance method Public Method 20021121
11 GET_RECORD Instance method Public Method 20020109
12 GET_STRUCTURE Instance method Protected Method 20020109
13 GET_STRUCTURE_RTN Instance method Public Method 20020109
14 SET_DIRECTION Instance method Public Method 20020116
15 SET_MOBILE_ID Instance method Public Method 20020116
16 SET_NEXT_FIELD Instance method Public Method 20020109
17 SET_NEXT_FIELD_CLIENT_FORMAT Instance method Public Method 20030205
18 SET_RECORD_COUNTER Instance method Public Method 20020116
19 SET_SEQUENCE_NUMBER Instance method Public Method 20020116
20 SET_STRUCTURE Instance method Protected Method 20020109
21 SET_STRUCTURE_RTN Instance method Public Method 20020109
22 UPDATE_METADATA Instance method Protected Method 20020109
Events
Class CL_MEREP_RAW_RECORD has no event.
Types
Class CL_MEREP_RAW_RECORD has no local type.
Method Signatures

Method AFTER_FIXED_FIELDS_CHANGE Signature

Method AFTER_FIXED_FIELDS_CHANGE on class CL_MEREP_RAW_RECORD has no parameter.
Method AFTER_FIXED_FIELDS_CHANGE on class CL_MEREP_RAW_RECORD has no exception.

Method BEFORE_FIXED_FIELDS_READ Signature

Method BEFORE_FIXED_FIELDS_READ on class CL_MEREP_RAW_RECORD has no parameter.
Method BEFORE_FIXED_FIELDS_READ on class CL_MEREP_RAW_RECORD has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LEN_OF_FIXED_FIELDS Call by reference Type reference (TYPE) I 0 20040414
2 Importing METADATA Call by reference Type reference (TYPE) MEREP_TMETADATA SAP Mobile: Tabellentyp: Metadaten 20020109
3 Importing NUM_OF_FIXED_FIELDS Call by reference Type reference (TYPE) I 0 20040414
4 Importing RECORD Call by reference Type reference (TYPE) MEREP_504 SAP Mobile: Eingang-/Ausgangsdaten 20020109
5 Importing TYPE_CHECK Call by reference Type reference (TYPE) FLAG 'X' boolsche Variable (X=true, -=false, space=unknown) 20020109

Method CONSTRUCTOR on class CL_MEREP_RAW_RECORD has no exception.

Method GET_EXTENDED_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT_FORMAT Call by reference Type reference (TYPE) FLAG SPACE 20040413
2 Returning RVAL Value transfer Type reference (TYPE) MESTRINGMAP 20040413
# Exception Resumable Description Created on
1 INVALID_METADATA 20040413

Method GET_FIELD_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I 20040413

Method GET_FIELD_POSITION on class CL_MEREP_RAW_RECORD has no exception.

Method GET_NEXT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) MENAMEVALUE 20020109
# Exception Resumable Description Created on
1 INVALID_METADATA Metadaten sind ungültig 20020109
2 OUT_OF_BOUNDS Zugriff außerhalb der Grenzen 20020109

Method GET_NEXT_FIELD_CLIENT_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) MENAMEVALUE 20030205
# Exception Resumable Description Created on
1 INVALID_METADATA Metadaten sind ungültig 20030205
2 OUT_OF_BOUNDS Zugriff außerhalb der Grenzen 20030205

Method GET_NEXT_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) MEREP_SCEN_METADATA Metadatenstruktur für SyncBO 20030205
# Exception Resumable Description Created on
1 INVALID_METADATA Metadaten sind ungültig 20030205
2 OUT_OF_BOUNDS Zugriff außerhalb der Grenzen 20030205

Method GET_NUM_OF_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I 20021107
# Exception Resumable Description Created on
1 INVALID_METADATA 20021107

Method GET_RAW_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) MEREP_LCHR2048 Long Character 20021121

Method GET_RAW_LINE on class CL_MEREP_RAW_RECORD has no exception.

Method GET_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) MEREP_504 SAP Mobile: Eingang-/Ausgangsdaten 20020109

Method GET_RECORD on class CL_MEREP_RAW_RECORD has no exception.

Method GET_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing STRUCTURE Call by reference Type reference (TYPE) ANY 20020109

Method GET_STRUCTURE on class CL_MEREP_RAW_RECORD has no exception.

Method GET_STRUCTURE_RTN 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 SAP Mobile: Rückmeldung Version 0001 20020109
# Exception Resumable Description Created on
1 INVALID_STRUCTURE_ID Ungültige Struktur-ID 20020109

Method SET_DIRECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) MEREP_DIRECTION SAP Mobile: Kennzeichen Ein-/Ausgang 20020116

Method SET_DIRECTION on class CL_MEREP_RAW_RECORD has no exception.

Method SET_MOBILE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) MEREP_MBL_ID ME Replica: Mobile ID 20020116

Method SET_MOBILE_ID on class CL_MEREP_RAW_RECORD has no exception.

Method SET_NEXT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELD Call by reference Type reference (TYPE) STRING 20020109
# Exception Resumable Description Created on
1 INVALID_METADATA Metadaten sind ungültig 20020109
2 OUT_OF_BOUNDS Zugriff außerhalb der Grenzen 20020109
3 TYPE_INCOMPATIBLE_VALUE Wert ist nicht mit seinem Typ kompatibel 20020109

Method SET_NEXT_FIELD_CLIENT_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELD Call by reference Type reference (TYPE) STRING 20030205
# Exception Resumable Description Created on
1 INVALID_METADATA Metadaten sind ungültig 20030205
2 OUT_OF_BOUNDS Zugriff außerhalb der Grenzen 20030205
3 TYPE_INCOMPATIBLE_VALUE Wert ist nicht mit seinem Typ kompatibel 20030205

Method SET_RECORD_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) MEREP_RCD_CNTR SAP Mobile: Satzzähler in laufender Nummer 20020116

Method SET_RECORD_COUNTER on class CL_MEREP_RAW_RECORD has no exception.

Method SET_SEQUENCE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) MEREP_SEQNO SAP Mobile: Laufende Nummer 20020116

Method SET_SEQUENCE_NUMBER on class CL_MEREP_RAW_RECORD has no exception.

Method SET_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STRUCTURE Call by reference Type reference (TYPE) ANY 20020109
# Exception Resumable Description Created on
1 INVALID_STRUCTURE_ID Ungültige Struktur-ID 20020109

Method SET_STRUCTURE_RTN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STRUCTURE Call by reference Type reference (TYPE) MEREP_RTN0001 SAP Mobile: Rückmeldung Version 0001 20020109
# Exception Resumable Description Created on
1 INVALID_STRUCTURE_ID Ungültige Struktur-ID 20020109

Method UPDATE_METADATA Signature

Method UPDATE_METADATA on class CL_MEREP_RAW_RECORD has no parameter.
# Exception Resumable Description Created on
1 INVALID_METADATA Metadaten sind ungültig 20020109
History
Last changed by/on SAP  20060912 
SAP Release Created in 620