SAP ABAP Interface IF_FVD_MODEL_COMPONENT (Interface for the Model of all Components)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FS-CML (Application Component) Loans Management
     FVVD_FW_UI (Package) Framework - User Interface
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FVD_MODL_COMP_COLLATERAL Collateral 20041111
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FVD_MODL_COMP_CONDITIONS Conditions 20041109
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FVD_MODL_COMP_DEFAULT Default Model 20041206
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FVD_MODL_COMP_FINDAT History 20050112
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FVD_MODL_COMP_INSURANCE Insurance 20050121
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FVD_MODL_COMP_LOCACCOUNT Line of Credit - LOC Account - Model 20040419
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FVD_MODL_COMP_ORGDATA Organization - Model 20041208
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FVD_MODL_COMP_PARTNER Partner 20050120
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FVD_MODL_COMP_STOPS STOPS Model 20050113
Properties
Interface IF_FVD_MODEL_COMPONENT  
Short Description Interface for the Model of all Components    
General Data
Package FVVD_FW_UI   Framework - User Interface 
Created 20040317   SAP 
Last changed 20050615   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_FVD_MODEL_COMPONENT has no interface.
Friends
Interface IF_FVD_MODEL_COMPONENT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPLICATION_MODE Instance attribute Public Type reference (TYPE) TB_FW_APPLICATION_MODE Display Mode 20040407
2 ICON_LED_GREEN Constant Public Type reference (TYPE) ICONNAME 'ICON_LED_GREEN' Name of an Icon 20050324
3 ICON_LED_INACTIVE Constant Public Type reference (TYPE) ICONNAME 'ICON_LED_INACTIVE' Name of an Icon 20050324
4 ICON_LED_RED Constant Public Type reference (TYPE) ICONNAME 'ICON_LED_RED' Name of an Icon 20050324
5 ICON_LED_YELLOW Constant Public Type reference (TYPE) ICONNAME 'ICON_LED_YELLOW' Name of an Icon 20050324
6 MODEL_APPLICATION Instance attribute Public Object reference (TYPE REF TO) IF_FVD_MODEL_APPLICATION Interface for Application Model 20040407
Methods
# Method Level Visibility Method type Description Created on
1 AFTER_COMMIT Instance method Public Method Execution After COMMIT 20050328
2 AFTER_FAILED_SAVE Instance method Public Method Execution After ROLLBACK 20050328
3 BEFORE_SAVE Instance method Public Method Execution before DO_SAVE 20050328
4 CHECK_BEFORE_SAVE Instance method Public Method Write Data (Simulation Run) 20050328
5 DO_CLEANUP Instance method Public Method Initialize Data 20050328
6 DO_RETRIEVE Instance method Public Method Read Data 20050328
7 DO_SAVE Instance method Public Method Write data 20050328
8 GET_STATUS Instance method Public Method Determine Status of a Component 20040317
9 IS_DISPLAY_ONLY Instance method Public Method Is the Component in Display Mode? 20040407
10 IS_MODIFIED Instance method Public Method Was Data Changed? 20040401
11 SET_INSTANCE_ID Instance method Public Method Select Instance 20040405
12 SET_MODE Instance method Public Method Set Display Mode 20040330
Events
Interface IF_FVD_MODEL_COMPONENT has no event.
Types
Interface IF_FVD_MODEL_COMPONENT has no local type.
Method Signatures

Method AFTER_COMMIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ERROR Call by reference Type reference (TYPE) TB_FW_ERROR 20050328
2 Importing IM_APPLICATION_LOG Call by reference Object reference (TYPE REF TO) CL_FVD_LOG Anwendungs-Log: Facade 20050328
3 Importing IM_OBJECT_ID Call by reference Type reference (TYPE) ANY 20050328

Method AFTER_COMMIT on Interface IF_FVD_MODEL_COMPONENT has no exception.

Method AFTER_FAILED_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ERROR Call by reference Type reference (TYPE) TB_FW_ERROR Fehlerkennzeichen 20050328
2 Importing IM_APPLICATION_LOG Call by reference Object reference (TYPE REF TO) CL_FVD_LOG Anwendungs-Log: Facade 20050328
3 Importing IM_OBJECT_ID Call by reference Type reference (TYPE) ANY 20050328

Method AFTER_FAILED_SAVE on Interface IF_FVD_MODEL_COMPONENT has no exception.

Method BEFORE_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ERROR Call by reference Type reference (TYPE) TB_FW_ERROR Fehlerkennzeichen 20050328
2 Importing IM_APPLICATION_LOG Call by reference Object reference (TYPE REF TO) CL_FVD_LOG Anwendungs-Log: Facade 20050328
3 Importing IM_OBJECT_ID Call by reference Type reference (TYPE) ANY 20050328

Method BEFORE_SAVE on Interface IF_FVD_MODEL_COMPONENT has no exception.

Method CHECK_BEFORE_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ERROR Call by reference Type reference (TYPE) TB_FW_ERROR Fehlerkennzeichen 20050328
2 Exporting EX_NO_UPDATE_REQUIRED Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20050531
3 Importing IM_APPLICATION_LOG Call by reference Object reference (TYPE REF TO) CL_FVD_LOG 20050328
4 Importing IM_OBJECT_ID Call by reference Type reference (TYPE) ANY 20050328

Method CHECK_BEFORE_SAVE on Interface IF_FVD_MODEL_COMPONENT has no exception.

Method DO_CLEANUP Signature

Method DO_CLEANUP on Interface IF_FVD_MODEL_COMPONENT has no parameter.
Method DO_CLEANUP on Interface IF_FVD_MODEL_COMPONENT has no exception.

Method DO_RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ERROR Call by reference Type reference (TYPE) TB_FW_ERROR Fehlerkennzeichen 20050328
2 Importing IM_APPLICATION_LOG Call by reference Object reference (TYPE REF TO) CL_FVD_LOG 20050328
3 Importing IM_APPLICATION_MODE Call by reference Type reference (TYPE) TB_FW_APPLICATION_MODE Darstellungsmodus 20050328
4 Importing IM_LOCK Call by reference Type reference (TYPE) TB_FW_LOCK Daten im Modus 'gesperrt' lesen 20050328
5 Importing IM_OBJECT_ID Call by reference Type reference (TYPE) ANY 20050328

Method DO_RETRIEVE on Interface IF_FVD_MODEL_COMPONENT has no exception.

Method DO_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ERROR Call by reference Type reference (TYPE) TB_FW_ERROR Fehlerkennzeichen 20050328
2 Exporting EX_NEW_OBJECT_ID Call by reference Type reference (TYPE) ANY 20050328
3 Importing IM_APPLICATION_LOG Call by reference Object reference (TYPE REF TO) CL_FVD_LOG 20050328
4 Importing IM_OBJECT_ID Call by reference Type reference (TYPE) ANY 20050328

Method DO_SAVE on Interface IF_FVD_MODEL_COMPONENT has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TAB_STATUS Call by reference Type reference (TYPE) TRTY_FW_COMPONENT_STATUS Stauts einer Komponente (Tabelle) 20040426

Method GET_STATUS on Interface IF_FVD_MODEL_COMPONENT has no exception.

Method IS_DISPLAY_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DISPLAY_ONLY Value transfer Type reference (TYPE) TB_FW_DISPLAY_ONLY Komponente ist im Anzeigemodus 20040426

Method IS_DISPLAY_ONLY on Interface IF_FVD_MODEL_COMPONENT has no exception.

Method IS_MODIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_MODIFIED Value transfer Type reference (TYPE) TB_FW_MODIFIED Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040426

Method IS_MODIFIED on Interface IF_FVD_MODEL_COMPONENT has no exception.

Method SET_INSTANCE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_APPLICATION_LOG Call by reference Object reference (TYPE REF TO) CL_FVD_LOG 20040428
2 Importing IM_INSTANCE_ID Call by reference Type reference (TYPE) TB_FW_INSTANCE_ID Instanz-ID einer Komponente 20040426

Method SET_INSTANCE_ID on Interface IF_FVD_MODEL_COMPONENT has no exception.

Method SET_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MODE Call by reference Type reference (TYPE) TB_FW_APPLICATION_MODE Darstellungsmodus 20040426

Method SET_MODE on Interface IF_FVD_MODEL_COMPONENT has no exception.
History
Last changed by/on SAP  20050615 
SAP Release Created in 500