SAP Reports / Programs

SAPMKCBR SAP ABAP dialog Program - Form pool for the TK75 report







SAPMKCBR is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for Description of Comment and Document Management In the following tables, there are various flags used for the management of comments and documents: SEIG: L_TFLAG, Comment on char...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 SAPMKCBR 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 SAPMKCBR. "Basic submit
SUBMIT SAPMKCBR AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMKCBR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Form pool for the TK75 report
Text Symbol: 202 = can only be converted in
Text Symbol: 201 = The selected column
Text Symbol: 200 = Currency translation
Text Symbol: 158 = Do you want to break the call-up chain? ;;
Text Symbol: 157 = Break call-up chain ;;
Text Symbol: 155 = Do you want to exit the report?
Text Symbol: 154 = data first?
Text Symbol: 153 = Do you want to save the
Text Symbol: 152 = Exit Report
Text Symbol: 027 = The hierarchy $H $T is being read
Text Symbol: 026 = Preparing output
Text Symbol: 024 = List of functions executed:
Text Symbol: 022 = Result....
Text Symbol: 021 = List terminated. Reload original version.
Text Symbol: 020 = An internal error has occurred, inspector number:
Text Symbol: 010 = Report &
Text Symbol: 203 = connection with others.
Text Symbol: IS1 = Not assigned
Text Symbol: A03 = Classification
Text Symbol: A02 = Cumulative curve
Text Symbol: A01 = ABC analysis
Text Symbol: 303 = off? ;;
Text Symbol: 302 = Do you want to turn the hierarchy ;;->303
Text Symbol: 301 = to calculate intercompany sales. ;;->302
Text Symbol: 300 = Hierarchy is required, in order ;;->301
Text Symbol: 299 = Intercompany sales: Hier. off ;;->300
Text Symbol: 214 = Attributes
Text Symbol: 213 = Day
Text Symbol: 212 = Week
Text Symbol: 211 = Period
Text Symbol: 210 = Fiscal year
Text Symbol: 204 = Perform conversion?


INCLUDES used within this REPORT SAPMKCBR

INCLUDE MKCBRTOP.
INCLUDE MKCBRF25. " FORM USER_COMMAND
INCLUDE MKCBRF100.


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