SAP ABAP Class CL_FPM_CONNECTOR_BOL_BASE (BOL 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_BOL_BASE | General Base Class for FPM on BOL | 20090422 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_CONNECTOR | Connector for UIBB Wiring | 20081215 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_CONNECTOR_DEF | Connector: Access for FPM Framework | 20081215 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_CONNECTOR_RUN | Connector: Access for Application Feeder Models | 20081215 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_CONNECTOR_BOL_IDENTITY | BOL Identity Mapping | 20081128 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_CONNECTOR_BOL_RELATION | BOL Relation Derivation | 20081128 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_CONNECTOR_BOL_ROOT_CREA | Entry Connector: Implicit Query with URL parameters | 20100326 |
Properties
| Class | CL_FPM_CONNECTOR_BOL_BASE | |
| Short Description | BOL Derivation | |
| Super Class | CL_FPM_BOL_BASE | General Base Class for FPM on BOL |
| 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 | 20081128 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_CONNECTOR | Connector for UIBB Wiring | 20081215 | ||
| 2 | IF_FPM_CONNECTOR_DEF | Connector: Access for FPM Framework | 20081215 | ||
| 3 | IF_FPM_CONNECTOR_RUN | Connector: Access for Application Feeder Models | 20081215 |
Friends
Class CL_FPM_CONNECTOR_BOL_BASE 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) | IF_BOL_ENTITY_COL | Entities Collection Interface | 20081128 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20110223 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CRM_BOL_FILTER | Reuseable filter object | 20120221 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | FPM_MODEL_PORT_TYPE | Port Type | 20081203 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090114 | |
| 2 | Instance method | Protected | Method | Typed delegation of interface method | 20090408 | |
| 3 | Instance method | Protected | Method | Returns derived output collection | 20081128 | |
| 4 | Instance method | Public | Method | Returns the change roundtrip information | 20101130 | |
| 5 | Instance method | Protected | Method | Returns a BOL (relation) filter | 20090409 | |
| 6 | Instance method | Protected | Method | Translates generic initial data into fixed format | 20090408 | |
| 7 | Instance method | Protected | Method | Returns a BOL (relation) filter maintained with values | 20090428 | |
| 8 | Instance method | Protected | Method | Typed delegation of interface method | 20081128 | |
| 9 | Instance method | Protected | Method | Typed delegation of interface method | 20090408 | |
| 10 | Instance method | Protected | Method | Initial treatment of derived collection | 20090115 | |
| 11 | Instance method | Protected | Method | Sets BOL access attributes from structure or name-value tab | 20090409 | |
| 12 | Instance method | Protected | Method | Typed delegation of interface method | 20090325 |
Events
Class CL_FPM_CONNECTOR_BOL_BASE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_INITIAL_DATA | Protected | See coding | Initial data for creation or derivation | 20090409 | BEGIN OF s_initial_data,
child_name TYPE crmt_ext_obj_name,
filter TYPE REF TO cl_crm_bol_filter,
default_values TYPE REF TO data,
filter_4_defaults TYPE REF TO cl_crm_bol_filter,
END OF s_initial_data
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FPM_CONNECTOR_BOL_BASE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FPM_CONNECTOR_BOL_BASE has no exception.
Method CREATE_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_INITIAL_DATA | Call by reference | Type reference (TYPE) | S_INITIAL_DATA | Initial data for creation | 20090408 | |||
| 2 | RO_CREATED_ENTITY | Value transfer | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20090408 |
Method CREATE_ENTITY on class CL_FPM_CONNECTOR_BOL_BASE has no exception.
Method DERIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FILTER_DATA | Call by reference | Type reference (TYPE) | S_INITIAL_DATA | Initial data for creation or derivation | 20090422 | |||
| 2 | RO_COLLECTION | Value transfer | Object reference (TYPE REF TO) | IF_BOL_ENTITY_COL | Entities Collection Interface | 20081128 |
Method DERIVE on class CL_FPM_CONNECTOR_BOL_BASE has no exception.
Method GET_DELTA_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_DELTA_INFO | Value transfer | Type reference (TYPE) | S_CONNECTOR_DELTA_INFO | 20101130 |
Method GET_DELTA_INFO on class CL_FPM_CONNECTOR_BOL_BASE has no exception.
Method GET_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_FILTER | Value transfer | Object reference (TYPE REF TO) | CL_CRM_BOL_FILTER | Reuseable filter object | 20090409 |
Method GET_FILTER on class CL_FPM_CONNECTOR_BOL_BASE has no exception.
Method GET_INITIAL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INITIAL_DATA | Call by reference | Type reference (TYPE) | ANY | 20090408 | ||||
| 2 | RS_INITIAL_DATA | Value transfer | Type reference (TYPE) | S_INITIAL_DATA | Initial data for creation | 20090408 |
Method GET_INITIAL_DATA on class CL_FPM_CONNECTOR_BOL_BASE has no exception.
Method GET_MAINTAINED_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ATTRIBUTES | Call by reference | Object reference (TYPE REF TO) | DATA | 20090428 | ||||
| 2 | IV_BYPASS_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120222 | |||
| 3 | RO_FILTER | Value transfer | Object reference (TYPE REF TO) | CL_CRM_BOL_FILTER | Reuseable filter object | 20090428 |
Method GET_MAINTAINED_FILTER on class CL_FPM_CONNECTOR_BOL_BASE has no exception.
Method GET_OUTPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FILTER_DATA | Call by reference | Type reference (TYPE) | S_INITIAL_DATA | Initial data for creation or derivation | 20090422 | |||
| 2 | RO_COLLECTION | Value transfer | Object reference (TYPE REF TO) | IF_BOL_ENTITY_COL | Entities Collection Interface | 20081128 |
Method GET_OUTPUT on class CL_FPM_CONNECTOR_BOL_BASE has no exception.
Method IS_CREATE_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_INITIAL_DATA | Call by reference | Type reference (TYPE) | S_INITIAL_DATA | Initial data for creation | 20090408 | |||
| 2 | RV_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090408 |
Method IS_CREATE_ALLOWED on class CL_FPM_CONNECTOR_BOL_BASE has no exception.
Method PREPARE_COLLECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COLLECTION | Call by reference | Object reference (TYPE REF TO) | IF_BOL_ENTITY_COL | Entities Collection Interface | 20090115 |
Method PREPARE_COLLECTION on class CL_FPM_CONNECTOR_BOL_BASE has no exception.
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ACCESS | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_PROPERTY_ACCESS | Access Interface for BO Attributes | 20090409 | |||
| 2 | IR_ATTRIBUTES | Call by reference | Object reference (TYPE REF TO) | DATA | 20090409 |
Method SET_ATTRIBUTES on class CL_FPM_CONNECTOR_BOL_BASE has no exception.
Method SET_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COLLECTION | Call by reference | Object reference (TYPE REF TO) | IF_BOL_ENTITY_COL | Entities Collection Interface | 20090325 |
Method SET_INPUT on class CL_FPM_CONNECTOR_BOL_BASE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 701 |