SAP ABAP Class IF_CNS_HB_EXTRACTOR (Interface for Hash-Based Extractor)
Properties
Class IF_CNS_HB_EXTRACTOR  
Short Description Interface for Hash-Based Extractor    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20081002   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_CNS_HB_EXTRACTOR has no forward declaration.
Interfaces
Class IF_CNS_HB_EXTRACTOR has no interface implemented.
Friends
Class IF_CNS_HB_EXTRACTOR has no friend class.
Attributes
Class IF_CNS_HB_EXTRACTOR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_PACKAGE_BY_EXPOBJS Instance method Public Method Gets Package for Transferred Objects 20081002
2 GET_PACKAGE_BY_NUMBER Instance method Public Method Gets Package for Transferred Number from N Packages 20081014
Events
Class IF_CNS_HB_EXTRACTOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_COMBI_TYPE_RECEIVER Public See coding 20081013 BEGIN OF ty_s_combi_type_receiver, appl_id type cns_dte_appl_id, expobjtype type cns_dte_expobjtype, receiver type cns_dte_receiver, end of ty_s_combi_type_receiver
2 TY_S_EXPOBJ Public See coding 20081027 begin of ty_s_expobj, appl_id type cns_dte_appl_id, expobjtype type cns_dte_expobjtype, expobjkey type cns_dte_expobjkey, end of ty_s_expobj
3 TY_S_EXPOBJTYPE Public See coding 20081002 BEGIN OF TY_S_EXPOBJTYPE, appl_id type cns_dte_appl_id, expobjtype type cns_dte_expobjtype, end of ty_s_expobjtype
4 TY_T_COMBI_TYPE_RECEIVER Public See coding 20081013 ty_t_combi_type_receiver type table of ty_s_combi_type_receiver
5 TY_T_EXPOBJ Public See coding 20081027 ty_t_expobj type table of ty_s_expobj with DEFAULT KEY
6 TY_T_EXPOBJTYPE Public See coding 20081013 ty_t_expobjtype type table of ty_s_expobjtype
Method Signatures

Method GET_PACKAGE_BY_EXPOBJS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXPOBJ Call by reference Type reference (TYPE) TY_T_EXPOBJ 20081014
2 Returning RO_PACKAGE Value transfer Object reference (TYPE REF TO) IF_CNS_HB_PACKAGE 20081002

Method GET_PACKAGE_BY_EXPOBJS on class IF_CNS_HB_EXTRACTOR has no exception.

Method GET_PACKAGE_BY_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PACKAGE_NUMBER Call by reference Type reference (TYPE) I 20081014
2 Returning RO_PACKAGE Value transfer Object reference (TYPE REF TO) IF_CNS_HB_PACKAGE 20081014

Method GET_PACKAGE_BY_NUMBER on class IF_CNS_HB_EXTRACTOR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in