SAP ABAP Class IF_CNS_HB_BUNDLE (Inferface Object Group for Processing in an LUW)
Properties
Class IF_CNS_HB_BUNDLE  
Short Description Inferface Object Group for Processing in an LUW    
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
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_CNS_HB_EXTRACTOR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_CNS_HB_BUNDLE has no interface implemented.
Friends
Class IF_CNS_HB_BUNDLE has no friend class.
Attributes
Class IF_CNS_HB_BUNDLE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_CPS Instance method Public Method Gets Change Pointer to be Changed in LUW 20081007
2 GET_IMAGES Instance method Public Method Select Images for Change Pointers 20081016
3 GET_OBJECTS_OF_BUNDLE Instance method Public Method Gets Obects to be Processed in LUW 20081016
4 GET_OBJECTS_WITH_CP Instance method Public Method Gets Objects with Change Pointers to be Processed in LUW 20081016
5 SET_ERROR_STATUS_BY_CPS Instance method Public Method Sets the Change Pointer Status 20081016
6 SET_ERROR_STATUS_BY_EXPOBJS Instance method Public Method Sets the Object Status 20081016
7 SET_ERROR_STATUS_FOR_BUNDLE Instance method Public Method Sets the Status for the Complete Package 20081016
Events
Class IF_CNS_HB_BUNDLE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_CP_ID Public Type reference (TYPE) CNS_STR_CP_ID Change Pointer ID 20081016
2 TT_CP_ID Public Type reference (TYPE) CNS_TAB_CP_ID Change Pointer IDs 20081016
3 TY_S_CP_RECEIVER Public See coding 20081104 BEGIN OF ty_s_cp_receiver, cp_id TYPE cns_dte_cp_id, appl_id TYPE cns_dte_appl_id, expobjtype TYPE cns_dte_expobjtype, expobjkey TYPE cns_dte_expobjkey, created_on TYPE cns_dte_db_timst_created_on, valid_from TYPE cns_dte_db_timst_valid_from, chgtype TYPE cns_dte_chgtype, receiver TYPE cns_dte_receiver, status TYPE cns_dte_cp_status, has_image TYPE cns_dte_has_image, process_id TYPE cns_dte_process_id, add_sel TYPE cns_dte_add_sel, tab_info TYPE REF TO cns_tab_cp_info_user, END OF ty_s_cp_receiver
4 TY_T_CP_RECEIVER Public See coding 20081104 ty_t_cp_receiver TYPE STANDARD TABLE OF ty_s_cp_receiver WITH DEFAULT KEY WITH NON-UNIQUE SORTED KEY expobj_recv COMPONENTS appl_id expobjtype expobjkey receiver WITH NON-UNIQUE SORTED KEY cpid_receiver COMPONENTS cp_id receiver
Method Signatures

Method GET_CPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUPPRESS_INFO Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081027
2 Returning RT_CP Value transfer Type reference (TYPE) TY_T_CP_RECEIVER Änderungszeigern mit Empfängerstatus 20081016

Method GET_CPS on class IF_CNS_HB_BUNDLE has no exception.

Method GET_IMAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_IMAGE Call by reference Type reference (TYPE) CNS_TAB_CP_IMG Images zu Änderungszeigern 20081016
2 Exporting EV_NOT_ALL_FOUND Call by reference Type reference (TYPE) ABAP_BOOL Boolsche Variable: Wahr (='X') und Falsch (=' ') 20081016
3 Importing IT_CP_ID Call by reference Type reference (TYPE) CNS_TAB_CP_ID Änderungszeiger IDs 20081016

Method GET_IMAGES on class IF_CNS_HB_BUNDLE has no exception.

Method GET_OBJECTS_OF_BUNDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_EXPOBJ Value transfer Type reference (TYPE) IF_CNS_HB_EXTRACTOR=>TY_T_EXPOBJ 20081016

Method GET_OBJECTS_OF_BUNDLE on class IF_CNS_HB_BUNDLE has no exception.

Method GET_OBJECTS_WITH_CP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_EXPOBJ Value transfer Type reference (TYPE) IF_CNS_HB_EXTRACTOR=>TY_T_EXPOBJ 20081016

Method GET_OBJECTS_WITH_CP on class IF_CNS_HB_BUNDLE has no exception.

Method SET_ERROR_STATUS_BY_CPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CP_ID Call by reference Type reference (TYPE) TT_CP_ID Änderungszeiger IDs 20081016
2 Importing IV_RECEIVER Call by reference Type reference (TYPE) CNS_DTE_RECEIVER Empfänger-ID 20081016

Method SET_ERROR_STATUS_BY_CPS on class IF_CNS_HB_BUNDLE has no exception.

Method SET_ERROR_STATUS_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) IF_CNS_HB_EXTRACTOR=>TY_T_EXPOBJ Exportobjekt Schlüssel 20081016
2 Importing IV_RECEIVER Call by reference Type reference (TYPE) CNS_DTE_RECEIVER Empfänger-ID 20081016

Method SET_ERROR_STATUS_BY_EXPOBJS on class IF_CNS_HB_BUNDLE has no exception.

Method SET_ERROR_STATUS_FOR_BUNDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RECEIVER Call by reference Type reference (TYPE) CNS_DTE_RECEIVER Empfänger-ID 20081016

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