SAP ABAP Class CL_FPM_BOL_FEEDER_PARAM_ASSIST (Assistance Class for Feeder Parameter)
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_HCT_COMPLEXPARAM_ASSIST Assistance Class for FPM_HCT_MUTIVALUE_PARAM 20100715
Properties
Class CL_FPM_BOL_FEEDER_PARAM_ASSIST  
Short Description Assistance Class for Feeder Parameter    
Super Class CL_FPM_HCT_COMPLEXPARAM_ASSIST Assistance Class for FPM_HCT_MUTIVALUE_PARAM 
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 20100715   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)
Interfaces
Class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no interface implemented.
Friends
Class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CS_CARDINALITY Constant Protected See coding 20100924
2 CS_JOIN Constant Protected See coding 20100719
3 MV_COMPONENT Instance attribute Protected Type reference (TYPE) CRMT_COMPONENT_NAME Component Name 20110823
4 MV_COUNT Instance attribute Private Type reference (TYPE) I 20100722
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FAST_ENTRY_PARAM Instance method Protected Method 20110331
2 CHECK_FIELD_PARAM Instance method Protected Method 20100915
3 CHECK_JOIN_TABLE Instance method Protected Method 20100826
4 CHECK_TREE_RELATION Instance method Protected Method 20100915
5 GET_FIELDS Instance method Protected Method 20100914
6 GET_OBJECT_MODEL Instance method Protected Method 20100915
7 ON_OVS Instance method Public Method 20100715
8 ON_OVS_FIELD Instance method Protected Method 20100915
9 ON_OVS_JOIN_OBJREL Instance method Protected Method 20100722
10 ON_OVS_MAP_OBJ Instance method Protected Method 20110520
11 ON_OVS_PARAM_OBJECT Instance method Protected Method 20100715
12 ON_OVS_TREE_RELATION Instance method Protected Method 20100914
13 RENDER_JOIN_TREE Instance method Protected Method 20100719
Events
# Event Type Visibility Description Created on
1 COMPONENT_CHANGED Static Event
(1)
Public
(2)
BOL Component Assignemt Changed 20110823
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_FIELD Protected See coding 20100914 BEGIN OF s_field, name TYPE name_komp, text TYPE as4text, END OF s_field
2 T_FIELD Protected See coding 20100914 t_field TYPE SORTED TABLE OF s_field WITH UNIQUE KEY name
Method Signatures

Method CHECK_FAST_ENTRY_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VALUE Call by reference Type reference (TYPE) FPM_T_CFG_PARAM_VALUE Parameters in Configuration 20110331
2 Returning RV_FAILED Value transfer Type reference (TYPE) ABAP_BOOL 20110331

Method CHECK_FAST_ENTRY_PARAM on class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no exception.

Method CHECK_FIELD_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VALUE Call by reference Type reference (TYPE) FPM_T_CFG_PARAM_VALUE Parameters in Configuration 20100915
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20100915
3 Returning RV_FAILED Value transfer Type reference (TYPE) ABAP_BOOL 20100915

Method CHECK_FIELD_PARAM on class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no exception.

Method CHECK_JOIN_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJ_MODEL Call by reference Object reference (TYPE REF TO) IF_GENIL_OBJ_MODEL Interface for Access to Central Object Model 20100826
2 Importing IT_JOIN Call by reference Type reference (TYPE) FPM_BOL_T_JOIN FPM BOL Join Definition 20100826
3 Importing IV_COMPONENT_NAME Call by reference Type reference (TYPE) CRMT_COMPONENT_NAME Component Name 20100826
4 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20100826
5 Returning RV_FAILED Value transfer Type reference (TYPE) ABAP_BOOL 20100826

Method CHECK_JOIN_TABLE on class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no exception.

Method CHECK_TREE_RELATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJ_MODEL Call by reference Object reference (TYPE REF TO) IF_GENIL_OBJ_MODEL Interface for Access to Central Object Model 20100915
2 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20100915
3 Importing IV_RELATION_NAME Call by reference Type reference (TYPE) CRMT_RELATION_NAME Relation Name 20100915
4 Returning RV_FAILED Value transfer Type reference (TYPE) ABAP_BOOL 20100915

Method CHECK_TREE_RELATION on class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no exception.

Method GET_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJ_MODEL Call by reference Object reference (TYPE REF TO) IF_GENIL_OBJ_MODEL Interface for Access to Central Object Model 20100915
2 Returning RT_FIELD Value transfer Type reference (TYPE) T_FIELD 20100914

Method GET_FIELDS on class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no exception.

Method GET_OBJECT_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_OBJ_MODEL Value transfer Object reference (TYPE REF TO) IF_GENIL_OBJ_MODEL Interface for Access to Central Object Model 20100915

Method GET_OBJECT_MODEL on class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no exception.

Method ON_OVS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OVS Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20100715

Method ON_OVS on class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no exception.

Method ON_OVS_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OVS Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20100915

Method ON_OVS_FIELD on class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no exception.

Method ON_OVS_JOIN_OBJREL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OVS Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20100722

Method ON_OVS_JOIN_OBJREL on class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no exception.

Method ON_OVS_MAP_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OVS Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20110520

Method ON_OVS_MAP_OBJ on class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no exception.

Method ON_OVS_PARAM_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OVS Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20100715

Method ON_OVS_PARAM_OBJECT on class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no exception.

Method ON_OVS_TREE_RELATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OVS Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20100914

Method ON_OVS_TREE_RELATION on class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no exception.

Method RENDER_JOIN_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20100719
2 Importing IO_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20100719
3 Importing IS_PARAM Call by reference Type reference (TYPE) S_PARAM 20100719

Method RENDER_JOIN_TREE on class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no exception.
Event Signatures

Event COMPONENT_CHANGED Signature
Event COMPONENT_CHANGED on class CL_FPM_BOL_FEEDER_PARAM_ASSIST has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702