SAP ABAP Class CL_ADWP_TRANSRASPEEDDECOMPOSER (Transraspeed Decomposer)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-TS-GMA (Application Component) Generating, Monitoring for Mass Data Archiving Solutions
     AFX_ARCHIVINGENGINE (Package) Archiving: Archiving Engine Prototype
Properties
Class CL_ADWP_TRANSRASPEEDDECOMPOSER  
Short Description Transraspeed Decomposer    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AFX_ARCHIVINGENGINE   Archiving: Archiving Engine Prototype 
Created 20080129   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 ADWP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ADWP_TRANSRASPEEDDECOMPOSER has no interface implemented.
Friends
Class CL_ADWP_TRANSRASPEEDDECOMPOSER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_STR Static Attribute Public Type reference (TYPE) STRING 20080212
2 P_VECTORINITIAL Static Attribute Public Type reference (TYPE) XSTRING Initial Bit Vector 20080212
3 T_PACK Static Attribute Public Type reference (TYPE) TYP_T_PACKAGE Packages 20080212
4 T_PATARRAY Static Attribute Public Type reference (TYPE) TYP_T_ADWP_PATRICIA_TRIE Patricia Trie: PAT Array 20080212
Methods
# Method Level Visibility Method type Description Created on
1 COMPILE Static method Public Method Decompose Data Cloud 20080212
2 FRAGMENTER Static method Public Method Fragmenter 20080212
3 GET_CLOUDS Static method Public Method Determine Data Clouds 20080212
4 INIT Static method Public Method Initialization 20080212
5 LESS_OR_EQUAL_2TUPLE Static method Public Method Smaller Than or Same As (a1,a2) <= (b1,b2) 20080212
6 LESS_OR_EQUAL_3TUPLE Static method Public Method Smaller Than or Same As (a1,a2,a3) <= (b1,b2,b3) 20080212
7 PARTITION Static method Public Method Partition 20080212
8 RADIXPASS Static method Public Method Radix Sort 20080212
9 SORT Static method Public Method Sort 20080212
10 SUFFIXARRAY Static method Public Method PAR Array Creation 20080212
11 TRACE Static method Public Method Trace of PAT Array 20080212
Events
Class CL_ADWP_TRANSRASPEEDDECOMPOSER has no event.
Types
Class CL_ADWP_TRANSRASPEEDDECOMPOSER has no local type.
Method Signatures

Method COMPILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing F_BLOB Call by reference Type reference (TYPE) TYP_F_ADWP_BLOB 20080212
2 Importing P_CLOUD Call by reference Type reference (TYPE) I 20080212

Method COMPILE on class CL_ADWP_TRANSRASPEEDDECOMPOSER has no exception.

Method FRAGMENTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing F_DATA Call by reference Type reference (TYPE) TYP_F_ADWP_SEARCH Daten 20080212

Method FRAGMENTER on class CL_ADWP_TRANSRASPEEDDECOMPOSER has no exception.

Method GET_CLOUDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_FRAGMENT Call by reference Type reference (TYPE) STRING Fragment 20080212
2 Returning T_PACKAGE Value transfer Type reference (TYPE) TYP_T_PACKAGE Pakete 20080212

Method GET_CLOUDS on class CL_ADWP_TRANSRASPEEDDECOMPOSER has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing T_PACKAGE Call by reference Type reference (TYPE) TYP_T_PACKAGE Pakete 20080212

Method INIT on class CL_ADWP_TRANSRASPEEDDECOMPOSER has no exception.

Method LESS_OR_EQUAL_2TUPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing A1 Call by reference Type reference (TYPE) I 20080212
2 Importing A2 Call by reference Type reference (TYPE) I 20080212
3 Importing B1 Call by reference Type reference (TYPE) I 20080212
4 Importing B2 Call by reference Type reference (TYPE) I 20080212
5 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20080212

Method LESS_OR_EQUAL_2TUPLE on class CL_ADWP_TRANSRASPEEDDECOMPOSER has no exception.

Method LESS_OR_EQUAL_3TUPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing A1 Call by reference Type reference (TYPE) I 20080212
2 Importing A2 Call by reference Type reference (TYPE) I 20080212
3 Importing A3 Call by reference Type reference (TYPE) I 20080212
4 Importing B1 Call by reference Type reference (TYPE) I 20080212
5 Importing B2 Call by reference Type reference (TYPE) I 20080212
6 Importing B3 Call by reference Type reference (TYPE) I 20080212
7 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20080212

Method LESS_OR_EQUAL_3TUPLE on class CL_ADWP_TRANSRASPEEDDECOMPOSER has no exception.

Method PARTITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_LEFT Call by reference Type reference (TYPE) I 20080212
2 Returning P_PIVOT Value transfer Type reference (TYPE) I 20080212
3 Importing P_RIGHT Call by reference Type reference (TYPE) I 20080212

Method PARTITION on class CL_ADWP_TRANSRASPEEDDECOMPOSER has no exception.

Method RADIXPASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing A Call by reference Type reference (TYPE) TYP_T_ADWP_INTEGERARRAY zu sortierendes Array 20080212
2 Exporting B Call by reference Type reference (TYPE) TYP_T_ADWP_INTEGERARRAY sortiertes Array 20080212
3 Importing K Call by reference Type reference (TYPE) I Kardinalität des Alphabets 20080212
4 Importing N Call by reference Type reference (TYPE) I Anzahl zu sortierender Zeichen 20080212
5 Importing R Call by reference Type reference (TYPE) TYP_T_ADWP_INTEGERARRAY Integer Array 20080212

Method RADIXPASS on class CL_ADWP_TRANSRASPEEDDECOMPOSER has no exception.

Method SORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_LEFT Call by reference Type reference (TYPE) I 20080212
2 Importing P_RIGHT Call by reference Type reference (TYPE) I 20080212

Method SORT on class CL_ADWP_TRANSRASPEEDDECOMPOSER has no exception.

Method SUFFIXARRAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing K Call by reference Type reference (TYPE) I Kardinalität des Alphabets 20080212
2 Importing N Call by reference Type reference (TYPE) I Länge der DNA Sequenz 20080212
3 Exporting SA Call by reference Type reference (TYPE) TYP_T_ADWP_INTEGERARRAY PAT Array 20080212
4 Importing T Call by reference Type reference (TYPE) TYP_T_ADWP_INTEGERARRAY DNA Sequenz 20080212

Method SUFFIXARRAY on class CL_ADWP_TRANSRASPEEDDECOMPOSER has no exception.

Method TRACE Signature

Method TRACE on class CL_ADWP_TRANSRASPEEDDECOMPOSER has no parameter.
Method TRACE on class CL_ADWP_TRANSRASPEEDDECOMPOSER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703