SAP ABAP Class CL_FCOM_IP_APPCONTROLLER01 (AppController FCOM)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   CO (Application Component) Controlling
     FCOM_PLANNING_CORE (Package) Planning
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_APP_CONTROLLER Central application controller interface 20120814
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GAF_CONF_EXIT Application specific configuration controller for GAF 20120814
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_OIF_CONF_EXIT Application specific configuration controller for OIF 20120814
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_OVP_CONF_EXIT Application specific configuration controller for OVP 20120814
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_WORK_PROTECTION Tells whether there exists unsaved data 20120814
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FCOM_IP_AC_CC_ACTOUTPUT01 AppController: Cost Center: Activity Output & Price Planning 20120814
2 Inheritance (c INHERITING FROM c_ref)  CL_FCOM_IP_AC_CC_COSTELEM01 dd 20121120
3 Inheritance (c INHERITING FROM c_ref)  CL_FCOM_IP_AC_ORD_COSTELEM01 Application Controller Projects Primary Cost Planning 20121123
4 Inheritance (c INHERITING FROM c_ref)  CL_FCOM_IP_AC_PROJ_ACTINPUT01 Application Controller Projects Secondary Cost Planning 20121123
5 Inheritance (c INHERITING FROM c_ref)  CL_FCOM_IP_AC_PROJ_COSTELEM01 AppController Orders Primary and Secondary Cost Planning 20121123
Properties
Class CL_FCOM_IP_APPCONTROLLER01  
Short Description AppController FCOM    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FCOM_PLANNING_CORE   Planning 
Created 20120814   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FPM_OVP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_APP_CONTROLLER Central application controller interface 20120814
2 IF_FPM_GAF_CONF_EXIT Application specific configuration controller for GAF 20120814
3 IF_FPM_OIF_CONF_EXIT Application specific configuration controller for OIF 20120814
4 IF_FPM_OVP_CONF_EXIT Application specific configuration controller for OVP 20120814
5 IF_FPM_WORK_PROTECTION Tells whether there exists unsaved data 20120814
Friends
Class CL_FCOM_IP_APPCONTROLLER01 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_FPM Instance attribute Private Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20120814
2 MT_UIBB_INITIAL Instance attribute Private Type reference (TYPE) IF_FPM_OVP=>TY_T_UIBB 20120814
3 MV_FILTER Instance attribute Private Type reference (TYPE) BSANLY_FILTER Filter 20120814
4 MV_INSTANCE_INDEX Instance attribute Private Type reference (TYPE) I 20120814
5 MV_PLFUNC Instance attribute Private Type reference (TYPE) BSANLY_PLFUNC Planning Function 20120814
6 MV_PLSEQU Instance attribute Private Type reference (TYPE) BSANLY_PLSEQU Planning Sequence 20120814
7 MV_SEARCH_UIBB_CONFIG_ID Instance attribute Private Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20120814
8 WD_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120814
Methods
# Method Level Visibility Method type Description Created on
1 BEFORE_PROCESS_EVT_CHECK_INPUT Instance method Private Method 20121108
2 BEFORE_PROCESS_EVT_CLOSE_DBOX Instance method Private Method 20121102
3 BEFORE_PROCESS_EVT_DRLLDWN_ALV Instance method Private Method 20121102
4 BEFORE_PROCESS_EVT_DRLLDWN_PNL Instance method Private Method 20121102
5 BEFORE_PROCESS_EVT_HANDLE_EVNT Instance method Private Method 20121108
6 BEFORE_PROCESS_EVT_IMPLEMENT Instance method Private Method Implementation of method BEFORE_PROCESS_EVENT 20121126
7 BEFORE_PROCESS_EVT_OPEN_DBOX Instance method Private Method 20121102
8 BEFORE_PROCESS_EVT_PLFUNC Instance method Private Method 20121102
9 BEFORE_PROCESS_EVT_PLSEQU Instance method Private Method 20121102
10 BEFORE_PROCESS_EVT_RESET Instance method Private Method 20121102
11 BEFORE_PROCESS_EVT_SAVE Instance method Private Method 20121102
12 BEFORE_PROCESS_EVT_SET_RESULT Instance method Private Method Set Overall Result BEFORE_PROCESS_EVENT 20121108
13 BEFORE_PROCESS_EVT_SPECIFIC_1 Instance method Protected Method InfoProvider specific part 1of implementation of BPE 20121126
14 BEFORE_PROCESS_EVT_SPECIFIC_2 Instance method Protected Method InfoProvider specific part 2 of implementation of BPE 20121126
Events
Class CL_FCOM_IP_APPCONTROLLER01 has no event.
Types
Class CL_FCOM_IP_APPCONTROLLER01 has no local type.
Method Signatures

Method BEFORE_PROCESS_EVT_CHECK_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121108
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121108
3 Importing IT_UIBBS Call by reference Type reference (TYPE) FPM_T_UIBB_COMPONENTS Runtime representation of WD Comps each realizing 1..n UIBBs 20121108

Method BEFORE_PROCESS_EVT_CHECK_INPUT on class CL_FCOM_IP_APPCONTROLLER01 has no exception.

Method BEFORE_PROCESS_EVT_CLOSE_DBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121102
3 Importing IT_UIBBS Call by reference Type reference (TYPE) FPM_T_UIBB_COMPONENTS Runtime representation of WD Comps each realizing 1..n UIBBs 20121102
4 Importing IV_SUBRC_INPUT_VAL Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102

Method BEFORE_PROCESS_EVT_CLOSE_DBOX on class CL_FCOM_IP_APPCONTROLLER01 has no exception.

Method BEFORE_PROCESS_EVT_DRLLDWN_ALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121102
3 Importing IT_UIBBS Call by reference Type reference (TYPE) FPM_T_UIBB_COMPONENTS Runtime representation of WD Comps each realizing 1..n UIBBs 20121102
4 Importing IV_SUBRC_INPUT_VAL Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102

Method BEFORE_PROCESS_EVT_DRLLDWN_ALV on class CL_FCOM_IP_APPCONTROLLER01 has no exception.

Method BEFORE_PROCESS_EVT_DRLLDWN_PNL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121102
3 Importing IT_UIBBS Call by reference Type reference (TYPE) FPM_T_UIBB_COMPONENTS Runtime representation of WD Comps each realizing 1..n UIBBs 20121102
4 Importing IV_SUBRC_INPUT_VAL Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102

Method BEFORE_PROCESS_EVT_DRLLDWN_PNL on class CL_FCOM_IP_APPCONTROLLER01 has no exception.

Method BEFORE_PROCESS_EVT_HANDLE_EVNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121108
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121108
3 Importing IT_UIBBS Call by reference Type reference (TYPE) FPM_T_UIBB_COMPONENTS Runtime representation of WD Comps each realizing 1..n UIBBs 20121108

Method BEFORE_PROCESS_EVT_HANDLE_EVNT on class CL_FCOM_IP_APPCONTROLLER01 has no exception.

Method BEFORE_PROCESS_EVT_IMPLEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20121126
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121126
3 Importing IT_UIBBS Call by reference Type reference (TYPE) FPM_T_UIBB_COMPONENTS Runtime representation of WD Comps each realizing 1..n UIBBs 20121126

Method BEFORE_PROCESS_EVT_IMPLEMENT on class CL_FCOM_IP_APPCONTROLLER01 has no exception.

Method BEFORE_PROCESS_EVT_OPEN_DBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121102
3 Importing IT_UIBBS Call by reference Type reference (TYPE) FPM_T_UIBB_COMPONENTS Runtime representation of WD Comps each realizing 1..n UIBBs 20121102
4 Importing IV_SUBRC_INPUT_VAL Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102

Method BEFORE_PROCESS_EVT_OPEN_DBOX on class CL_FCOM_IP_APPCONTROLLER01 has no exception.

Method BEFORE_PROCESS_EVT_PLFUNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121102
3 Importing IT_UIBBS Call by reference Type reference (TYPE) FPM_T_UIBB_COMPONENTS Runtime representation of WD Comps each realizing 1..n UIBBs 20121102
4 Importing IV_SUBRC_INPUT_VAL Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102

Method BEFORE_PROCESS_EVT_PLFUNC on class CL_FCOM_IP_APPCONTROLLER01 has no exception.

Method BEFORE_PROCESS_EVT_PLSEQU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121102
3 Importing IT_UIBBS Call by reference Type reference (TYPE) FPM_T_UIBB_COMPONENTS Runtime representation of WD Comps each realizing 1..n UIBBs 20121102
4 Importing IV_SUBRC_INPUT_VAL Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102

Method BEFORE_PROCESS_EVT_PLSEQU on class CL_FCOM_IP_APPCONTROLLER01 has no exception.

Method BEFORE_PROCESS_EVT_RESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121102
3 Importing IT_UIBBS Call by reference Type reference (TYPE) FPM_T_UIBB_COMPONENTS Runtime representation of WD Comps each realizing 1..n UIBBs 20121102
4 Importing IV_SUBRC_INPUT_VAL Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102

Method BEFORE_PROCESS_EVT_RESET on class CL_FCOM_IP_APPCONTROLLER01 has no exception.

Method BEFORE_PROCESS_EVT_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121102
3 Importing IT_UIBBS Call by reference Type reference (TYPE) FPM_T_UIBB_COMPONENTS Runtime representation of WD Comps each realizing 1..n UIBBs 20121102
4 Importing IV_SUBRC_INPUT_VAL Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121102

Method BEFORE_PROCESS_EVT_SAVE on class CL_FCOM_IP_APPCONTROLLER01 has no exception.

Method BEFORE_PROCESS_EVT_SET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT Result of processing of a specific FPM event 20121108
2 Importing IV_SUBRC Call by reference Type reference (TYPE) SYSUBRC 20121108

Method BEFORE_PROCESS_EVT_SET_RESULT on class CL_FCOM_IP_APPCONTROLLER01 has no exception.

Method BEFORE_PROCESS_EVT_SPECIFIC_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121126
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121126
3 Importing IT_UIBBS Call by reference Type reference (TYPE) FPM_T_UIBB_COMPONENTS Runtime representation of WD Comps each realizing 1..n UIBBs 20121126

Method BEFORE_PROCESS_EVT_SPECIFIC_1 on class CL_FCOM_IP_APPCONTROLLER01 has no exception.

Method BEFORE_PROCESS_EVT_SPECIFIC_2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20121126
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121126
3 Importing IT_UIBBS Call by reference Type reference (TYPE) FPM_T_UIBB_COMPONENTS Runtime representation of WD Comps each realizing 1..n UIBBs 20121126

Method BEFORE_PROCESS_EVT_SPECIFIC_2 on class CL_FCOM_IP_APPCONTROLLER01 has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 617