RFKKBIXBIT02TRANSFER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Creation of billable items from raw data During the transfer of data from feeder systems, the system normally stores the data as billable items...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 RFKKBIXBIT02TRANSFER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FKKBIXBIT02_TRANS - Transfer Raw Data to Billable Items
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: MDCAT = D .
Selection Text: P_FRESEL = Further Selections
Selection Text: P_SIMU = Simulation Run
Selection Text: BITCAT = D .
Selection Text: BITCRDAT = D .
Selection Text: BITTYPE = D .
Selection Text: GPART = D .
Selection Text: SRCTAID = D .
Selection Text: SRCTATY = D .
Selection Text: SUBPROC = D .
Selection Text: VKONT = D .
Text Symbol: 001 = MasterData
Text Symbol: 003 = Source Transactions
Text Symbol: 004 = Additional Criteria
Text Symbol: 005 = Further Selections
Text Symbol: 006 = Simulation Run
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_INV_MDCAT_SELECT CALL FUNCTION 'FKK_INV_MDCAT_SELECT' IMPORTING ev_only_fica_active = lv_only_fica.
FKK_BIX_BIT02_TRANS_SINGLE CALL FUNCTION 'FKK_BIX_BIT02_TRANS_SINGLE' EXPORTING it_gpart_range = gpart[] it_vkont_range = vkont[] it_mdcat_range = mdcat[] it_srctatype_range = srctaty[] it_srctaid_range = srctaid[] it_bitcat_range = bitcat[] it_subprocess_range = subproc[] it_bittype_range = bittype[] it_bitcrdate_range = bitcrdat[] it_further_sel = p_where-where_tab[] iv_testrun = p_simu i_dialog = l_dialog.
FKK_INV_FREE_SELECTION CALL FUNCTION 'FKK_INV_FREE_SELECTION' EXPORTING i_structure = cl_fkkbix_co=>gc_free_sel_bit0_it it_fields_excluding = gt_excfield it_fields_default_sel = gt_default_sel CHANGING c_where = p_where.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKBIXBIT02TRANSFER - documentation and ABAP source code RFKKBIXBIT02TRANSFER - documentation and ABAP source code RFKKBIX02 - Billing in FI-CA (Individual Creation) RFKKBIX02 - Billing in FI-CA (Individual Creation) RFKKBIX01TOP - documentation and ABAP source code RFKKBIX01 - Billing in Contract Accounts Receivable and Payable (Mass Creation)