SAP Reports / Programs

RFKKBIXBITMON SAP ABAP Report - Display of Billable Items







RFKKBIXBITMON 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 program to display 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 RFKKBIXBITMON 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

FKKBIXBIT_MON - Display 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 RFKKBIXBITMON. "Basic submit
SUBMIT RFKKBIXBITMON AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKBIXBITMON 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: BITCRDAT = Created On
Selection Text: FRESEL = More Selections Exist
Selection Text: BILDOCNO = D .
Selection Text: BILLFIRS = D .
Selection Text: BITDATE = D .
Selection Text: BITTYPE = D .
Selection Text: BLCRDATE = D .
Selection Text: GPART = D .
Selection Text: INVDOCNO = D .
Selection Text: MAKEY = D .
Selection Text: MAXSEL = D .
Selection Text: MDCAT = D .
Selection Text: NO_MAX = D .
Selection Text: PPACC = D .
Selection Text: PPACTION = D .
Selection Text: SELM = D .
Selection Text: SRCTAID = D .
Selection Text: SRCTYPE = D .
Selection Text: SUBAP = D .
Selection Text: SUBPROC = D .
Selection Text: VKONT = D .
Selection Text: VTREF = D .
Selection Text: BITCAT = Billable Item Class
Selection Text: BIT4NINV = Billed - Not Invoiced
Selection Text: BIT4INV = Invoiced
Selection Text: BIT3 = Billable - Excepted
Selection Text: BIT2 = Billable
Selection Text: BIT1 = Raw - Excepted
Selection Text: BIT0 = Raw
Title: Display of Billable Items
Text Symbol: 001 = Processing Status
Text Symbol: 002 = Master Data
Text Symbol: 003 = Source Transactions
Text Symbol: 004 = Additional Criteria
Text Symbol: 005 = Technical Data
Text Symbol: 007 = Further Selections
Text Symbol: 009 = Criteria for Billed Items
Text Symbol: 014 = Selection Variant





Text Symbol: 015 = Billing Procedure
Text Symbol: 016 = Additional Master Data
Text Symbol: 017 = Prepaid
Text Symbol: 018 = Postpaid
Text Symbol: 019 = Contract
Text Symbol: 020 = Subapplication
Text Symbol: 021 = Number of Items


INCLUDES used within this REPORT RFKKBIXBITMON

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_CHECK_FIELD_ACTIVE CALL FUNCTION 'FKK_BIX_BIT_CHECK_FIELD_ACTIVE' EXPORTING iv_fieldname = 'MAKEY' IMPORTING ev_field_active = gv_makey_active EXCEPTIONS OTHERS = 0.

FKK_BIX_BIT_CHECK_FIELD_ACTIVE CALL FUNCTION 'FKK_BIX_BIT_CHECK_FIELD_ACTIVE' EXPORTING iv_fieldname = 'PPACC' IMPORTING ev_field_active = gv_prep_active EXCEPTIONS OTHERS = 0.

FKK_BIX_BIT_CHECK_FIELD_ACTIVE CALL FUNCTION 'FKK_BIX_BIT_CHECK_FIELD_ACTIVE' EXPORTING iv_fieldname = 'VTREF' IMPORTING ev_field_active = gv_vtref_active EXCEPTIONS OTHERS = 0.

FKK_SUBAP_CHECK CALL FUNCTION 'FKK_SUBAP_CHECK' EXPORTING i_check_any = abap_true IMPORTING e_active = gv_subap_active.

FKK_BIX_BIT_MON_GET_SELCRIT CALL FUNCTION 'FKK_BIX_BIT_MON_GET_SELCRIT' IMPORTING et_selm = lt_selm.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'SELM' values = values.

FKK_INV_MDCAT_SELECT CALL FUNCTION 'FKK_INV_MDCAT_SELECT' IMPORTING ev_only_fica_active = lv_only_fica.

FKK_BIX_BIT_GET_FIELDS_FOR_MON CALL FUNCTION 'FKK_BIX_BIT_GET_FIELDS_FOR_MON' IMPORTING et_fields_exc = lt_fields_exc.

FKK_INV_FREE_SELECTION CALL FUNCTION 'FKK_INV_FREE_SELECTION' EXPORTING i_structure = cl_fkkbix_co=>gc_free_sel_bit_it it_fields_excluding = lt_fields_exc it_fields_default_sel = lt_fields_default_sel CHANGING c_where = where.

FKK_BIX_BIT_SELECT_COUNT CALL FUNCTION 'FKK_BIX_BIT_SELECT_COUNT' EXPORTING i_show_result = 'X' i_bit0 = bit0 i_bit1 = bit1 i_bit2 = bit2 i_bit3 = bit3 i_bit4 = lv_bit4 irt_gpart = gpart[] irt_vkont = vkont[] irt_makey = makey[] irt_vtref = vtref[] irt_subap = subap[] irt_srctatype = srctype[] irt_srctaid = srctaid[] irt_bitcat = bitcat[] irt_bitstatus = grt_bitstatus[] irt_subprocess = subproc[] irt_bittype = bittype[] irt_bitdate = bitdate[] irt_bitcrdate = bitcrdat[] irt_bill_first = billfirs[] irt_billcrdate = blcrdate[] irt_billdocno = bildocno[] it_further_sel = where-where_tab[].

FKK_BIX_BIT_MON CALL FUNCTION 'FKK_BIX_BIT_MON' EXPORTING irt_gpart = gpart[] irt_vkont = vkont[] irt_makey = makey[] irt_vtref = vtref[] irt_subap = subap[] irt_ppacc = ppacc[] irt_prepaid = lrt_prepaid irt_srctatype = srctype[] irt_srctaid = srctaid[] irt_bitstatus = grt_bitstatus[] irt_bitcat = bitcat[] irt_bitcrdate = bitcrdat[] irt_bittype = bittype[] irt_subprocess = subproc[] irt_billcrdate = blcrdate[] irt_bitdate = bitdate[] irt_invdocno = invdocno[] irt_billdocno = bildocno[] irt_mdcat = mdcat[] irt_bill_first = billfirs[] it_further_sel = where-where_tab[] i_bit4_uninvoiced_req = bit4ninv i_bit4_invoiced_req = bit4inv i_maxrec = maxsel EXCEPTIONS not_found = 1 OTHERS = 2.

AS_API_BROWSER_CALL CALL FUNCTION 'AS_API_BROWSER_CALL' EXPORTING i_object = cl_fkkbix_co=>gc_fkkbixbit4_arch_obj * I_INFOSTRUC = * I_AD_HOC = ' ' EXCEPTIONS infostruc_not_found = 1 infostruc_inconsistent = 2 infostruc_inactive = 3 OTHERS = 4.

FKK_BIX_BIT_MON_PERSONALIZE CALL FUNCTION 'FKK_BIX_BIT_MON_PERSONALIZE' CHANGING c_selm = selm ct_selm_usr = lt_selm.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'SELM' values = values.



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