SAP Reports / Programs | Cross-Application Components | General Application Functions(CA-GTF) SAP CA

SAPMBA03 SAP ABAP Report - Application Analysis: Initial Transaction ST14 with Analysis Tree







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


Text pool values


Selection Text: APPL = Application
Title: Application Analysis: Initial Transaction ST14 with Analysis Tree
Text Symbol: 051 = Availability Check
Text Symbol: 050 = Pricing
Text Symbol: 021 = You can create an analysis via 'scheduling'
Text Symbol: 020 = No complete analyses currently available
Text Symbol: 013 = Confirmation Prompt
Text Symbol: 012 = Cancel
Text Symbol: 011 = Delete
Text Symbol: 010 = Delete analysis no. && from $$$$$$$$$$?
Text Symbol: 008 = Client :
Text Symbol: 007 = Doc. :
Text Symbol: 006 = Client:
Text Symbol: 005 = To
Text Symbol: 004 = Analysis
Text Symbol: 003 = (incomplete)
Text Symbol: 053 = Material Determination, Listing, Excl.
Text Symbol: 081 = MRP Run
Text Symbol: 080 = Availability Check
Text Symbol: 072 = User Exits
Text Symbol: 071 = Master Data, Customizing
Text Symbol: 070 = Transaction Data
Text Symbol: 063 = Product Selection
Text Symbol: 062 = Batch Determination
Text Symbol: 061 = Credit Management
Text Symbol: 060 = Variant Configuration
Text Symbol: 059 = Text Determination
Text Symbol: 058 = Partner Determination
Text Symbol: 057 = User Exits, Modifications, Print Programs
Text Symbol: 056 = Consistency Check
Text Symbol: 055 = Collective Processing
Text Symbol: 054 = SD Indexes
Text Symbol: 104 = Point-of-Sale Interface-Inbound (IS)
Text Symbol: 103 = RIS / Data Enhancement
Text Symbol: 102 = POS Inbound
Text Symbol: 101 = Assortment Planning
Text Symbol: 100 = Retail Pricing
Text Symbol: 096 = Availability Check





Text Symbol: 095 = Purchasing Information System (PURCHIS)
Text Symbol: 094 = Material Documents
Text Symbol: 093 = Material Master
Text Symbol: 092 = Material Determination, Listing, Excl.
Text Symbol: 091 = Output Determination
Text Symbol: 090 = Pricing
Text Symbol: 084 = User Exits
Text Symbol: 083 = Stock Figures
Text Symbol: 082 = Confirmation
Text Symbol: 110 = Project System
Text Symbol: 907 = (no RT documents possible)
Text Symbol: 906 = Error List
Text Symbol: 905 = Following documents are incorrect:
Text Symbol: 904 = (document not found)
Text Symbol: 903 = (application unknown)
Text Symbol: 902 = (no CO documents possible)
Text Symbol: 901 = Production Order
Text Symbol: 805 = Warning
Text Symbol: 803 = Do you want to continue?
Text Symbol: 802 = be created.
Text Symbol: 801 = The key figure "Variants contents" can therefore not
Text Symbol: 800 = You are not in the clients to be analyzed.
Text Symbol: 111 = Treasury
Text Symbol: 052 = Output Determination


INCLUDES used within this REPORT SAPMBA03

INCLUDE MBA03I01.
INCLUDE MBA03O01.
INCLUDE MBA03F01.
INCLUDE MBA03E01.


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