SAP ABAP Class XO_CNS_ADAPTER2 (Integration Change Notification Service)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
FS-BP (Application Component) Business Partner
⤷
XO_INCORPORATION (Package) Inclusion of Other Solutions in the XO Framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | XO_OBJECT | General Extensible Object Definition | 20090717 |
Properties
| Class | XO_CNS_ADAPTER2 | |
| Short Description | Integration Change Notification Service | |
| Super Class | XO_OBJECT | General Extensible Object Definition |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | XO_INCORPORATION | Inclusion of Other Solutions in the XO Framework |
| Created | 20090717 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class XO_CNS_ADAPTER2 has no forward declaration.
Interfaces
Class XO_CNS_ADAPTER2 has no interface implemented.
Friends
Class XO_CNS_ADAPTER2 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | STY_XO_CNS_BO | List of CNS Export Obj. Categories for Each Bus. Obj.(Sort.) | 20090908 | |||
| 2 | Static Attribute | Public | Type reference (TYPE) | STY_XO_CNS_CUSTOMIZING | Configuration for Change Notification Service | 20090908 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | LSTY_XO_CNS_HANDLER | 20090908 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | XO_ENUMERATOR | Enumerator for Default XO CNS Handler Classes | 20100223 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | XO_CNS_APPL_ID | Application in Change Notification Service | 20090928 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | STY_XO_CNS_ADAPTER2 | CNS Adapter per Business Object Type | 20090717 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | LSTY_HANDLER_REF | List of Export Object Type Handler Classes | 20090717 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Activates the Adapter per Business Object Type | 20090717 | |
| 2 | Static method | Public | Constructor | Class Constructor | 20090908 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20090928 | |
| 4 | Static method | Public | Method | Returns Channel-Dependent Customizing | 20090717 | |
| 5 | Instance method | Public | Method | Returns the CNS Application ID for the BO Type | 20090722 | |
| 6 | Instance method | Public | Method | Returns Customizing for Export Object Category and Handler | 20090722 | |
| 7 | Instance method | Protected | Method | Returns Handler | 20090722 | |
| 8 | Instance method | Protected | Event handling method | Handles the Event COMMIT_END | 20090717 | |
| 9 | Instance method | Protected | Method | Transfers Change Pointers to CNS | 20090717 |
Events
Class XO_CNS_ADAPTER2 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LSTR_HANDLER_REF | Protected | See coding | 20090722 | begin of lstr_handler_ref,
bo_name type xo_business_object_name,
expobjtype type xo_cns_type,
reference type ref to if_xo_cns_handler,
end of lstr_handler_ref
|
||
| 2 | LSTY_HANDLER_REF | Protected | See coding | 20090722 | lsty_handler_ref type sorted table of lstr_handler_ref with unique key bo_name expobjtype
|
||
| 3 | LSTY_XO_CNS_HANDLER | Protected | See coding | 20090722 | lsty_xo_cns_handler type sorted table of cexo_cns_handler with unique key bo_type handler_name
|
Method Signatures
Method ACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BO_TYPE | Call by reference | Type reference (TYPE) | XO_BUSINESS_OBJECT_TYPE | Name des Business Object Typs | 20090717 |
Method ACTIVATE on class XO_CNS_ADAPTER2 has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class XO_CNS_ADAPTER2 has no parameter.
Method CLASS_CONSTRUCTOR on class XO_CNS_ADAPTER2 has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BO_TYPE | Value transfer | Type reference (TYPE) | XO_BUSINESS_OBJECT_TYPE | 20090928 |
Method CONSTRUCTOR on class XO_CNS_ADAPTER2 has no exception.
Method GET_CHANNEL_CNS_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BO_TYPE | Call by reference | Type reference (TYPE) | XO_BUSINESS_OBJECT_TYPE | Name des Business Object Typs | 20090717 | |||
| 2 | R_CHANNEL_CNS_DATA | Value transfer | Type reference (TYPE) | CEXO_CHANNEL_CNS | Zuordnung einer CNS Anwendungs-ID zu BO Type | 20090717 |
Method GET_CHANNEL_CNS_DATA on class XO_CNS_ADAPTER2 has no exception.
Method GET_MY_APPL_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_MY_APPL_ID | Value transfer | Type reference (TYPE) | XO_CNS_APPL_ID | Anwendung im Change Notification Service | 20090722 |
Method GET_MY_APPL_ID on class XO_CNS_ADAPTER2 has no exception.
Method GET_MY_CNS_BO_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACTIVE_ONLY | Call by reference | Type reference (TYPE) | XO_BOOLE | IF_XO_CONST_BOOLE=>TRUE | Boole'scher Wert ('X' = True ' ' = False) | 20090722 | ||
| 2 | I_BO_NAME | Call by reference | Type reference (TYPE) | XO_BUSINESS_OBJECT_NAME | Name des Business Objects | 20090722 | |||
| 3 | R_CNS_BO | Value transfer | Type reference (TYPE) | TTY_XO_CNS_BO | Liste der CNS-Export Object Typen pro Business Object | 20090722 |
Method GET_MY_CNS_BO_DATA on class XO_CNS_ADAPTER2 has no exception.
Method GET_MY_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HANDLER_INFO | Call by reference | Type reference (TYPE) | CEXO_CNS_BO | Zuordnung CNS und Handler pro Business Object | 20090722 | |||
| 2 | R_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_XO_CNS_HANDLER | Behandler für CNS Änderungszeiger | 20090722 |
Method GET_MY_HANDLER on class XO_CNS_ADAPTER2 has no exception.
Method ON_COMMIT_END Signature
Method ON_COMMIT_END on class XO_CNS_ADAPTER2 has no parameter.
Method ON_COMMIT_END on class XO_CNS_ADAPTER2 has no exception.
Method SUBMIT_TO_CNS Signature
Method SUBMIT_TO_CNS on class XO_CNS_ADAPTER2 has no parameter.
Method SUBMIT_TO_CNS on class XO_CNS_ADAPTER2 has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |