SAP ABAP Class /BOBF/CL_C_BOPF_2_BOPF_SIMPLE (Simple BOPF BO to BOPF DO assoc with host having DO key)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
⤷
/BOBF/LIBRARY_BS_COMMON (Package) BOPF Library for BS: Common Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_FRW_ASSOCIATION | Interface for an Association | 20080623 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /BOBF/CL_C_BOPF_2_BOPF_W_ONTC | BOPF to BOPF ForeignKey assoc with OTC/ONTC initialization | 20090321 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /BOBF/CL_C_DEMO_DO_KEY | Resolve BO to DO | 20080623 |
| 3 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_C_BUPA_ADDRESS_USE | Library: Association to DO with foreign key in host | 20090321 |
Properties
| Class | /BOBF/CL_C_BOPF_2_BOPF_SIMPLE | |
| Short Description | Simple BOPF BO to BOPF DO assoc with host having DO key | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOBF/LIBRARY_BS_COMMON | BOPF Library for BS: Common Objects |
| Created | 20080623 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BOBF/CL_C_BOPF_2_BOPF_SIMPLE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOBF/IF_FRW_ASSOCIATION | Interface for an Association | 20080623 |
Friends
Class /BOBF/CL_C_BOPF_2_BOPF_SIMPLE has no friend class.
Attributes
Class /BOBF/CL_C_BOPF_2_BOPF_SIMPLE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Before Create | 20090317 | |
| 2 | Instance method | Private | Method | Create version last updated by Dirk | 20090317 | |
| 3 | Instance method | Protected | Method | Flush Create | 20090317 | |
| 4 | Instance method | Protected | Method | Flush Create /1 END_MODIFY, Pick successfull creates | 20090321 | |
| 5 | Instance method | Protected | Method | Flush Create /2, Init ATTR_NAME_SOURCE with KEY or other val | 20090321 | |
| 6 | Instance method | Protected | Method | DO to Hosting Node | 20080623 | |
| 7 | Instance method | Protected | Method | Host to Do | 20080623 |
Events
Class /BOBF/CL_C_BOPF_2_BOPF_SIMPLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_KEY_SRCKEY | Protected | See coding | Keys and Src Keys | 20090317 | tt_key_srckey type sorted table of ty_key_srckey
with unique key key
|
|
| 2 | TY_KEY_SRCKEY | Protected | See coding | Key and Src Key | 20090317 | begin of ty_key_srckey,
key type /bobf/conf_key,
source_key type /bobf/conf_key,
end of ty_key_srckey
|
Method Signatures
Method BEFORE_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface for Message Class | 20090317 | |||
| 2 | CS_MODIFICATION | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_MODIFICATION | Change | 20090317 | |||
| 3 | IO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20090317 | |||
| 4 | IO_MODIFY | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MODIFY | Interface to Change Data | 20090317 | |||
| 5 | IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Reading Data | 20090317 | |||
| 6 | IS_ASSOC | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_ASSOC | Configuration: Association | 20090317 | |||
| 7 | IS_CTX | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CTX_ASSOC | Context Information for Associations | 20090317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BOPF Exception Class | 20090317 |
Method CREATE_1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface for Message Class | 20090317 | |||
| 2 | IO_MODIFY | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MODIFY | Interface to Change Data | 20090317 | |||
| 3 | IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Reading Data | 20090317 | |||
| 4 | IS_CTX | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CTX_ASSOC | Context Information for Associations | 20090317 | |||
| 5 | IT_MODIFICATION | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MODIFICATION | Changes | 20090317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BOPF Exception Class | 20090317 |
Method FLUSH_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface for Message Class | 20090317 | |||
| 2 | CT_KEY_CREATE | Call by reference | Type reference (TYPE) | TT_KEY_SRCKEY | Keys and Src Keys | 20090317 | |||
| 3 | IO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20090321 | |||
| 4 | IO_MODIFY | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MODIFY | Interface to Change Data | 20090317 | |||
| 5 | IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Reading Data | 20090317 | |||
| 6 | IS_ASSOC | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_ASSOC | Configuration: Association | 20090317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BOPF Exception Class | 20090317 |
Method FLUSH_CREATE_1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface for Message Class | 20090321 | |||
| 2 | CT_KEY_CREATE | Call by reference | Type reference (TYPE) | TT_KEY_SRCKEY | Keys and Src Keys | 20090321 | |||
| 3 | IO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20090321 | |||
| 4 | IO_MODIFY | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MODIFY | Interface to Change Data | 20090321 | |||
| 5 | IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Reading Data | 20090321 | |||
| 6 | IS_ASSOC | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_ASSOC | Configuration: Association | 20090321 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BOPF Exception Class | 20090321 |
Method FLUSH_CREATE_2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface for Message Class | 20090321 | |||
| 2 | CT_KEY_CREATE | Call by reference | Type reference (TYPE) | TT_KEY_SRCKEY | Keys and Src Keys | 20090321 | |||
| 3 | IO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20090321 | |||
| 4 | IO_MODIFY | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MODIFY | Interface to Change Data | 20090321 | |||
| 5 | IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Reading Data | 20090321 | |||
| 6 | IS_ASSOC | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_ASSOC | Configuration: Association | 20090321 | |||
| 7 | IT_DO_ROOT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090321 | ||||
| 8 | IV_DO_ROOT_ATTR | Call by reference | Type reference (TYPE) | CLIKE | Field Name | 20090321 | |||
| 9 | IV_USE_DO_ROOT_ATTR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090321 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BOPF Exception Class | 20090321 |
Method RESOLVE_DO_ROOT_2_HOSTING_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20080902 | |||
| 2 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface for Message Class | 20080623 | |||
| 3 | ET_KEY_LINK | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | Key Link | 20080623 | |||
| 4 | IO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20080623 | |||
| 5 | IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Reading Data | 20080623 | |||
| 6 | IS_ASSOC | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_ASSOC | Configuration: Association | 20080623 | |||
| 7 | IS_CTX | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CTX_ASSOC | Context Information for Associations | 20080623 | |||
| 8 | IS_PARAMETERS | Call by reference | Object reference (TYPE REF TO) | DATA | 20080623 | ||||
| 9 | IT_FILTERED_ATTRIBUTES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NAME | List of Names (e.g. Fieldnames) | 20080623 | |||
| 10 | IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20080623 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080623 |
Method RESOLVE_HOSTING_NODE_2_DO_ROOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20080902 | |||
| 2 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface for Message Class | 20080623 | |||
| 3 | ET_KEY_LINK | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | Key Link | 20080623 | |||
| 4 | IO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20080623 | |||
| 5 | IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Reading Data | 20080623 | |||
| 6 | IS_ASSOC | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_ASSOC | Configuration: Association | 20080623 | |||
| 7 | IS_CTX | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CTX_ASSOC | Context Information for Associations | 20080623 | |||
| 8 | IS_PARAMETERS | Call by reference | Object reference (TYPE REF TO) | DATA | 20080623 | ||||
| 9 | IT_FILTERED_ATTRIBUTES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NAME | List of Names (e.g. Fieldnames) | 20080623 | |||
| 10 | IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20080623 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080623 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |