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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
IFVD_BILL_PROCESS_F01 - IFVDBILLPROCESSF01 IFVD_BILL_PROCESS_D01 - IFVDBILLPROCESSD01 IFVD_BILL_PROCESS_C01 - IFVDBILLPROCESSC01 IFVD_BAFIN_CLOSE_PARTNER_ZGP - IFVDBAFINCLOSEPARTNERZGP IFVD_BAFIN_CLOSE_PARTNER - IFVDBAFINCLOSEPARTNER IFVD_BAFIN_CLOSE_LOCK_VDARL_46 - Include D_BAFIN_CLOSE_LOAN_INSERT_DF01