RFKKBIXCITSAMPLE 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 generate consumption items for test purposes...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 RFKKBIXCITSAMPLE 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: P_VTREF = D .
Selection Text: P_SUBAP = D .
Selection Text: P_RATGR = D .
Selection Text: P_PRBCL = D .
Selection Text: P_GPART = D .
Selection Text: P_CONDAT = D .
Selection Text: P_CITTYP = D .
Selection Text: P_CITCAT = D .
Selection Text: P_APPLK = D .
Selection Text: P_PKGSZ = No. Cons.Items per API Call
Selection Text: P_NOSTA = No. of Source Trans. per GPART
Title: Creation of Consumption Items for Test
Text Symbol: 028 = Number of Contract Accounts Processed
Text Symbol: 027 = Number of Source Transactions with Errors
Text Symbol: 026 = Number of Generated Source Transactions
Text Symbol: 020 = Number of Generated Billable Items
Text Symbol: 019 = Period
Text Symbol: 018 = Call Data
Text Symbol: 017 = Other Settings
Text Symbol: 011 = Enter the class first
Text Symbol: 010 = Generation of Sample Data
Text Symbol: 009 = Package Size
Text Symbol: 008 = Log
Text Symbol: 002 = Main Items
Text Symbol: 001 = Master Data
Text Symbol: 000 = Source Transactions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_BIX_TESTDATA_AUTH_CHECK CALL FUNCTION 'FKK_BIX_TESTDATA_AUTH_CHECK'.
FKK_BIX_CITCAT_CONFIG_DISP CALL FUNCTION 'FKK_BIX_CITCAT_CONFIG_DISP' EXPORTING i_citcat = p_citcat.
FKK_BIX_CIT_SAMPLE_CREATE CALL FUNCTION 'FKK_BIX_CIT_SAMPLE_CREATE' EXPORTING i_sample_params = ls_sample_params i_dialog = 'X' i_prbcl = p_prbcl i_debug = gv_break i_testrun = gv_test i_package_size = p_pkgsz IMPORTING et_cit0 = lt_cit0 et_cit2 = lt_cit2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKBIXCITSAMPLE - Creation of Consumption Items for Test RFKKBIXCITSAMPLE - Creation of Consumption Items for Test RFKKBIXCITRATE02 - Perform Rating for Consumption Items (Individual Processing) RFKKBIXCITRATE02 - Perform Rating for Consumption Items (Individual Processing) RFKKBIXCITRATE01TOP - documentation and ABAP source code RFKKBIXCITRATE01 - Perform Rating for Consumption Items (Mass Processing)