SAP ABAP Class /BOFU/CL_CDO_BO_GENRICCALLBACK (Generic CDO Cal back: Posting CDO for instances)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
⤷
/BOFU/CHANGE_DOC_ADAPTER (Package) Change Documents Adapter
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_ABSTRACT_FACTORY | Abstract Factory | 20100709 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_CDO_CREATION | BO Application Call back: Is CDO active for given docs? | 20090320 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_CDO_DEMO_CUSTOMER | Change Documents Adapter: Demo Customer | 20110202 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_CDO_NOT_SUPPORTED | Change Doc Posting Not supported:for DOs not supporting CDO | 20100709 |
| 3 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_CDO_TEST_CUSTOMER | Change Documents Adapter: Test Customer | 20100709 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_DRF_FILTER_CDO_CALLBACK | Change document callback | 20100811 |
Properties
| Class | /BOFU/CL_CDO_BO_GENRICCALLBACK | |
| Short Description | Generic CDO Cal back: Posting CDO for instances | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOFU/CHANGE_DOC_ADAPTER | Change Documents Adapter |
| Created | 20090320 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOFU/IF_ABSTRACT_FACTORY | Abstract Factory | 20100709 | ||
| 2 | /BOFU/IF_CDO_CREATION | BO Application Call back: Is CDO active for given docs? | 20090320 |
Friends
Class /BOFU/CL_CDO_BO_GENRICCALLBACK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20100709 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | /BOFU/I_OBM_CDO | Change Documents Adapter: BO Specific Settings | 20100709 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TT_INSTANCE | Instances of BOs | 20100709 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20100709 | ||
| 2 | Static method | Public | Method | Get Instance | 20100709 | |
| 3 | Instance method | Protected | Method | Initialize | 20100709 |
Events
Class /BOFU/CL_CDO_BO_GENRICCALLBACK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_INSTANCE | Private | See coding | Instance per BO | 20100709 | BEGIN OF ts_instance,
bo_key type /bobf/obm_bo_key,
o_conf TYPE ref to /bobf/if_frw_configuration,
o_instance TYPE REF TO /bofu/if_cdo_creation,
END OF ts_instance
|
|
| 2 | TT_INSTANCE | Private | See coding | Instances of BOs | 20100709 | tt_instance TYPE HASHED TABLE OF ts_instance WITH UNIQUE KEY bo_key
|
Method Signatures
Method CREATE_INSTANCE Signature
Method CREATE_INSTANCE on class /BOFU/CL_CDO_BO_GENRICCALLBACK has no parameter.
Method CREATE_INSTANCE on class /BOFU/CL_CDO_BO_GENRICCALLBACK has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /BOFU/IF_CDO_CREATION | BO Application Call back: Is CDO active for given docs? | 20100709 | |||
| 2 | IO_CONF | Value transfer | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Name | 20100709 |
Method GET_INSTANCE on class /BOFU/CL_CDO_BO_GENRICCALLBACK has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20100709 | |||
| 2 | IS_CDO_CONF | Call by reference | Type reference (TYPE) | /BOFU/I_OBM_CDO | Change Documents Adapter: BO Specific Settings | 20100709 |
Method INITIALIZE on class /BOFU/CL_CDO_BO_GENRICCALLBACK has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |