SAP Reports / Programs

MBARCBSP SAP ABAP dialog Program - Graphical Customizing of the Bar Chart







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

BCG7 - Bar chart: Call model graphic


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


Text pool values


Title: Graphical Customizing of the Bar Chart
Text Symbol: 011 = Date:
Text Symbol: 012 = Determine selected objects
Text Symbol: 017 = Title of first chart
Text Symbol: 018 = Title of second chart
Text Symbol: 019 = Table title in chart 1
Text Symbol: 020 = Field 1
Text Symbol: 021 = Field 2
Text Symbol: 010 = End
Text Symbol: 003 = Load process completed
Text Symbol: 004 = Insert completed successfully
Text Symbol: 005 = Line already used
Text Symbol: 006 = Deletion carried out
Text Symbol: 007 = Graphic element successfully moved
Text Symbol: 008 = Length of graphic element changed successfully
Text Symbol: 009 = Graphic object moved successfully
Text Symbol: 031 = Graphic object 4 ==> graphic element 13 14-15-16-17-18
Text Symbol: 032 = Graphic object 5 ==> graphic element 19-20-22
Text Symbol: 033 = Graphic object 6 ==> graphic element 00-01-02
Text Symbol: 034 = Graphic object 7 ==> graphic element 03-04-05-06
Text Symbol: 038 = Settings saved successfully.
Text Symbol: 039 = There are no selected objects in the graphic
Text Symbol: 030 = Graphic object 3 ==> graphic element 12
Text Symbol: 022 = Field 3
Text Symbol: 024 = Table title in chart 2
Text Symbol: 025 = Graphic object no.:
Text Symbol: 026 = in chart 1
Text Symbol: 027 = in chart 2
Text Symbol: 028 = Graphic object 1 ==> graphic element 07-08
Text Symbol: 029 = Graphic object 2 ==> graphic element 09 10 11


INCLUDES used within this REPORT MBARCBSP

No INCLUDES are used within this REPORT code!


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