SAP ABAP Class CL_LIB_TAB_PAIR_PROCESSOR (process lines of two tables)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SHDB_TOOLS (Package) helper classes for HANA DB
Properties
Class CL_LIB_TAB_PAIR_PROCESSOR  
Short Description process lines of two tables    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SHDB_TOOLS   helper classes for HANA DB 
Created 20120213   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LIB_TAB_PAIR_PROCESSOR has no forward declaration.
Interfaces
Class CL_LIB_TAB_PAIR_PROCESSOR has no interface implemented.
Friends
Class CL_LIB_TAB_PAIR_PROCESSOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_AREA Static Attribute Public Type reference (TYPE) I 1000000 20120217
2 MC_CLASS Static Attribute Public Type reference (TYPE) I 0002000 20120217
3 MC_EXC_ENDLESS Static Attribute Public Type reference (TYPE) I 002 20120213
4 MC_EXC_INVAL_REF Static Attribute Public Type reference (TYPE) I 003 20120213
5 MC_EXC_NO_FIELD Static Attribute Public Type reference (TYPE) I 001 20120213
6 _MR_ITER1 Instance attribute Private Object reference (TYPE REF TO) IF_LIB_ITERABLE 20120213
7 _MR_ITER2 Instance attribute Private Object reference (TYPE REF TO) IF_LIB_ITERABLE 20120213
8 _MR_MSG Instance attribute Protected Object reference (TYPE REF TO) IF_LIB_MSG_WRITER 20120315
9 _MV_FIELD1 Instance attribute Private Type reference (TYPE) STRING 20120213
10 _MV_FIELD2 Instance attribute Private Type reference (TYPE) STRING 20120213
11 _MV_MAX_ITER Instance attribute Private Type reference (TYPE) I 20120314
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20120213
2 PROCESS Instance method Public Method 20120213
3 PROCESS_AFTER Instance method Protected Method 20121127
4 PROCESS_BEFORE Instance method Protected Method 20121127
5 PROCESS_EQ Instance method Protected Method 20120213
6 PROCESS_GT Instance method Protected Method 20120213
7 PROCESS_LT Instance method Protected Method 20120213
8 _CHECK_FIELD Instance method Private Method 20120213
9 _GET_FIELD Instance method Private Method 20120213
10 _RESET Instance method Private Method 20120217
Events
Class CL_LIB_TAB_PAIR_PROCESSOR has no event.
Types
Class CL_LIB_TAB_PAIR_PROCESSOR has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ITER1 Call by reference Object reference (TYPE REF TO) IF_LIB_ITERABLE 20120213
2 Importing IR_ITER2 Call by reference Object reference (TYPE REF TO) IF_LIB_ITERABLE 20120213
3 Importing IR_MSG Call by reference Object reference (TYPE REF TO) IF_LIB_MSG_WRITER 20120213
4 Importing IV_FIELD1 Call by reference Type reference (TYPE) STRING 20120213
5 Importing IV_FIELD2 Call by reference Type reference (TYPE) STRING 20120213

Method CONSTRUCTOR on class CL_LIB_TAB_PAIR_PROCESSOR has no exception.

Method PROCESS Signature

Method PROCESS on class CL_LIB_TAB_PAIR_PROCESSOR has no parameter.
Method PROCESS on class CL_LIB_TAB_PAIR_PROCESSOR has no exception.

Method PROCESS_AFTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA1 Call by reference Object reference (TYPE REF TO) DATA 20121127
2 Importing IR_DATA2 Call by reference Object reference (TYPE REF TO) DATA 20121127
3 Returning RV_ERROR Value transfer Type reference (TYPE) ABAP_BOOL 20121127

Method PROCESS_AFTER on class CL_LIB_TAB_PAIR_PROCESSOR has no exception.

Method PROCESS_BEFORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA1 Call by reference Object reference (TYPE REF TO) DATA 20121127
2 Importing IR_DATA2 Call by reference Object reference (TYPE REF TO) DATA 20121127
3 Returning RV_ERROR Value transfer Type reference (TYPE) ABAP_BOOL 20121127

Method PROCESS_BEFORE on class CL_LIB_TAB_PAIR_PROCESSOR has no exception.

Method PROCESS_EQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA1 Call by reference Object reference (TYPE REF TO) DATA 20120213
2 Importing IR_DATA2 Call by reference Object reference (TYPE REF TO) DATA 20120213
3 Returning RV_ERROR Value transfer Type reference (TYPE) ABAP_BOOL 20120217

Method PROCESS_EQ on class CL_LIB_TAB_PAIR_PROCESSOR has no exception.

Method PROCESS_GT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA1 Call by reference Object reference (TYPE REF TO) DATA 20120213
2 Importing IR_DATA2 Call by reference Object reference (TYPE REF TO) DATA 20120213
3 Returning RV_ERROR Value transfer Type reference (TYPE) ABAP_BOOL 20120217

Method PROCESS_GT on class CL_LIB_TAB_PAIR_PROCESSOR has no exception.

Method PROCESS_LT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA1 Call by reference Object reference (TYPE REF TO) DATA 20120213
2 Importing IR_DATA2 Call by reference Object reference (TYPE REF TO) DATA 20120213
3 Returning RV_ERROR Value transfer Type reference (TYPE) ABAP_BOOL 20120217

Method PROCESS_LT on class CL_LIB_TAB_PAIR_PROCESSOR has no exception.

Method _CHECK_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ITER Call by reference Object reference (TYPE REF TO) IF_LIB_ITERABLE 20120213
2 Importing IV_FIELD Call by reference Type reference (TYPE) STRING 20120213

Method _CHECK_FIELD on class CL_LIB_TAB_PAIR_PROCESSOR has no exception.

Method _GET_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LINE Call by reference Object reference (TYPE REF TO) DATA 20120213
2 Importing IV_FNAME Call by reference Type reference (TYPE) STRING 20120213
3 Returning RR_FIELD Value transfer Object reference (TYPE REF TO) DATA 20120213

Method _GET_FIELD on class CL_LIB_TAB_PAIR_PROCESSOR has no exception.

Method _RESET Signature

Method _RESET on class CL_LIB_TAB_PAIR_PROCESSOR has no parameter.
Method _RESET on class CL_LIB_TAB_PAIR_PROCESSOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730