SAP Reports / Programs

RFKKBIXBIT02TRANSFER SAP ABAP Report - documentation and ABAP source code







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


Transaction Code(s):

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

FKKBIXBIT02_TRANS - Transfer Raw Data to Billable Items


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 RFKKBIXBIT02TRANSFER. "Basic submit
SUBMIT RFKKBIXBIT02TRANSFER AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKBIXBIT02TRANSFER 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: 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


INCLUDES used within this REPORT RFKKBIXBIT02TRANSFER

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_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.



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