SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable | Convergent Invoicing(FI-CA-INV) SAP FI

RFKKINV_BWEXTRACT_SIM SAP ABAP Report - Individual Simulation of BI Extraction







RFKKINV_BWEXTRACT_SIM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report simulates BI extraction for individual invoicing documents...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FKKINV_BW_SIM - Individ. Simulation of BW Extraction


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 RFKKINV_BWEXTRACT_SIM. "Basic submit
SUBMIT RFKKINV_BWEXTRACT_SIM AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKINV_BWEXTRACT_SIM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_DATASC = D .
Selection Text: P_MAXREC = D .
Selection Text: P_NO_MAX = D .
Selection Text: SE_DOCNO = D .
Selection Text: SE_FIKEY = D .
Selection Text: SE_GPART = D .
Selection Text: SE_INVPR = D .
Selection Text: SE_VKONT = D .
Title: Individual Simulation of BI Extraction
Text Symbol: F01 = Selection Criteria
Text Symbol: F04 = Technical Options
Text Symbol: T01 = Selected Invoicing Documents: &1 Records
Text Symbol: T02 = (Limited)


INCLUDES used within this REPORT RFKKINV_BWEXTRACT_SIM

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:

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = wa_applk EXCEPTIONS no_appl_selected = 1 OTHERS = 2.

FKK_INV_BW_DATA_SOURCE_CHECK CALL FUNCTION 'FKK_INV_BW_DATA_SOURCE_CHECK' EXPORTING i_datasource = p_datasc.

FKK_INVDOC_SELECT CALL FUNCTION 'FKK_INVDOC_SELECT' EXPORTING i_max_num_invoices = p_max_num_invoices i_applk = p_applk i_invdocno_ranges = p_docno_ranges i_gpart_ranges = p_gpart_ranges i_vkont_ranges = p_vkont_ranges i_fikey_ranges = p_fikey_ranges i_inv_process_ranges = p_inv_process_ranges i_invoiced = 'X' i_accept_simulated = ' ' IMPORTING e_fkkinvdoc_h_tab = pt_fkkinvdoc_h.

FKK_INV_PROCESS_DATA_CHECK_GET CALL FUNCTION 'FKK_INV_PROCESS_DATA_CHECK_GET' EXPORTING i_applk = wa_fkkinvdoc_h-applk i_inv_process = wa_fkkinvdoc_h-inv_process IMPORTING e_datasource = l_datasource.



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