SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable | Convergent Invoicing(FI-CA-INV) SAP FI

RFKKBIXBITXDELETE SAP ABAP Report - Deletion of Excepted Items







RFKKBIXBITXDELETE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The system saves excepted 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 RFKKBIXBITXDELETE 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

FKKBIXBITX_DEL - Delete Excepted 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 RFKKBIXBITXDELETE. "Basic submit
SUBMIT RFKKBIXBITXDELETE AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKBIXBITXDELETE 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: P_BIT1 = Raw - Excepted
Selection Text: P_BIT3 = Billable - Excepted
Selection Text: P_BITCAT = Billable Item Class
Selection Text: P_CUST = To-Date per Customizing
Selection Text: P_EXDATE = To Exception Date
Selection Text: P_FIX = Alternative To-Date
Selection Text: P_DELPRD = D .
Selection Text: P_DELTST = D .
Selection Text: S_REASON = D .
Title: Deletion of Excepted Items
Text Symbol: 001 = Excepted Items
Text Symbol: 002 = Billable Item Class
Text Symbol: 003 = Determination of Residence Time
Text Symbol: 004 = Alternative Residence Time
Text Symbol: 005 = Deletion of Excepted Items
Text Symbol: 006 = Deleted Entries
Text Symbol: 007 = Exception Reason
Text Symbol: 008 = Deletable Entries


INCLUDES used within this REPORT RFKKBIXBITXDELETE

INCLUDE RFKKBIXBITXDELETE_TOP.


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_DEL_AUTH_CHECK CALL FUNCTION 'FKK_BIX_DEL_AUTH_CHECK'.

FKK_BIX_BIT1_BIT3_DELETE CALL FUNCTION 'FKK_BIX_BIT1_BIT3_DELETE' EXPORTING i_bitcat = p_bitcat i_bitstatus = gv_bitstatus i_bitexcdate_to = p_exdate it_excreason_range = s_reason[] i_testrun = p_deltst IMPORTING ev_bit_cnt = gv_bit_cnt et_bitx_del = gt_bitx_del.

FKK_BIX_SHOW_RESULTS CALL FUNCTION 'FKK_BIX_SHOW_RESULTS' EXPORTING i_gui_title = text-005 it_msg_disp = lt_msg_disp i_process = 'D'. "delete

DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING dokclass = 'RE' dokname = sy-repid short_text = 'X' EXCEPTIONS OTHERS = 1.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'DELE' TABLES p_exclude = gt_excl_ok_codes EXCEPTIONS error_message = 0 OTHERS = 0.



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