SAP ABAP Class CL_FPM_CONNECTOR_BOL_RELATION (BOL Relation Derivation)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-UI2-INT-BE (Application Component) Backend Enablement
⤷
APB_FPM_BOL_CORE (Package) Bol Adaptation for FPM
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_CONNECTOR_BOL_BASE | BOL Derivation | 20081128 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_MDG_BS_CONNECTOR_BOL_REL | BOL Relation Connector for MDG | 20110823 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_PSU_FPM_CON_BOL_RELATION | PS specific Relation Connector class | 20090915 |
Properties
| Class | CL_FPM_CONNECTOR_BOL_RELATION | |
| Short Description | BOL Relation Derivation | |
| Super Class | CL_FPM_CONNECTOR_BOL_BASE | BOL Derivation |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_BOL_CORE | Bol Adaptation for FPM |
| Created | 20081126 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_CONNECTOR_BOL_RELATION has no forward declaration.
Interfaces
Class CL_FPM_CONNECTOR_BOL_RELATION has no interface implemented.
Friends
Class CL_FPM_CONNECTOR_BOL_RELATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20090325 | |||||
| 2 | Constant | Public | Type reference (TYPE) | FPM_PARAMETER_NAME | 'CREATION_MODE' | Parameter Name | 20090324 | ||
| 3 | Constant | Public | Type reference (TYPE) | FPM_PARAMETER_NAME | 'BOL_RELATION' | Parameter name | 20081215 | ||
| 4 | Instance attribute | Protected | Type reference (TYPE) | FPM_BOL_ENTITY_CREATION_MODE | Mode for Creation of Related Entities | 20090325 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | CRMT_RELATION_NAME | Relation Name | 20081126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Creates an entity via relation | 20090408 | |
| 2 | Instance method | Protected | Method | Creates a related entity directly | 20090917 | |
| 3 | Instance method | Protected | Method | Creates a related entity from an entity template | 20090917 | |
| 4 | Instance method | Protected | Method | Provides a value list of possible relations | 20090324 | |
| 5 | Instance method | Protected | Method | Returns the BOL collection derived by relation | 20081203 |
Events
Class CL_FPM_CONNECTOR_BOL_RELATION has no event.
Types
Class CL_FPM_CONNECTOR_BOL_RELATION has no local type.
Method Signatures
Method CREATE_RELATED_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PARENT_ENTITY | Call by reference | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20090408 | |||
| 2 | IS_INITIAL_DATA | Call by reference | Type reference (TYPE) | S_INITIAL_DATA | 20090408 | ||||
| 3 | RO_CREATED_ENTITY | Value transfer | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20090408 |
Method CREATE_RELATED_ENTITY on class CL_FPM_CONNECTOR_BOL_RELATION has no exception.
Method CREATE_REL_ENTITY_DIRECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PARENT_ENTITY | Call by reference | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20090917 | |||
| 2 | IS_INITIAL_DATA | Call by reference | Type reference (TYPE) | S_INITIAL_DATA | 20090917 | ||||
| 3 | RO_CREATED_ENTITY | Value transfer | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20090917 |
Method CREATE_REL_ENTITY_DIRECT on class CL_FPM_CONNECTOR_BOL_RELATION has no exception.
Method CREATE_REL_ENTITY_FROM_TEMPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TEMPLATE | Call by reference | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY_TEMPLATE | BOL Entity Template | 20090917 | |||
| 2 | IR_DEFAULT_VALUES | Call by reference | Object reference (TYPE REF TO) | DATA | 20090917 | ||||
| 3 | IV_TRY_DEACTIVATE_SENDING | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090917 | |||
| 4 | RO_CREATED_ENTITY | Value transfer | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20090917 |
Method CREATE_REL_ENTITY_FROM_TEMPL on class CL_FPM_CONNECTOR_BOL_RELATION has no exception.
Method GET_RELATION_VALUE_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VALUE_SET | Call by reference | Type reference (TYPE) | FPM_T_PARAMETER_VALUE_SET | Connector Parameter Values Set | 20090324 | |||
| 2 | IR_OBJECT_KEY_SOURCE | Call by reference | Object reference (TYPE REF TO) | DATA | Source Object Key | 20090324 | |||
| 3 | IR_OBJECT_KEY_TARGET | Call by reference | Object reference (TYPE REF TO) | DATA | Target Object Key | 20090324 |
Method GET_RELATION_VALUE_SET on class CL_FPM_CONNECTOR_BOL_RELATION has no exception.
Method PROCESS_RELATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENTITY | Call by reference | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20081203 | |||
| 2 | IS_FILTER_DATA | Call by reference | Type reference (TYPE) | S_INITIAL_DATA | 20090409 | ||||
| 3 | RO_COLLECTION | Value transfer | Object reference (TYPE REF TO) | IF_BOL_ENTITY_COL | Entities Collection Interface | 20081203 |
Method PROCESS_RELATION on class CL_FPM_CONNECTOR_BOL_RELATION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 701 |