SAP FVD_UPDATE_OBJECT_VALUE Function Module for Update Module for Collateral Values
FVD_UPDATE_OBJECT_VALUE is a standard fvd update object value SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Update Module for Collateral Values processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.
See here to view full function module documentation and code listing for fvd update object value FM, simply by entering the name FVD_UPDATE_OBJECT_VALUE into the relevant SAP transaction such as SE37 or SE38.
Function Group: FVD_UPDATE
Program Name: SAPLFVD_UPDATE
Main Program: SAPLFVD_UPDATE
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update: 1

Function FVD_UPDATE_OBJECT_VALUE pattern details
In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.CALL FUNCTION 'FVD_UPDATE_OBJECT_VALUE'"Update Module for Collateral Values.
EXPORTING
* I_TAB_VDHOBJBL_INSERT = "Table Type for table VDHOBJBL (Collateral Value Determin.)
* I_TAB_VDBLBAW_INSERT = "Table Type for Table VDBLBAW (Collateral Value Building Val)
* I_TAB_VDBLBAW_UPDATE = "Table Type for Table VDBLBAW (Collateral Value Building Val)
* I_TAB_VDBLBAW_DELETE = "Table Type for Table VDBLBAW (Collateral Value Building Val)
* I_TAB_VDBLBOW_INSERT = "Table Type for Table VDBLBOW (Collateral Value Land Value)
* I_TAB_VDBLBOW_UPDATE = "Table Type for Table VDBLBOW (Collateral Value Land Value)
* I_TAB_VDBLBOW_DELETE = "Table Type for Table VDBLBOW (Collateral Value Land Value)
* I_TAB_VDBLREW_INSERT = "Table Type for Table VDBLREW (Coll. Value Gross Rev. Value)
* I_TAB_VDBLREW_UPDATE = "Table Type for Table VDBLREW (Coll. Value Gross Rev. Value)
* I_TAB_VDBLREW_DELETE = "Table Type for Table VDBLREW (Coll. Value Gross Rev. Value)
* I_TAB_VDBLSS_INSERT = "Table Type for Table VDBLSS (Coll. Val. Revenue Value Other)
* I_TAB_VDHOBJBL_UPDATE = "Table Type for table VDHOBJBL (Collateral Value Determin.)
* I_TAB_VDBLSS_UPDATE = "Table Type for Table VDBLSS (Coll. Val. Revenue Value Other)
* I_TAB_VDBLSS_DELETE = "Table Type for Table VDBLSS (Coll. Val. Revenue Value Other)
* I_TAB_VDBLSWT_INSERT = "Table Type for Tab. VDBLSWT(Coll.Val.Rev.Val.Resid/PartOwnp)
* I_TAB_VDBLSWT_UPDATE = "Table Type for Tab. VDBLSWT(Coll.Val.Rev.Val.Resid/PartOwnp)
* I_TAB_VDBLSWT_DELETE = "Table Type for Tab. VDBLSWT(Coll.Val.Rev.Val.Resid/PartOwnp)
* I_TAB_VDHOBJBL_DELETE = "Table Type for table VDHOBJBL (Collateral Value Determin.)
* I_TAB_VDBLBEWI_INSERT = "Table Type for Table VDBLBEWI (Administrative Costs)
* I_TAB_VDBLBEWI_UPDATE = "Table Type for Table VDBLBEWI (Administrative Costs)
* I_TAB_VDBLBEWI_DELETE = "Table Type for Table VDBLBEWI (Administrative Costs)
* I_TAB_VDBLEW_INSERT = "Table Type for Table VDBLEW (Collateral Value Revenue Value)
* I_TAB_VDBLEW_UPDATE = "Table Type for Table VDBLEW (Collateral Value Revenue Value)
* I_TAB_VDBLEW_DELETE = "Table Type for Table VDBLEW (Collateral Value Revenue Value)
EXCEPTIONS
ERROR = 1
IMPORTING Parameters details for FVD_UPDATE_OBJECT_VALUE
I_TAB_VDHOBJBL_INSERT - Table Type for table VDHOBJBL (Collateral Value Determin.)
Data type: TRTY_VDHOBJBLOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLBAW_INSERT - Table Type for Table VDBLBAW (Collateral Value Building Val)
Data type: TRTY_VDBLBAWOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLBAW_UPDATE - Table Type for Table VDBLBAW (Collateral Value Building Val)
Data type: TRTY_VDBLBAWOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLBAW_DELETE - Table Type for Table VDBLBAW (Collateral Value Building Val)
Data type: TRTY_VDBLBAWOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLBOW_INSERT - Table Type for Table VDBLBOW (Collateral Value Land Value)
Data type: TRTY_VDBLBOWOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLBOW_UPDATE - Table Type for Table VDBLBOW (Collateral Value Land Value)
Data type: TRTY_VDBLBOWOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLBOW_DELETE - Table Type for Table VDBLBOW (Collateral Value Land Value)
Data type: TRTY_VDBLBOWOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLREW_INSERT - Table Type for Table VDBLREW (Coll. Value Gross Rev. Value)
Data type: TRTY_VDBLREWOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLREW_UPDATE - Table Type for Table VDBLREW (Coll. Value Gross Rev. Value)
Data type: TRTY_VDBLREWOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLREW_DELETE - Table Type for Table VDBLREW (Coll. Value Gross Rev. Value)
Data type: TRTY_VDBLREWOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLSS_INSERT - Table Type for Table VDBLSS (Coll. Val. Revenue Value Other)
Data type: TRTY_VDBLSSOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDHOBJBL_UPDATE - Table Type for table VDHOBJBL (Collateral Value Determin.)
Data type: TRTY_VDHOBJBLOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLSS_UPDATE - Table Type for Table VDBLSS (Coll. Val. Revenue Value Other)
Data type: TRTY_VDBLSSOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLSS_DELETE - Table Type for Table VDBLSS (Coll. Val. Revenue Value Other)
Data type: TRTY_VDBLSSOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLSWT_INSERT - Table Type for Tab. VDBLSWT(Coll.Val.Rev.Val.Resid/PartOwnp)
Data type: TRTY_VDBLSWTOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLSWT_UPDATE - Table Type for Tab. VDBLSWT(Coll.Val.Rev.Val.Resid/PartOwnp)
Data type: TRTY_VDBLSWTOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLSWT_DELETE - Table Type for Tab. VDBLSWT(Coll.Val.Rev.Val.Resid/PartOwnp)
Data type: TRTY_VDBLSWTOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDHOBJBL_DELETE - Table Type for table VDHOBJBL (Collateral Value Determin.)
Data type: TRTY_VDHOBJBLOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLBEWI_INSERT - Table Type for Table VDBLBEWI (Administrative Costs)
Data type: TRTY_VDBLBEWIOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLBEWI_UPDATE - Table Type for Table VDBLBEWI (Administrative Costs)
Data type: TRTY_VDBLBEWIOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLBEWI_DELETE - Table Type for Table VDBLBEWI (Administrative Costs)
Data type: TRTY_VDBLBEWIOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLEW_INSERT - Table Type for Table VDBLEW (Collateral Value Revenue Value)
Data type: TRTY_VDBLEWOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLEW_UPDATE - Table Type for Table VDBLEW (Collateral Value Revenue Value)
Data type: TRTY_VDBLEWOptional: Yes
Call by Reference: No ( called with pass by value option)
I_TAB_VDBLEW_DELETE - Table Type for Table VDBLEW (Collateral Value Revenue Value)
Data type: TRTY_VDBLEWOptional: Yes
Call by Reference: No ( called with pass by value option)
EXCEPTIONS details
ERROR - Update Errors
Data type:Optional: No
Call by Reference: Yes
Copy and paste ABAP code example for FVD_UPDATE_OBJECT_VALUE Function Module
The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.| DATA: | ||||
| lv_error | TYPE STRING, " | |||
| lv_i_tab_vdhobjbl_insert | TYPE TRTY_VDHOBJBL, " | |||
| lv_i_tab_vdblbaw_insert | TYPE TRTY_VDBLBAW, " | |||
| lv_i_tab_vdblbaw_update | TYPE TRTY_VDBLBAW, " | |||
| lv_i_tab_vdblbaw_delete | TYPE TRTY_VDBLBAW, " | |||
| lv_i_tab_vdblbow_insert | TYPE TRTY_VDBLBOW, " | |||
| lv_i_tab_vdblbow_update | TYPE TRTY_VDBLBOW, " | |||
| lv_i_tab_vdblbow_delete | TYPE TRTY_VDBLBOW, " | |||
| lv_i_tab_vdblrew_insert | TYPE TRTY_VDBLREW, " | |||
| lv_i_tab_vdblrew_update | TYPE TRTY_VDBLREW, " | |||
| lv_i_tab_vdblrew_delete | TYPE TRTY_VDBLREW, " | |||
| lv_i_tab_vdblss_insert | TYPE TRTY_VDBLSS, " | |||
| lv_i_tab_vdhobjbl_update | TYPE TRTY_VDHOBJBL, " | |||
| lv_i_tab_vdblss_update | TYPE TRTY_VDBLSS, " | |||
| lv_i_tab_vdblss_delete | TYPE TRTY_VDBLSS, " | |||
| lv_i_tab_vdblswt_insert | TYPE TRTY_VDBLSWT, " | |||
| lv_i_tab_vdblswt_update | TYPE TRTY_VDBLSWT, " | |||
| lv_i_tab_vdblswt_delete | TYPE TRTY_VDBLSWT, " | |||
| lv_i_tab_vdhobjbl_delete | TYPE TRTY_VDHOBJBL, " | |||
| lv_i_tab_vdblbewi_insert | TYPE TRTY_VDBLBEWI, " | |||
| lv_i_tab_vdblbewi_update | TYPE TRTY_VDBLBEWI, " | |||
| lv_i_tab_vdblbewi_delete | TYPE TRTY_VDBLBEWI, " | |||
| lv_i_tab_vdblew_insert | TYPE TRTY_VDBLEW, " | |||
| lv_i_tab_vdblew_update | TYPE TRTY_VDBLEW, " | |||
| lv_i_tab_vdblew_delete | TYPE TRTY_VDBLEW. " |
|   CALL FUNCTION 'FVD_UPDATE_OBJECT_VALUE' "Update Module for Collateral Values |
| EXPORTING | ||
| I_TAB_VDHOBJBL_INSERT | = lv_i_tab_vdhobjbl_insert | |
| I_TAB_VDBLBAW_INSERT | = lv_i_tab_vdblbaw_insert | |
| I_TAB_VDBLBAW_UPDATE | = lv_i_tab_vdblbaw_update | |
| I_TAB_VDBLBAW_DELETE | = lv_i_tab_vdblbaw_delete | |
| I_TAB_VDBLBOW_INSERT | = lv_i_tab_vdblbow_insert | |
| I_TAB_VDBLBOW_UPDATE | = lv_i_tab_vdblbow_update | |
| I_TAB_VDBLBOW_DELETE | = lv_i_tab_vdblbow_delete | |
| I_TAB_VDBLREW_INSERT | = lv_i_tab_vdblrew_insert | |
| I_TAB_VDBLREW_UPDATE | = lv_i_tab_vdblrew_update | |
| I_TAB_VDBLREW_DELETE | = lv_i_tab_vdblrew_delete | |
| I_TAB_VDBLSS_INSERT | = lv_i_tab_vdblss_insert | |
| I_TAB_VDHOBJBL_UPDATE | = lv_i_tab_vdhobjbl_update | |
| I_TAB_VDBLSS_UPDATE | = lv_i_tab_vdblss_update | |
| I_TAB_VDBLSS_DELETE | = lv_i_tab_vdblss_delete | |
| I_TAB_VDBLSWT_INSERT | = lv_i_tab_vdblswt_insert | |
| I_TAB_VDBLSWT_UPDATE | = lv_i_tab_vdblswt_update | |
| I_TAB_VDBLSWT_DELETE | = lv_i_tab_vdblswt_delete | |
| I_TAB_VDHOBJBL_DELETE | = lv_i_tab_vdhobjbl_delete | |
| I_TAB_VDBLBEWI_INSERT | = lv_i_tab_vdblbewi_insert | |
| I_TAB_VDBLBEWI_UPDATE | = lv_i_tab_vdblbewi_update | |
| I_TAB_VDBLBEWI_DELETE | = lv_i_tab_vdblbewi_delete | |
| I_TAB_VDBLEW_INSERT | = lv_i_tab_vdblew_insert | |
| I_TAB_VDBLEW_UPDATE | = lv_i_tab_vdblew_update | |
| I_TAB_VDBLEW_DELETE | = lv_i_tab_vdblew_delete | |
| EXCEPTIONS | ||
| ERROR = 1 | ||
| . " FVD_UPDATE_OBJECT_VALUE | ||
ABAP code using 7.40 inline data declarations to call FM FVD_UPDATE_OBJECT_VALUE
The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.Search for further information about these or an SAP related objects