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

IFVD_BILL_PROCESS_F01 SAP ABAP INCLUDE - IFVDBILLPROCESSF01







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

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_BILL_DISPLAY_SIMULATION

FVD_BILL_DISPLAY_SIMULATE_WRAP * CALL FUNCTION 'FVD_BILL_DISPLAY_SIMULATION' " XWU changed to next line, 04 04 2005 CALL FUNCTION 'FVD_BILL_DISPLAY_SIMULATE_WRAP' EXPORTING i_tab_vdbill_res_head = g_tab_vdbill_res_head i_tab_vdbill_items = g_tab_vdbill_items i_obj_bill_log = g_billing_log.

FVD_BILL_OBJ_PROCESS CALL FUNCTION 'FVD_BILL_OBJ_PROCESS' STARTING NEW TASK l_taskname DESTINATION IN GROUP p_sgroup PERFORMING return_billing_process_info ON END OF TASK EXPORTING i_bill_date = p_billdt i_app_log_object = con_appl_object i_simulation = p_sim i_tab_vdbill_key = p_tab_key i_ext_logno = g_ext_logno i_commit = 'X' * IMPORTING * e_tab_vdbill_hist = g_tab_vdbill_hist * e_tab_vdbill_res_head = g_tab_vdbill_res_head * e_tab_vdbill_items = g_tab_vdbill_items EXCEPTIONS communication_failure = 1 MESSAGE l_msg_text system_failure = 2 MESSAGE l_msg_text resource_failure = 3.

FVD_BILL_OBJ_PROCESS CALL FUNCTION 'FVD_BILL_OBJ_PROCESS' EXPORTING i_bill_date = p_billdt i_app_log_object = con_appl_object i_simulation = p_sim i_tab_vdbill_key = p_tab_key i_ext_logno = g_ext_logno i_commit = 'X' IMPORTING e_tab_vdbill_hist = l_tab_vdbill_hist e_tab_vdbill_res_head = l_tab_vdbill_res_head e_tab_vdbill_items = l_tab_vdbill_items.



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