SAP Reports / Programs | Financial Services | Loans Management | Portfolio(FS-CML-PO) SAP FS

IFVD_BILL_PROCESS_F02 SAP ABAP INCLUDE - IFVDBILLPROCESSF02







IFVD_BILL_PROCESS_F02 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_BILL_PROCESS_F02 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_BILL_PROCESS_F02. "Basic submit
SUBMIT IFVD_BILL_PROCESS_F02 AND RETURN. "Return to original report after report execution complete
SUBMIT IFVD_BILL_PROCESS_F02 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_BILL_PROCESS_F02

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_DB_VDARL_GET_SNG CALL FUNCTION 'FVD_DB_VDARL_GET_SNG' EXPORTING i_bukrs = p_vdarl_key-bukrs i_sarchiv = p_vdarl_key-sarchiv i_ranl = p_vdarl_key-ranl IMPORTING e_str_vdarl = c_vdarl * EXCEPTIONS * contract_not_found = 1 * OTHERS = 2 .

FVD_API_STOP_CHECK * CALL FUNCTION 'FVD_API_STOP_CHECK' * EXPORTING * i_bukrs = p_vdarl_key-bukrs * i_ranl = p_vdarl_key-ranl * i_stop = con_stop_bill * IMPORTING * e_flg_stop = c_stop_code * EXCEPTIONS * other_error = 1 * OTHERS = 2.

FVD_API_STOP_ACTION_CHECK CALL FUNCTION 'FVD_API_STOP_ACTION_CHECK' EXPORTING i_bukrs = p_vdarl_key-bukrs i_ranl = p_vdarl_key-ranl i_stop_action = con_stop_bill IMPORTING e_flg_stop_action = c_stop_code * E_TAB_STOP_ACTION = EXCEPTIONS error_stop_assignment = 1 other_error = 2 OTHERS = 3 .

FVD_DB_VDBILL_CONTROL_GET_SNG * CALL FUNCTION 'FVD_DB_VDBILL_CONTROL_GET_SNG' * EXPORTING * i_bukrs = p_vdarl_key-bukrs * i_ranl = p_vdarl_key-ranl * IMPORTING * e_str_vdbill_control = c_vdbill_control * EXCEPTIONS * not_found = 1 * OTHERS = 2.

FVD_BILL_GET_BUS_PARTNER CALL FUNCTION 'FVD_BILL_GET_BUS_PARTNER' EXPORTING i_partner = p_vdarl-rdarnehm IMPORTING e_rvd_bill_res_bp = c_res_bp EXCEPTIONS address_not_found = 1 OTHERS = 2 .

FVD_BILL_OBJ_TDBILL_PAR_READ CALL FUNCTION 'FVD_BILL_OBJ_TDBILL_PAR_READ' EXPORTING i_gsart = l_gsart i_flg_from_buffer = 'X' IMPORTING e_str_tdbill_par = l_tdbill_par EXCEPTIONS not_found = 1 OTHERS = 2.

FVD_BILL_OBJ_GET_LAST_BILL CALL FUNCTION 'FVD_BILL_OBJ_GET_LAST_BILL' EXPORTING i_bukrs = p_vdarl_key-bukrs i_ranl = p_vdarl_key-ranl i_flg_from_buffer = con_on IMPORTING e_str_vdbill_hist = c_vdbill_hist EXCEPTIONS not_found = 1 OTHERS = 2.



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_BILL_PROCESS_F02 or its description.