SAP Reports / Programs

RFKKBIXCITSAMPLE SAP ABAP Report - Creation of Consumption Items for Test







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


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 RFKKBIXCITSAMPLE. "Basic submit
SUBMIT RFKKBIXCITSAMPLE AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKBIXCITSAMPLE 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_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


INCLUDES used within this REPORT RFKKBIXCITSAMPLE

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_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.



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