RKKBBGEN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RKKBBGEN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OKS0 - Generate Reports for Sales Orders
OKS2 - Generate Reports for Repetitive Mfg
OKS3 - Generate Reports for Make-to-Order
OKS4 - Generate Reports for Process Mfg
OKS5 - Generate Reports for Unit Costing
OKS7 - Generate Reports for Projects
OKS8 - Generate Reports for Product Costing
OKS9 - Generate Reports for Run Schedules
OKSA - Generate Reports for Internal Orders
OKSS - Generate Reports for Run Schedules
OKT9 - Generate General Cost Object Reports
OKTD - Generate Reports for Process Mfg
OKTJ - Generate Rpts for Orders, Eng-to-Ord
OKWC - Generate ABC Reports
FO5P - Generate reports
0KEB - EC-PCA: Generate reports
KAL8 - Generate Reconcil. Ledger Reports
OKB6 - Generate Cost Center Acctg. Reports
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.
Title: Generate Standard Reports
Text Symbol: BTC = Background
Text Symbol: IMM = Immediate start
Text Symbol: LI1 = Generate reports
Text Symbol: LI2 = In mode
Text Symbol: ONL = Online
Text Symbol: TDT = Start date
Text Symbol: TIT = Choose Processing Mode
Text Symbol: TTM = Start date
INCLUDE RKKBEQ10.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' " Entscheidungspopup EXPORTING TEXT_OPTION1 = TEXT-ONL TEXT_OPTION2 = TEXT-BTC TEXTLINE1 = TEXT-LI1 TEXTLINE2 = TEXT-LI2 TITEL = TEXT-TIT IMPORTING ANSWER = INT_ANSWER.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.