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
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.
Title: Program for Object Type CI_BIT : Billable Item
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKBIXBOR_CI_BIT - Program for Object Type CI_BIT : Billable Item RFKKBIXBOR_CI_BIT - Program for Object Type CI_BIT : Billable Item RFKKBIXBITXDELETE_TOP - RFKKBIXBITXDELETETOP RFKKBIXBITXDELETE_F01 - RFKKBIXBITXDELETEF01 RFKKBIXBITXDELETE - Deletion of Excepted Items RFKKBIXBITXDELETE - Deletion of Excepted Items