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
Below is a list of transaction codes which are relevant to this SAP report
FKKINV_BW_SIM - Individ. Simulation of BW Extraction
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.
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)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKINV_BWEXTRACT_SIM - Individual Simulation of BI Extraction RFKKINV_BWEXTRACT_SIM - Individual Simulation of BI Extraction RFKKINV_BILLDOC_DISP - Display Billing Document RFKKINV_BILLDOC_DISP - Display Billing Document RFKKINV_ARCH_TOP - RFKKINVARCHTOP RFKKINV_ARCH_INVDOC_READ - Display Archived Invoicing Documents