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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_GUIBB_BOL_BASE 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 MO_COLLECTION_IN Instance attribute Protected Object reference (TYPE REF TO) IF_BOL_ENTITY_COL Entities Collection Interface 20081128
2 MO_CURRENT Instance attribute Protected Object reference (TYPE REF TO) CL_CRM_BOL_ENTITY Entity 20110223
3 MO_FILTER Instance attribute Protected Object reference (TYPE REF TO) CL_CRM_BOL_FILTER Reuseable filter object 20120221
4 MV_PORT_TYPE Instance attribute Protected Type reference (TYPE) FPM_MODEL_PORT_TYPE Port Type 20081203
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20090114
2 CREATE_ENTITY Instance method Protected Method Typed delegation of interface method 20090408
3 DERIVE Instance method Protected Method Returns derived output collection 20081128
4 GET_DELTA_INFO Instance method Public Method Returns the change roundtrip information 20101130
5 GET_FILTER Instance method Protected Method Returns a BOL (relation) filter 20090409
6 GET_INITIAL_DATA Instance method Protected Method Translates generic initial data into fixed format 20090408
7 GET_MAINTAINED_FILTER Instance method Protected Method Returns a BOL (relation) filter maintained with values 20090428
8 GET_OUTPUT Instance method Protected Method Typed delegation of interface method 20081128
9 IS_CREATE_ALLOWED Instance method Protected Method Typed delegation of interface method 20090408
10 PREPARE_COLLECTION Instance method Protected Method Initial treatment of derived collection 20090115
11 SET_ATTRIBUTES Instance method Protected Method Sets BOL access attributes from structure or name-value tab 20090409
12 SET_INPUT 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 Importing IS_INITIAL_DATA Call by reference Type reference (TYPE) S_INITIAL_DATA Initial data for creation 20090408
2 Returning 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 Importing IS_FILTER_DATA Call by reference Type reference (TYPE) S_INITIAL_DATA Initial data for creation or derivation 20090422
2 Returning 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 Returning 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 Returning 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 Importing I_INITIAL_DATA Call by reference Type reference (TYPE) ANY 20090408
2 Returning 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 Importing IR_ATTRIBUTES Call by reference Object reference (TYPE REF TO) DATA 20090428
2 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120222
3 Returning 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 Importing IS_FILTER_DATA Call by reference Type reference (TYPE) S_INITIAL_DATA Initial data for creation or derivation 20090422
2 Returning 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 Importing IS_INITIAL_DATA Call by reference Type reference (TYPE) S_INITIAL_DATA Initial data for creation 20090408
2 Returning 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 Importing 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 Importing IO_ACCESS Call by reference Object reference (TYPE REF TO) IF_BOL_BO_PROPERTY_ACCESS Access Interface for BO Attributes 20090409
2 Importing 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 Importing 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