SAP Reports / Programs | Financial Services | Loans Management | Master Data(FS-CML-BD-MD) SAP FS

IFVD_CLI_I0500 SAP ABAP INCLUDE - IFVDCLII0500







IFVD_CLI_I0500 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter IFVD_CLI_I0500 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT IFVD_CLI_I0500. "Basic submit
SUBMIT IFVD_CLI_I0500 AND RETURN. "Return to original report after report execution complete
SUBMIT IFVD_CLI_I0500 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT IFVD_CLI_I0500

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

FVD_MD_TOOLS_PARTNER_AS_TEXT CALL FUNCTION 'FVD_MD_TOOLS_PARTNER_AS_TEXT' EXPORTING I_PARTNER = -partnr IMPORTING E_TEXT = -NAME.

FSBP_READ_BUT000 CALL FUNCTION 'FSBP_READ_BUT000' EXPORTING I_PARTNER = -partnr IMPORTING E_BUT000 = REC_BUT000.

FVD_CLI_CONTRIBUTION_CALCULATE CALL FUNCTION 'FVD_CLI_CONTRIBUTION_CALCULATE' EXPORTING I_CONTRACT_DATA = CONTRACT_DATA I_CHECK = ' ' IMPORTING E_RC = RETC CHANGING C_TAB_CLI_PERS = IT_TAB_CLI_PERS.

FVD_CLI_CHECK_BP CALL FUNCTION 'FVD_CLI_CHECK_BP' EXPORTING I_BP_NUM = WA_PERS_ALV-PARTNR I_SEX_CHAR = WA_PERS_ALV-SEX_CHAR I_BIRTH_DATE = WA_PERS_ALV-BIRTH_DATE IMPORTING E_RC = RETC_UEB.

FVD_CLI_CREATE_INSURANCE CALL FUNCTION 'FVD_CLI_CREATE_INSURANCE' EXPORTING I_MODE = 'D' I_CONTRACT_DATA = CONTRACT_DATA * I_TAB_PARTNER = TAB_BP * I_LOG_HANDLE = * I_MODE_GV = IMPORTING E_RC = P_RC CHANGING C_TAB_CLI_PERS = IT_TAB_CLI_PERS.

FVD_CLI_CREATE_INSURANCE CALL FUNCTION 'FVD_CLI_CREATE_INSURANCE' EXPORTING I_MODE = 'S' I_CONTRACT_DATA = CONTRACT_DATA * I_TAB_PARTNER = TAB_BP * I_LOG_HANDLE = * I_MODE_GV = IMPORTING E_RC = P_RC CHANGING C_TAB_CLI_PERS = IT_TAB_CLI_PERS.

FVD_CLI_GV_PROCESS CALL FUNCTION 'FVD_CLI_GV_PROCESS' EXPORTING I_MODE = '5' I_MANDATORY_PARAMETER = MANDATORY_PARAMETER * I_INSURANCE_CASE = * I_LOG_HANDLE = IMPORTING E_RC = P_RC CHANGING C_PROCESSING_PARAMETER = PROCESSING_PARAMETER C_TAB_CLI_PERS = IT_TAB_CLI_PERS EXCEPTIONS ERROR_MODE = 1 NOT_FOUND = 2 ERROR_WITH_READ_CLI = 3 ERROR_WITH_CHANGE_CLI = 4 ERROR_WITH_UPDATE_CLI = 5 ERROR_WITH_CALC_CLI = 6 OTHERS = 7.

FVD_CLI_CHECK_TARIFF CALL FUNCTION 'FVD_CLI_CHECK_TARIFF' EXPORTING I_STRUCT_CLI_RATE = WA_INSURANCE_TARIFF I_STRUCT_CLI_INSURANCE = WA_INSURANCE_1 I_CHECK_TARIF = 'G' IMPORTING E_NUM_ERROR = NUM_ERROR E_RC = RC_CHECK.

FIMA_DAYS_AND_MONTHS_AND_YEARS CALL FUNCTION 'FIMA_DAYS_AND_MONTHS_AND_YEARS' EXPORTING I_DATE_FROM = DATE_FROM I_DATE_TO = -INSURANCE_END * I_FLG_SEPARATE = ' ' IMPORTING E_MONTHS = RUNTIME.

FSBP_READ_BUT000 CALL FUNCTION 'FSBP_READ_BUT000' EXPORTING I_PARTNER = -partnr IMPORTING E_BUT000 = REC_BUT000.

FVD_CLI_CHECK_PERS CALL FUNCTION 'FVD_CLI_CHECK_PERS' EXPORTING I_STRUCT_CLI_RATE = WA_INSURANCE_TARIFF I_STRUCT_CLI_PERS = WA_PERS_1 I_CHECK_PERS = 'G' IMPORTING E_NUM_ERROR = NUM_ERROR E_RC = RC_CHECK.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name IFVD_CLI_I0500 or its description.