RFKKBI_BILLPROC_LOG 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 log the definition of billing procedures...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 RFKKBI_BILLPROC_LOG into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FKKBI_BILLPROC_LOG - Log Billing Procedures
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.
Selection Text: SIM = Simulation
Selection Text: BILLPROC = D .
Title: Log Billing Procedures
Text Symbol: 001 = Check Definition of Billing Procedures
Text Symbol: 002 = Number of Consistent Billing Procedures
Text Symbol: 003 = Number of Inconsistent Billing Procedures
Text Symbol: 004 = Number of Logged Billing Procedures
Text Symbol: 005 = Number of Changed Billing Procedures
Text Symbol: 006 = Check Definition of Billing Procedures (Simulation)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_BI_SHOW_PROGRAM_RESULTS call function 'FKK_BI_SHOW_PROGRAM_RESULTS' exporting im_header = lv_header im_results = lv_result_tab im_process = space im_log_handle = lv_log_handle.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKBI_BILLPROC_LOG - Log Billing Procedures RFKKBI_BILLPROC_LOG - Log Billing Procedures RFKKBI_BILLACC_MON_FORMS - RFKKBIBILLACCMONFORMS RFKKBI_BILLACC_MON - Monitor Billing Accounts RFKKBI_BILLACC_MON - Monitor Billing Accounts RFKKBI_BILLACC_CREATE_SAMPLE - Create Billing Accounts for Test Purposes