SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable | Billing in Contract Accounts Receivable and Payable(FI-CA-BI) SAP FI

RFKKBI_BILLACC_CREATE_SAMPLE SAP ABAP Report - Create Billing Accounts for Test Purposes







RFKKBI_BILLACC_CREATE_SAMPLE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program allows you to create 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_BILLACC_CREATE_SAMPLE into the relevant SAP transactions such as SE38 or SE80


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 RFKKBI_BILLACC_CREATE_SAMPLE. "Basic submit
SUBMIT RFKKBI_BILLACC_CREATE_SAMPLE AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKBI_BILLACC_CREATE_SAMPLE 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: S_VKONT = D .
Selection Text: S_BAITY = D .
Selection Text: P_KOFIZ = D .
Selection Text: P_HOTB = D .
Selection Text: P_BRCAT = D .
Selection Text: P_BOM = D .
Selection Text: P_BIGRP = D .
Selection Text: P_BICYC = D .
Selection Text: P_BEGRU = D .
Selection Text: P_BATY = D .
Selection Text: P_BARM = D .
Selection Text: P_BARC = D .
Selection Text: P_TIMTO = Time To
Selection Text: P_TIMFR = Time From
Selection Text: P_SIM = Simulation
Selection Text: P_MSGSP = Log with Success Messages
Selection Text: P_DATTO = To Date
Selection Text: P_DATFR = From Date
Selection Text: P_BON1 = Start Number
Selection Text: P_BON = Number
Selection Text: P_BOBA = Billing Object per BA Item
Selection Text: P_BARN1 = Start Number
Selection Text: P_BARN = Number
Title: Create Billing Accounts for Test Purposes
Text Symbol: 010 = Header Data
Text Symbol: 009 = Create Billing Accounts for Test Purposes
Text Symbol: 008 = Create Billing Accounts for Test Purposes (Simulation)
Text Symbol: 007 = Number of Billing Accounts That Could Not Be Created
Text Symbol: 006 = Number of Created Billing Accounts
Text Symbol: 005 = External Reference
Text Symbol: 004 = Billing Object
Text Symbol: 003 = Term
Text Symbol: 002 = Billing Rate
Text Symbol: 001 = Billing Account
Text Symbol: 000 = Contract Account


INCLUDES used within this REPORT RFKKBI_BILLACC_CREATE_SAMPLE

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_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = lv_applk EXCEPTIONS OTHERS = 2.

BAPI_FKKBI_BILLACCOUNT_UPDATE CALL FUNCTION 'BAPI_FKKBI_BILLACCOUNT_UPDATE' EXPORTING billaccref = lv_ba_data-r billaccinsert = lv_ba_data-h * BILLACCUPDATE = IMPORTING billaccount = lv_billaccount TABLES billaccinserthist = lv_ba_data-hh billaccinsertitem = lv_ba_data-i extensionin = lv_ba_data-e return = lv_return_tab.

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_billacc_tab = lv_billaccount_tab im_log_handle = lv_log_handle.



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