F9070F01 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 F9070F01 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.
Title: Include F9070F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WLF_RGLI_FILL_COPY_PARAMETERS call function 'WLF_RGLI_FILL_COPY_PARAMETERS' exporting i_wbeln = p_komlfk-wbeln i_popup = l_popup i_customer_change = s_kund i_lifre_new = x_lifre i_lnrzb_new = x_lnrzb i_wfdat_new = x_wfdat i_lfart_new = x_lfart i_idobj_vendor_new = x_idobjv i_idobj_type_v_new = x_idtypv i_wrart_new = x_wrart i_cancel_active = l_cancel_active i_selective = s_part i_post_party = s_party i_only_select = l_only_select importing e_komzrle = p_komzrle e_komzrlex = p_komzrlex e_partner_change = p_partner_change e_invoice_date = p_invoice_date e_invoice_type = p_invoice_type e_payment_type = p_payment_type tables t_copy_parameters = t_copy_parameters t_komzrke = t_komzrke t_komzrkex = t_komzrkex exceptions read_error = 1 cancelled_by_user = 2 alv_error = 3 check_error = 4 others = 5.
WLF_REGU_LIST_CANCEL call function 'WLF_REGU_LIST_CANCEL' exporting i_documentnumber = p_komlfk-wbeln i_invoice_date = p_invoice_date i_bill_reason = s_lfgru i_post_party = s_party i_enqueue = p_enqueue tables t_error_messages = t_error_messages t_copy_parameters = t_copy_parameters t_komlfktxt = lt_komlfktxt.
WLF_REGU_LIST_COPY call function 'WLF_REGU_LIST_COPY' exporting i_documentnumber = p_komlfk-wbeln i_with_posting = 'X' i_partner_change = p_partner_change i_invoice_date = p_invoice_date i_invoice_type = p_invoice_type i_payment_type = p_payment_type i_bill_reason = s_lfgru i_post_party = s_party i_currency = x_waerl i_enqueue = p_enqueue tables t_error_messages = t_error_messages t_copy_parameters = t_copy_parameters t_komlfktxt = lt_komlfktxt.
WLF_REGU_LIST_COPY_AND_ADD call function 'WLF_REGU_LIST_COPY_AND_ADD' exporting i_komzrle = p_komzrle i_komzrlex = p_komzrlex i_with_posting = yes i_partner_change = p_partner_change i_invoice_date = p_invoice_date i_invoice_type = p_invoice_type i_payment_type = p_payment_type i_bill_reason = s_lfgru i_post_party = s_party i_currency = x_waerl tables t_error_messages = t_error_messages t_komzrke = t_komzrke t_komzrkex = t_komzrkex t_komzrpe = lt_komzrpe t_komzrpex = lt_komzrpex t_komlfk = lt_komlfk t_komlfp = lt_komlfp t_komlfl = lt_komlfl t_komv = lt_komv t_komk = lt_komk t_copy_parameters = t_copy_parameters t_komlfktx = lt_komlfktx.
WLF_RGLI_COPY_PROCESS call function 'WLF_RGLI_COPY_PROCESS' exporting i_wbeln = p_komlfk-wbeln i_partner_change = p_partner_change i_invoice_date = p_invoice_date i_invoice_type = p_invoice_type i_payment_type = p_payment_type i_bill_reason = s_lfgru i_post_party = s_party i_currency = x_waerl tables t_error_messages = t_error_messages t_komlfktxt = lt_komlfktxt t_copy_parameters = t_copy_parameters.
WLF_RGLI_COPY_AND_ADD_PROCESS call function 'WLF_RGLI_COPY_AND_ADD_PROCESS' exporting i_komzrle = p_komzrle i_komzrlex = p_komzrlex i_partner_change = p_partner_change i_invoice_date = p_invoice_date i_invoice_type = p_invoice_type i_payment_type = p_payment_type i_bill_reason = s_lfgru i_post_party = s_party i_currency = x_waerl tables t_error_messages = t_error_messages t_komzrke = t_komzrke t_komzrkex = t_komzrkex t_komlfktxt = lt_komlfktxt t_copy_parameters = t_copy_parameters.
WLF_REGU_LIST_CANCEL_AND_COPY call function 'WLF_REGU_LIST_CANCEL_AND_COPY' exporting i_documentnumber = p_komlfk-wbeln i_partner_change = p_partner_change i_invoice_date = p_invoice_date i_invoice_date_cancel = p_invoice_date i_invoice_type = p_invoice_type i_payment_type = p_payment_type i_bill_reason = s_lfgru i_post_party = s_party i_currency = x_waerl tables t_error_messages = t_error_messages t_copy_parameters = t_copy_parameters t_komlfktxt_cancel = lt_komlfktxt t_komlfktxt_copy = lt_komlfktxt2.
WLF_RGLI_CANCEL_COPY_AND_ADD call function 'WLF_RGLI_CANCEL_COPY_AND_ADD' exporting i_documentnumber = p_komlfk-wbeln i_komzrle = p_komzrle i_komzrlex = p_komzrlex i_partner_change = p_partner_change i_invoice_date = p_invoice_date i_invoice_date_cancel = p_invoice_date i_invoice_type = p_invoice_type i_payment_type = p_payment_type i_bill_reason = s_lfgru i_post_party = s_party i_currency = x_waerl tables t_error_messages = t_error_messages t_copy_parameters = t_copy_parameters t_komzrke = t_komzrke t_komzrkex = t_komzrkex t_komlfktxt_cancel = lt_komlfktxt t_komlfktx = lt_komlfktx.
WLF_RGLI_CANCEL_COPY_PROCESS call function 'WLF_RGLI_CANCEL_COPY_PROCESS' exporting i_wbeln = p_komlfk-wbeln i_commit_after_cancel = yes i_partner_change = p_partner_change i_invoice_date = p_invoice_date i_invoice_type = p_invoice_type i_payment_type = p_payment_type i_bill_reason = s_lfgru i_post_party = s_party i_currency = x_waerl tables t_error_messages = t_error_messages t_copy_parameters = t_copy_parameters t_komlfktxt_cancel = lt_komlfktxt t_komlfktxt_copy = lt_komlfktxt2.
WLF_RGLI_CANCEL_COPY_ADD_PROCE call function 'WLF_RGLI_CANCEL_COPY_ADD_PROCE' exporting i_komzrle = p_komzrle i_komzrlex = p_komzrlex i_commit_after_cancel = yes i_partner_change = p_partner_change i_invoice_date = p_invoice_date i_invoice_date_cancel = p_invoice_date i_invoice_type = p_invoice_type i_payment_type = p_payment_type i_bill_reason = s_lfgru i_post_party = s_party i_currency = x_waerl tables t_error_messages = t_error_messages t_copy_parameters = t_copy_parameters t_komzrke = t_komzrke t_komzrkex = t_komzrkex t_komlfktxt_cancel = lt_komlfktxt t_komlfktxt = lt_komlfktxt2.
WLF_REGU_LIST_ITEMS_COPY call function 'WLF_REGU_LIST_ITEMS_COPY' exporting i_documentnumber = p_komlfk-wbeln i_invoice_type = p_invoice_type i_invoice_date = p_invoice_date i_payment_type = p_payment_type i_bill_reason = s_lfgru i_with_posting = yes i_enqueue = p_enqueue i_commit = no i_currency = x_waerl i_partner_change = p_partner_change i_post_party = s_party tables t_error_messages = t_error_messages t_copy_list_parameters = t_copy_parameters t_komlfktxt = lt_komlfktxt.
WLF_REGU_LIST_CANCEL_ITEM_COPY call function 'WLF_REGU_LIST_CANCEL_ITEM_COPY' exporting i_documentnumber = p_komlfk-wbeln i_invoice_date = p_invoice_date i_invoice_type = p_invoice_type i_payment_type = p_payment_type i_partner_change = p_partner_change i_bill_reason = s_lfgru i_post_party = s_party i_currency = x_waerl i_enqueue = p_enqueue tables t_error_messages = t_error_messages t_copy_list_parameters = t_copy_parameters t_komlfktxt_cancel = lt_komlfktxt t_komlfktxt_copy = lt_komlfktxt2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.