SAP Reports / Programs | Controlling | Product Cost Controlling | Product Cost Controlling Information System(CO-PC-IS) SAP CO

RKKBBGEN SAP ABAP Report - Generate Standard Reports







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


Transaction Code(s):

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


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 RKKBBGEN. "Basic submit
SUBMIT RKKBBGEN AND RETURN. "Return to original report after report execution complete
SUBMIT RKKBBGEN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RKKBBGEN

INCLUDE RKKBEQ10.


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:

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.



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