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

RKKBRPTR SAP ABAP Report - Call for Reporting Tree







RKKBRPTR 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 RKKBRPTR 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

KKE7 - Report Tree Base Planning Object
GJRX - Bericht auswählen
JBWA - Access Report Tree
TRTR - Access Report Tree
TLMA - Access Report Tree
FO9X - Maintain report selection
CXCX - Report Selection
TLTA - Access Report Tree
CACS_A - Access Report Tree
TRTM - Access Report Tree
CKMR - Report Selection Material Ledger
TRMA - Access Report Tree
FMRB - Access Report Tree
TRTD - Access Report Tree
TRTK - Access Report Tree
FMRA - Access Report Tree
TRTC - Access Report Tree
IMI0 - CI Management Info System
F.99 - Customers: Report Selection
SRET - Report Selection
TRTG - Access Report Tree
GC50 - Report Selection
F.98 - Vendors: Report Selection
F.97 - General Ledger: Report Selection
KKBO - Report Tree
IMAI - CI Management Info System
TRTW - Access Report Tree
GD00 - Report Selection
TRTV - Access Report Tree
WXPG - Retail: Report Selection
FG99 - Flexible G/L: Report Selection


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


Text pool values


Title: Call for Reporting Tree


INCLUDES used within this REPORT RKKBRPTR

INCLUDE RKKBEQ60.


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:

K_RW_REPORT_TREE_CALL CALL FUNCTION 'K_RW_REPORT_TREE_CALL' EXPORTING I_APPL = TKKBU-APPL I_SAPPL = TKKBU-SAPPL I_UNAME = TKKBU-UNA I_MODE = '1' I_CHECKONLY = ' ' I_TREE = ' ' IMPORTING E_TREE = TREE E_SUBRC = SUBRC EXCEPTIONS TREE_NOT_ACTIVE = 01 NO_TREE_SET = 02.



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