SAP ABAP Class CL_FVD_FW_VIEW_OBJECT_LOCATOR (Object Locator - View)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FVD_VIEW_NAVIGATOR_ELEMENT Interface for an Object Locator 20040329
Properties
Class CL_FVD_FW_VIEW_OBJECT_LOCATOR  
Short Description Object Locator - View    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FVVD_FW_UI   Framework - User Interface 
Created 20040315   SAP 
Last change 20050520   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 FVDC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FVD_VIEW_NAVIGATOR_ELEMENT Interface for an Object Locator 20040329
Friends
# Friend Modeled only Created on Description
1 CL_FVD_FW_VIEW_OBJECT_LOC_SKIN 20040408 Object Locator (Interface)
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUTTON_ELEMENT_ACCOUNT Instance attribute Protected Object reference (TYPE REF TO) CL_DD_BUTTON_ELEMENT Dynamic Documents: Button Element 20040330
2 BUTTON_ELEMENT_PARTNER Instance attribute Protected Object reference (TYPE REF TO) CL_DD_BUTTON_ELEMENT Dynamic Documents: Button Element 20040330
3 BUTTON_ELEMENT_REFRESH1 Instance attribute Protected Object reference (TYPE REF TO) CL_DD_BUTTON_ELEMENT Dynamic Documents: Button Element 20040506
4 BUTTON_ELEMENT_REFRESH2 Instance attribute Protected Object reference (TYPE REF TO) CL_DD_BUTTON_ELEMENT Dynamic Documents: Button Element 20040506
5 CONTROLLER_APPLICATION Instance attribute Protected Object reference (TYPE REF TO) IF_FVD_CONTROLLER_APPLICATION Interface for Application Controller 20040330
6 FORM_AREA1 Instance attribute Protected Object reference (TYPE REF TO) CL_DD_FORM_AREA Dynamic Documents: Range of a Form 20040316
7 INPUT_ELEMENT_ACCOUNT Instance attribute Protected Object reference (TYPE REF TO) CL_DD_INPUT_ELEMENT Dynamic Documents: Input Element 20040316
8 INPUT_ELEMENT_COMP_CODE Instance attribute Protected Object reference (TYPE REF TO) CL_DD_INPUT_ELEMENT Dynamic Documents: Input Element 20040330
9 INPUT_ELEMENT_PARTNER Instance attribute Protected Object reference (TYPE REF TO) CL_DD_INPUT_ELEMENT Dynamic Documents: Input Element 20040316
10 MODEL Instance attribute Protected Object reference (TYPE REF TO) CL_FVD_FW_MODL_OBJECT_LOCATOR Object Locator 20040330
11 OBJECT_ID Instance attribute Public Type reference (TYPE) RFW_VDARL_OBJECT_ID Object ID (Company Code, Account Number) 20040406
12 PARTNER Instance attribute Protected Type reference (TYPE) BU_PARTNER Business Partner Number 20040406
13 PARTNER_TEXT Instance attribute Protected Type reference (TYPE) TB_FW_PARTNER_TEXT Text for Partner 20040406
14 PRODUCT_CATEGORY Instance attribute Protected Type reference (TYPE) SANLF Product Category 20040402
15 SELECT_ELEMENT_FAVORITES Instance attribute Protected Object reference (TYPE REF TO) CL_DD_SELECT_ELEMENT Dynamic Documents: Selection Element 20040507
16 SKIN Instance attribute Private Object reference (TYPE REF TO) CL_FVD_FW_VIEW_OBJECT_LOC_SKIN Object Locator (Interface) 20040408
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_ACCOUNT Instance method Public Method Delete Account 20040427
2 CLEAR_PARTNER Instance method Public Method Delete Partner(s) 20050518
3 CONSTRUCTOR Instance method Public Constructor 20040315
4 CONVERT_INPUTTEXT_TO_ACCOUNT Instance method Private Method Evaluate Input Field 20040506
5 CONVERT_INPUTTEXT_TO_COMP_CODE Instance method Private Method Evaluate Input Field 20040506
6 CONVERT_INPUTTEXT_TO_PARTNER Instance method Private Method Evaluate Input Field 20040413
7 DISPLAY_DOCUMENTATION Instance method Private Method Display Documentation 20040330
8 ON_BUTTON_ACCOUNT Instance method Private Event handling method Buttons 20040428
9 ON_BUTTON_PARTNER Instance method Private Event handling method Buttons 20040428
10 ON_BUTTON_REFRESH Instance method Private Event handling method Buttons 20040506
11 ON_ENTER_ACCOUNT Instance method Private Event handling method Enter 20040428
12 ON_ENTER_COMP_CODE Instance method Private Event handling method Enter 20040428
13 ON_ENTER_PARTNER Instance method Private Event handling method Enter 20040428
14 ON_F1_ACCOUNT Instance method Private Event handling method F1 20040428
15 ON_F1_COMP_CODE Instance method Private Event handling method F1 20040428
16 ON_F1_PARTNER Instance method Private Event handling method F1 20040428
17 ON_SELECTION_FAVORITES Instance method Private Event handling method Selection 20040507
18 SEARCH_ACCOUNT Instance method Private Method Find Account 20040414
19 SEARCH_PARTNER Instance method Private Method Find Business Partner 20040414
20 SEARCH_PARTNER_BY_TEXT Instance method Private Method Find Business Partner 20040414
21 SET_ACCOUNT Instance method Public Method Select account 20040330
22 SET_COMP_CODE Instance method Public Method Set company code 20040427
23 SET_PARTNER Instance method Public Method Choose Partner 20040406
24 UPDATE_FORM_DATA Instance method Private Method Update Form Data 20040506
Events
Class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no event.
Types
Class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no local type.
Method Signatures

Method CLEAR_ACCOUNT Signature

Method CLEAR_ACCOUNT on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no parameter.
Method CLEAR_ACCOUNT on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method CLEAR_PARTNER Signature

Method CLEAR_PARTNER on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no parameter.
Method CLEAR_PARTNER on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTROLLER_APPLICATION Call by reference Object reference (TYPE REF TO) IF_FVD_CONTROLLER_APPLICATION Interface für Controller der Anwendung 20040426
2 Importing IM_MODEL Call by reference Object reference (TYPE REF TO) CL_FVD_FW_MODL_OBJECT_LOCATOR Object Locator 20040426
3 Importing IM_PRODUCT_CATEGORY Call by reference Type reference (TYPE) SANLF Produkttyp 20040426

Method CONSTRUCTOR on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method CONVERT_INPUTTEXT_TO_ACCOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ACCOUNT Call by reference Type reference (TYPE) RANL Vertragsnummer 20040506

Method CONVERT_INPUTTEXT_TO_ACCOUNT on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method CONVERT_INPUTTEXT_TO_COMP_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_COMP_CODE Call by reference Type reference (TYPE) BUKRS Buchungskreis 20040506

Method CONVERT_INPUTTEXT_TO_COMP_CODE on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method CONVERT_INPUTTEXT_TO_PARTNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20040426

Method CONVERT_INPUTTEXT_TO_PARTNER on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method DISPLAY_DOCUMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ROLLNAME Call by reference Type reference (TYPE) ROLLNAME Datenelement (semantische Domäne) 20040426

Method DISPLAY_DOCUMENTATION on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method ON_BUTTON_ACCOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20040428

Method ON_BUTTON_ACCOUNT on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method ON_BUTTON_PARTNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20040428

Method ON_BUTTON_PARTNER on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method ON_BUTTON_REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20040506

Method ON_BUTTON_REFRESH on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method ON_ENTER_ACCOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20040428

Method ON_ENTER_ACCOUNT on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method ON_ENTER_COMP_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20040428

Method ON_ENTER_COMP_CODE on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method ON_ENTER_PARTNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20040428

Method ON_ENTER_PARTNER on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method ON_F1_ACCOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20040428

Method ON_F1_ACCOUNT on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method ON_F1_COMP_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20040428

Method ON_F1_COMP_CODE on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method ON_F1_PARTNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20040428

Method ON_F1_PARTNER on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method ON_SELECTION_FAVORITES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20040507

Method ON_SELECTION_FAVORITES on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method SEARCH_ACCOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_OBJECT_ID Call by reference Type reference (TYPE) RFW_VDARL_OBJECT_ID Geschäftspartnernummer 20040426
2 Importing IM_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20040426
3 Importing IM_PRODUCT_CATEGORY Call by reference Type reference (TYPE) SANLF Produkttyp 20040426

Method SEARCH_ACCOUNT on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method SEARCH_PARTNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20040426

Method SEARCH_PARTNER on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method SEARCH_PARTNER_BY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20040426
2 Importing IM_PARTNER_NAME Call by reference Type reference (TYPE) C 20040426

Method SEARCH_PARTNER_BY_TEXT on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method SET_ACCOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT_ID Call by reference Type reference (TYPE) RFW_VDARL_OBJECT_ID Buchungskreis 20040426

Method SET_ACCOUNT on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method SET_COMP_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMP_CODE Call by reference Type reference (TYPE) BUKRS Buchungskreis 20040427

Method SET_COMP_CODE on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method SET_PARTNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20040426

Method SET_PARTNER on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.

Method UPDATE_FORM_DATA Signature

Method UPDATE_FORM_DATA on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no parameter.
Method UPDATE_FORM_DATA on class CL_FVD_FW_VIEW_OBJECT_LOCATOR has no exception.
History
Last changed by/on SAP  20050520 
SAP Release Created in 500