SAP Reports / Programs

RFKKBIXBITBMON SAP ABAP Report - Analysis of Billable Items







RFKKBIXBITBMON is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to monitor 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 RFKKBIXBITBMON 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

FKKBIXBITB_MON - Analysis of 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 RFKKBIXBITBMON. "Basic submit
SUBMIT RFKKBIXBITBMON AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKBIXBITBMON 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: VKONT = D .
Selection Text: SUBPROC = D .
Selection Text: SRCTATY = D .
Selection Text: SRCTAID = D .
Selection Text: P_NO_MAX = D .
Selection Text: P_MAXSEL = D .
Selection Text: MDCAT = D .
Selection Text: GPART = D .
Selection Text: EXCUSNAM = D .
Selection Text: EXCTIME = D .
Selection Text: EXCREAS = D .
Selection Text: EXCDATE = D .
Selection Text: BITTYPE = D .
Selection Text: BITCRDAT = D .
Selection Text: BITCAT = D .
Selection Text: BILLPROC = D .
Selection Text: BILLFRST = D .
Selection Text: P_STAT3 = Excepted
Selection Text: P_STAT2 = Billable
Selection Text: P_FRESEL = Further Selections
Selection Text: BITDATE = D .
Title: Analysis of Billable Items
Text Symbol: 101 = Exception Data
Text Symbol: 009 = No. of Items
Text Symbol: 008 = Further Selections
Text Symbol: 005 = Technical Data
Text Symbol: 004 = Additional Criteria
Text Symbol: 003 = Source Transactions
Text Symbol: 002 = Master Data
Text Symbol: 001 = Status


INCLUDES used within this REPORT RFKKBIXBITBMON

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_BIT2_MON CALL FUNCTION 'FKK_BIX_BIT2_MON' 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_bitdate_range = bitdate[] it_bitcrdate_range = bitcrdat[] it_bill_first_range = billfrst[] iv_bill_process = billproc it_further_sel = p_where-where_tab[] iv_maxsel = p_maxsel.

FKK_BIX_BIT3_MON CALL FUNCTION 'FKK_BIX_BIT3_MON' 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_bitdate_range = bitdate[] it_bitcrdate_range = bitcrdat[] it_bill_first_range = billfrst[] iv_bill_process = billproc it_excdate_range = excdate[] it_exctime_range = exctime[] it_excreason_range = excreas[] it_excusname_range = excusnam[] it_further_sel = p_where-where_tab[] iv_maxsel = p_maxsel.

FKK_BIX_BIT_GET_FIELDS_FOR_MON CALL FUNCTION 'FKK_BIX_BIT_GET_FIELDS_FOR_MON' EXPORTING iv_bitstatus = cl_fkkbix_co=>gc_bitstatus_2 iv_bitrectype = cl_fkkbix_co=>gc_rectype_it iv_strucname = cl_fkkbix_co=>gc_free_sel_bit2_it IMPORTING et_fields_exc = gt_excfield.

FKK_INV_FREE_SELECTION CALL FUNCTION 'FKK_INV_FREE_SELECTION' EXPORTING i_structure = cl_fkkbix_co=>gc_free_sel_bit2_it it_fields_excluding = gt_excfield it_fields_default_sel = gt_default_sel i_restriction = ls_freesel_restrict CHANGING c_where = p_where.

FKK_BIX_BIT2_SELECT_COUNT CALL FUNCTION 'FKK_BIX_BIT2_SELECT_COUNT' 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_bitdate_range = bitdate[] it_bitcrdate_range = bitcrdat[] it_bill_first_range = billfrst[] iv_bill_process = billproc it_further_sel = p_where-where_tab[].

FKK_BIX_BIT3_SELECT_COUNT CALL FUNCTION 'FKK_BIX_BIT3_SELECT_COUNT' 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_bitdate_range = bitdate[] it_bitcrdate_range = bitcrdat[] it_bill_first_range = billfrst[] iv_bill_process = billproc it_excdate_range = excdate[] it_exctime_range = exctime[] it_excreason_range = excreas[] it_excusname_range = excusnam[] it_further_sel = p_where-where_tab[].



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