SAP FVD_INV_ACC_OBJ_GET_CUST Function Module for Read General Customizing for Investor Contract
FVD_INV_ACC_OBJ_GET_CUST is a standard fvd inv acc obj get cust SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Read General Customizing for Investor Contract 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 inv acc obj get cust FM, simply by entering the name FVD_INV_ACC_OBJ_GET_CUST into the relevant SAP transaction such as SE37 or SE38.
Function Group: FVD_INV_ACC_OBJ
Program Name: SAPLFVD_INV_ACC_OBJ
Main Program: SAPLFVD_INV_ACC_OBJ
Appliation area: F
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:

Function FVD_INV_ACC_OBJ_GET_CUST 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_INV_ACC_OBJ_GET_CUST'"Read General Customizing for Investor Contract.
EXPORTING
I_BUKRS = "Company Code
* I_SKOGRP = "Condition Group
* I_SPRAS = SY-LANGU "Language Key
* I_LAND1 = 'DE' "Country Key
* I_RNG_GSART = "Range for Product Types
* I_TAB_TDLOANFUNC = "Table Type (Sorted) for TDLOANFUNC
* I_TAB_ROLECAT = "Correspodence Role Type for Investor Contract Interface
CHANGING
* C_TAB_TDIA_OPAY_ORD = "Table Type for Table TDIA_OPAY_ORD
* C_TAB_TZK0A = "Table Type for Table TZK0A
* C_TAB_TDLOANSUBFUNCT = "Investor Contract: Texts Application Subfunction
* C_TAB_TDPZ6 = "Correspondence Role Type for Investor Contract
* C_TAB_TDPZ6T = "Text for Correspondence Partner Roles Investor Contact
* C_TAB_T042Z = "Table Type for T042Z
* C_TAB_TZC37_1 = "Table Type for TZC37 (Status Definition)
* C_TAB_PAYMENT_LOCKS = "Table type of Investor contract payment lock configuration
* C_TAB_LOAN_TYPES = "Table type of investor contract loan types configuration
* C_TAB_CF_TYPES = "Table type of Investor contract cash flow configuration
* C_TAB_TDIA_ORD_CRIT = "Table Type for Table TDIA_ORD_CRIT
* C_TAB_TDIA_ORD_ASSIGN = "Table Type for Table TDIA_ORD_ASSIGN
* C_TAB_TZPA = "Table Type for Table TZPA
* C_TAB_TZPAT = "Texts for Products Types
* C_TAB_TZPAB = "Company Code-Dependent Settings for Product Types
* C_TAB_T001 = "Company Codes (for Each Product Catregory Investor Contract)
* C_TAB_TZC37 = "Table Type for TZC37 (Status Definition)
* C_TAB_TZK02 = "Table Type for Table TZK02
EXCEPTIONS
FATAL_ERROR = 1 PARAM_MISSING = 2
IMPORTING Parameters details for FVD_INV_ACC_OBJ_GET_CUST
I_BUKRS - Company Code
Data type: BUKRSOptional: No
Call by Reference: Yes
I_SKOGRP - Condition Group
Data type: SKOGRPOptional: Yes
Call by Reference: Yes
I_SPRAS - Language Key
Data type: SPRASDefault: SY-LANGU
Optional: Yes
Call by Reference: Yes
I_LAND1 - Country Key
Data type: LAND1Default: 'DE'
Optional: Yes
Call by Reference: Yes
I_RNG_GSART - Range for Product Types
Data type: TRTY_GSART_RANGEOptional: Yes
Call by Reference: Yes
I_TAB_TDLOANFUNC - Table Type (Sorted) for TDLOANFUNC
Data type: TRTY_TDLOANFUNCOptional: Yes
Call by Reference: Yes
I_TAB_ROLECAT - Correspodence Role Type for Investor Contract Interface
Data type: TRTY_IF_IA_ROLEOptional: Yes
Call by Reference: Yes
CHANGING Parameters details for FVD_INV_ACC_OBJ_GET_CUST
C_TAB_TDIA_OPAY_ORD - Table Type for Table TDIA_OPAY_ORD
Data type: TRTY_TDIA_OPAY_ORDOptional: Yes
Call by Reference: Yes
C_TAB_TZK0A - Table Type for Table TZK0A
Data type: TRTY_TZK0AOptional: Yes
Call by Reference: Yes
C_TAB_TDLOANSUBFUNCT - Investor Contract: Texts Application Subfunction
Data type: TRTY_TDLOANSUBFUNCTOptional: Yes
Call by Reference: Yes
C_TAB_TDPZ6 - Correspondence Role Type for Investor Contract
Data type: TRTY_TDPZ6Optional: Yes
Call by Reference: Yes
C_TAB_TDPZ6T - Text for Correspondence Partner Roles Investor Contact
Data type: TRTY_TDPZ6TOptional: Yes
Call by Reference: Yes
C_TAB_T042Z - Table Type for T042Z
Data type: TRTY_T042ZOptional: Yes
Call by Reference: Yes
C_TAB_TZC37_1 - Table Type for TZC37 (Status Definition)
Data type: TRTY_TZC37Optional: Yes
Call by Reference: Yes
C_TAB_PAYMENT_LOCKS - Table type of Investor contract payment lock configuration
Data type: TRTY_IF_IA_PAYMENT_LOCKSOptional: Yes
Call by Reference: Yes
C_TAB_LOAN_TYPES - Table type of investor contract loan types configuration
Data type: TRTY_IF_IA_LOAN_TYPESOptional: Yes
Call by Reference: Yes
C_TAB_CF_TYPES - Table type of Investor contract cash flow configuration
Data type: TRTY_IF_IA_CF_TYPESOptional: Yes
Call by Reference: Yes
C_TAB_TDIA_ORD_CRIT - Table Type for Table TDIA_ORD_CRIT
Data type: TRTY_TDIA_ORD_CRITOptional: Yes
Call by Reference: Yes
C_TAB_TDIA_ORD_ASSIGN - Table Type for Table TDIA_ORD_ASSIGN
Data type: TRTY_TDIA_ORD_ASSIGNOptional: Yes
Call by Reference: Yes
C_TAB_TZPA - Table Type for Table TZPA
Data type: TRTY_TZPAOptional: Yes
Call by Reference: Yes
C_TAB_TZPAT - Texts for Products Types
Data type: TRTY_TZPATOptional: Yes
Call by Reference: Yes
C_TAB_TZPAB - Company Code-Dependent Settings for Product Types
Data type: TRTY_TZPABOptional: Yes
Call by Reference: Yes
C_TAB_T001 - Company Codes (for Each Product Catregory Investor Contract)
Data type: TRTY_T001Optional: Yes
Call by Reference: Yes
C_TAB_TZC37 - Table Type for TZC37 (Status Definition)
Data type: TRTY_TZC37Optional: Yes
Call by Reference: Yes
C_TAB_TZK02 - Table Type for Table TZK02
Data type: TRTY_TZK02Optional: Yes
Call by Reference: Yes
EXCEPTIONS details
FATAL_ERROR - Customizing lesen fehlerhaft
Data type:Optional: No
Call by Reference: Yes
PARAM_MISSING - Importparameter fehlt
Data type:Optional: No
Call by Reference: Yes
Copy and paste ABAP code example for FVD_INV_ACC_OBJ_GET_CUST 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_i_bukrs | TYPE BUKRS, " | |||
| lv_fatal_error | TYPE BUKRS, " | |||
| lv_c_tab_tdia_opay_ord | TYPE TRTY_TDIA_OPAY_ORD, " | |||
| lv_c_tab_tzk0a | TYPE TRTY_TZK0A, " | |||
| lv_c_tab_tdloansubfunct | TYPE TRTY_TDLOANSUBFUNCT, " | |||
| lv_c_tab_tdpz6 | TYPE TRTY_TDPZ6, " | |||
| lv_c_tab_tdpz6t | TYPE TRTY_TDPZ6T, " | |||
| lv_c_tab_t042z | TYPE TRTY_T042Z, " | |||
| lv_c_tab_tzc37_1 | TYPE TRTY_TZC37, " | |||
| lv_c_tab_payment_locks | TYPE TRTY_IF_IA_PAYMENT_LOCKS, " | |||
| lv_c_tab_loan_types | TYPE TRTY_IF_IA_LOAN_TYPES, " | |||
| lv_c_tab_cf_types | TYPE TRTY_IF_IA_CF_TYPES, " | |||
| lv_i_skogrp | TYPE SKOGRP, " | |||
| lv_param_missing | TYPE SKOGRP, " | |||
| lv_c_tab_tdia_ord_crit | TYPE TRTY_TDIA_ORD_CRIT, " | |||
| lv_i_spras | TYPE SPRAS, " SY-LANGU | |||
| lv_c_tab_tdia_ord_assign | TYPE TRTY_TDIA_ORD_ASSIGN, " | |||
| lv_i_land1 | TYPE LAND1, " 'DE' | |||
| lv_c_tab_tzpa | TYPE TRTY_TZPA, " | |||
| lv_c_tab_tzpat | TYPE TRTY_TZPAT, " | |||
| lv_i_rng_gsart | TYPE TRTY_GSART_RANGE, " | |||
| lv_c_tab_tzpab | TYPE TRTY_TZPAB, " | |||
| lv_i_tab_tdloanfunc | TYPE TRTY_TDLOANFUNC, " | |||
| lv_c_tab_t001 | TYPE TRTY_T001, " | |||
| lv_i_tab_rolecat | TYPE TRTY_IF_IA_ROLE, " | |||
| lv_c_tab_tzc37 | TYPE TRTY_TZC37, " | |||
| lv_c_tab_tzk02 | TYPE TRTY_TZK02. " |
|   CALL FUNCTION 'FVD_INV_ACC_OBJ_GET_CUST' "Read General Customizing for Investor Contract |
| EXPORTING | ||
| I_BUKRS | = lv_i_bukrs | |
| I_SKOGRP | = lv_i_skogrp | |
| I_SPRAS | = lv_i_spras | |
| I_LAND1 | = lv_i_land1 | |
| I_RNG_GSART | = lv_i_rng_gsart | |
| I_TAB_TDLOANFUNC | = lv_i_tab_tdloanfunc | |
| I_TAB_ROLECAT | = lv_i_tab_rolecat | |
| CHANGING | ||
| C_TAB_TDIA_OPAY_ORD | = lv_c_tab_tdia_opay_ord | |
| C_TAB_TZK0A | = lv_c_tab_tzk0a | |
| C_TAB_TDLOANSUBFUNCT | = lv_c_tab_tdloansubfunct | |
| C_TAB_TDPZ6 | = lv_c_tab_tdpz6 | |
| C_TAB_TDPZ6T | = lv_c_tab_tdpz6t | |
| C_TAB_T042Z | = lv_c_tab_t042z | |
| C_TAB_TZC37_1 | = lv_c_tab_tzc37_1 | |
| C_TAB_PAYMENT_LOCKS | = lv_c_tab_payment_locks | |
| C_TAB_LOAN_TYPES | = lv_c_tab_loan_types | |
| C_TAB_CF_TYPES | = lv_c_tab_cf_types | |
| C_TAB_TDIA_ORD_CRIT | = lv_c_tab_tdia_ord_crit | |
| C_TAB_TDIA_ORD_ASSIGN | = lv_c_tab_tdia_ord_assign | |
| C_TAB_TZPA | = lv_c_tab_tzpa | |
| C_TAB_TZPAT | = lv_c_tab_tzpat | |
| C_TAB_TZPAB | = lv_c_tab_tzpab | |
| C_TAB_T001 | = lv_c_tab_t001 | |
| C_TAB_TZC37 | = lv_c_tab_tzc37 | |
| C_TAB_TZK02 | = lv_c_tab_tzk02 | |
| EXCEPTIONS | ||
| FATAL_ERROR = 1 | ||
| PARAM_MISSING = 2 | ||
| . " FVD_INV_ACC_OBJ_GET_CUST | ||
ABAP code using 7.40 inline data declarations to call FM FVD_INV_ACC_OBJ_GET_CUST
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.| DATA(ld_i_spras) | = SY-LANGU. | |||
| DATA(ld_i_land1) | = 'DE'. | |||
Search for further information about these or an SAP related objects