SAP Reports / Programs

SAPMKKB5 SAP ABAP dialog Program - Maintain Application-Dependent Reporting Parameters







SAPMKKB5 is a standard Module pool for a dialog screen ABAP Program 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 SAPMKKB5 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

ORET - Report Selection
OTLA - Report Selection
OKL2 - Report Tree: Order-Related Prod.
OKL1 - Report Tree for CO-OPA
OKLF - Report Tree: Cost Objects
GC51 - Report Selection
OKLH - Report Tree: Engineer-to-Order
OIT7 - Approp. Request Report Selection
OKL3 - Report Tree: Sales-Order-Rel. Prod.
OKLI - Report Tree: Process Manufacturing
OKLS - Maintain CCA Report Tree
OIT6 - Inv. Programs Report Selection
OFRB - Report Selection
OFRA - Report Selection
GCRB - Report Selection
GJRS - Configure report selection
JBAT - Report Selection
OKXR - Report Tree
FO6J - Maintain Real Estate Report Tree
OKLB - Maintain ABC Report Tree
OATR - Define Report Selection
0KEA - EC-PCA: Maintain report tree
CXCY - Customizing of Report Selection
KE3X - Customize Application Tree
KALN - Report Tree: Maint. Reconcil. Ledger
OKL4 - Report Tree: Repetitive Mfg
OKL8 - Report Tree: Product Costing
WXPF - Retail: Maintain Report Tree
JYRZ - Maintain report trees for pub.system
OBRD - Customers: maintain report selection
OBRK - Vendors: maintain report selection
OBRS - G/L: maintain report selection
OBRX - Flexible G/L: Maintain Report Selec.
OKL5 - Report Tree: Unit Costing


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


Text pool values


Title: Maintain Application-Dependent Reporting Parameters
Text Symbol: TRE = Report tree
Text Symbol: TRB = Exit transaction
Text Symbol: TIT = Report tree selection
Text Symbol: TE6 = Node expansion control
Text Symbol: TE5 = in full screen
Text Symbol: TE4 = in selection screen
Text Symbol: TE3 = expanded
Text Symbol: TE2 = Node should be
Text Symbol: TE1 = Control for report tree:
Text Symbol: SEC = Do you want to save the data?
Text Symbol: NEI = No
Text Symbol: MAN = Source client
Text Symbol: LI2 = Overwrite?
Text Symbol: LI1 = Tree already exists
Text Symbol: JAA = Yes
Text Symbol: HEA = Tree name
Text Symbol: BEZ = Name
Text Symbol: BAT = Background
Text Symbol: AT3 = Alternative texts
Text Symbol: AT2 = Name required
Text Symbol: AT1 = Program (source) for alternative texts
Text Symbol: 003 = Import report tree


INCLUDES used within this REPORT SAPMKKB5

INCLUDE MKKB5TOP.
INCLUDE MKKB5O10.
INCLUDE MKKB5I10.
INCLUDE MKKB5F10.


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:

No SAP FUNCTION MODULES are executed within this report code!



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