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
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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_BILLACC_CREATE_SAMPLE - Create Billing Accounts for Test Purposes RFKKBI_BILLACC_CREATE_SAMPLE - Create Billing Accounts for Test Purposes RFKKBI_BILLACC_CHANGE_SAMPLE - Change Billing Accounts for Test Purposes RFKKBI_BILLACC_CHANGE_SAMPLE - Change Billing Accounts for Test Purposes RFKKBI_BILLACC_BOR - Program for Object Type FKKBILLACC: Billing Account RFKKBI_BILLACC_BOR - Program for Object Type FKKBILLACC: Billing Account