SAP Reports / Programs

RFKKBIXBOR_CI_BIT SAP ABAP INCLUDE - Program for Object Type CI_BIT : Billable Item







RFKKBIXBOR_CI_BIT 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 RFKKBIXBOR_CI_BIT into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Program for Object Type CI_BIT : Billable Item


INCLUDES used within this REPORT RFKKBIXBOR_CI_BIT

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_BIX_BIT_SELECT_SINGLE CALL FUNCTION 'FKK_BIX_BIT_SELECT_SINGLE' EXPORTING i_srctatype = object-_fkkbixbit_it_bor-srctatype i_srctaid = object-_fkkbixbit_it_bor-srctaid i_bitpackuuid = lv_bitpackuuid i_bitpackcno = object-_fkkbixbit_it_bor-bitpackcno irt_bitstatus = lrt_bitstatus i_bit4_uninvoiced_req = 'X' i_bit4_invoiced_req = 'X' i_strucname = 'FKKBIXBIT_IT_DISP' IMPORTING et_bit_it_any = lt_bit_it_disp EXCEPTIONS not_found = 1 OTHERS = 2.

FKK_BIX_BIT_MON CALL FUNCTION 'FKK_BIX_BIT_MON' EXPORTING it_bit_it_disp = lt_bit_it_disp EXCEPTIONS not_found = 1 OTHERS = 2.

FKK_BIX_BIT_SELECT_SINGLE CALL FUNCTION 'FKK_BIX_BIT_SELECT_SINGLE' EXPORTING * i_vkont = i_vkont i_srctatype = object-key-sourcetransactiontype i_srctaid = object-key-sourcetransactionid i_bitpackuuid = lv_bitpackuuid i_bitpackcno = object-key-bitpackcno irt_bitstatus = lrt_bitstatus i_bit4_uninvoiced_req = 'X' i_bit4_invoiced_req = 'X' * IRT_BITREVERSAL = * IRT_BITREVERSED = * IRT_BILLREVERSAL = * IRT_BILLREVERSED = * I_NO_COLLECT = i_strucname = 'FKKBIXBIT_IT_BOR' IMPORTING et_bit_it_any = lt_bit_it_bor EXCEPTIONS not_found = 1 OTHERS = 2.



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