SAP ABAP Class CL_RSODSO_SEMANTIC_PACKETIZER (Creation of Data Packets)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSODSO_TOOLS (Package) Tools for DataStore Objects
Properties
Class CL_RSODSO_SEMANTIC_PACKETIZER  
Short Description Creation of Data Packets    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSRV    
Program status     
Category 0   
Package RSODSO_TOOLS   Tools for DataStore Objects 
Created 20040708   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSODSO_SEMANTIC_PACKETIZER has no interface implemented.
Friends
Class CL_RSODSO_SEMANTIC_PACKETIZER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_CURSOR Instance attribute Private Type reference (TYPE) CURSOR 20040708
2 P_DATAPAKID Instance attribute Private Type reference (TYPE) RSDATAPID Data Packet Number 20040708
3 P_NUMBER_OF_KEYFIELDS Instance attribute Private Type reference (TYPE) INT4 Natural Number 20040720
4 P_PACKET_SIZE Instance attribute Private Type reference (TYPE) RSODSOPACKAGESIZE Package Size 20040708
5 P_R_S_FETCHAREA_AFTER Instance attribute Private Object reference (TYPE REF TO) DATA 20040708
6 P_R_S_FETCHAREA_BEFORE Instance attribute Private Object reference (TYPE REF TO) DATA 20040708
7 P_R_T_DATAPACKET Instance attribute Private Object reference (TYPE REF TO) DATA 20040708
8 P_R_T_OUTPUT_PACKET Instance attribute Private Object reference (TYPE REF TO) DATA 20040708
9 P_T_KEYFIELDS Instance attribute Private Type reference (TYPE) RSODSO_T_IOBJLIST List of InfoObjects 20040708
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_KEY_CHANGES Instance method Private Method Checks Whether the Keys of Two Data Records Changed 20040708
2 CONSTRUCTOR Instance method Public Constructor 20040708
3 FETCH_PACKAGE Instance method Public Method Gets (Additional) Data Packet 20040708
Events
Class CL_RSODSO_SEMANTIC_PACKETIZER has no event.
Types
Class CL_RSODSO_SEMANTIC_PACKETIZER has no local type.
Method Signatures

Method CHECK_KEY_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_KEY_HAS_CHANGED Value transfer Type reference (TYPE) RS_BOOL Boolean 20040708
2 Importing I_FETCHAREA_AFTER Call by reference Object reference (TYPE REF TO) DATA 20040708
3 Importing I_FETCHAREA_BEFORE Call by reference Object reference (TYPE REF TO) DATA 20040708
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Fehler während der Verarbeitung der Daten 20040708

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CURSOR Call by reference Type reference (TYPE) CURSOR Cursor, der für das Selektieren der Daten genutzt wird 20040708
2 Importing I_PACKET_SIZE Call by reference Type reference (TYPE) RSODSOPACKAGESIZE minimale Paketgröße 20040708
3 Importing I_R_STRUCTDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Strukturbeschreibung der zu lesenden Daten 20040708
4 Importing I_T_KEYFIELDS Call by reference Type reference (TYPE) RSODSO_T_IOBJLIST Schlüsselfelder bzgl. der logischen Paketierung 20040708
# Exception Resumable Description Created on
1 CX_RSODSO_PARAMETER_INVALID RSODSO Ausnahmehierarchie 20040708

Method FETCH_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATAPAKID Call by reference Type reference (TYPE) RSDATAPID Datenpaketnummer 20040708
2 Exporting E_NO_DATA_FOUND Call by reference Type reference (TYPE) RS_BOOL Boolean 20040713
3 Exporting E_R_DATAPACKET Call by reference Object reference (TYPE REF TO) DATA 20040708
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Fehler während der Verarbeitung der Daten 20040708
History
Last changed by/on SAP  20130531 
SAP Release Created in 700