SAP Reports / Programs

SAPMBA08 SAP ABAP Report - Application analysis: Picking out analysis data







SAPMBA08 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 SAPMBA08 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 SAPMBA08. "Basic submit
SUBMIT SAPMBA08 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMBA08 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
Selection Text: CLIENT = Client
Selection Text: DANDATE = Destination: Analysis date
Selection Text: DEST = RFC destination
Selection Text: DSEQNO = Destination: sequence number
Selection Text: LANGU = Language
Selection Text: PASSWD = Password
Selection Text: RTSTR = Route string
Selection Text: SANDATE = Source: Analysis date
Selection Text: SRV = Service
Selection Text: SSEQNO = Source: Sequence number
Selection Text: USER = User
Title: Application analysis: Picking out analysis data
Text Symbol: 001 = No data found
Text Symbol: 002 = System error
Text Symbol: 003 = Connection error
Text Symbol: 004 = Cat. unknown:
Text Symbol: 005 = No. of saved key figures:


INCLUDES used within this REPORT SAPMBA08

INCLUDE BAMRTINC.


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:

BAM4_GET_ANALYSIS_DIRECTORY CALL FUNCTION 'BAM4_GET_ANALYSIS_DIRECTORY' DESTINATION DEST TABLES DIRECTORY = DIRECTORY EXCEPTIONS NO_DATA_FOUND = 1 SYSTEM_FAILURE = 2 MESSAGE MTEXT COMMUNICATION_FAILURE = 3 MESSAGE MTEXT.

BAM4_READ_DETAIL_ANALYSIS_RFC CALL FUNCTION 'BAM4_READ_DETAIL_ANALYSIS_RFC' DESTINATION DEST EXPORTING * OBJECT_TYPE = APPL = DIRECTORY-APPL GROUP = DIRECTORY-GRPID SEQNO = DIRECTORY-SEQNO OBJECT_ID = DIRECTORY-OBJID DATE = DIRECTORY-DATE IMPORTING ENVIRONMENT = ENV OBJECT_Z = OBJECT_Z OBJECT_R2 = OBJECT_R2 OBJECT_FP_CTRLFLAG = OBJECT_FP-CTRLFLAG TABLES OBJECT_G2 = OBJECT_G2-OBJ OBJECT_G1 = OBJECT_G1-OBJ OBJECT_B = OBJECT_B-OBJ OBJECT_H = OBJECT_H-OBJ OBJECT_R = OBJECT_R-OBJ OBJECT_S = OBJECT_S-OBJ OBJECT_G3 = OBJECT_G3-OBJ OBJECT_L6 = OBJECT_L6-OBJ OBJECT_L7 = OBJECT_L7-OBJ OBJECT_S3 = OBJECT_S3-OBJ OBJECT_S4 = OBJECT_S4-OBJ OBJECT_S5 = OBJECT_S5-OBJ OBJECT_TP = OBJECT_TP-OBJ OBJECT_FP_PROTTYPES = OBJECT_FP-PROTTYPES OBJECT_FP_PROTOCOL = OBJECT_FP-PROTOCOL EXCEPTIONS NO_DATA_FOUND = 1 SYSTEM_FAILURE = 2 MESSAGE MTEXT COMMUNICATION_FAILURE = 3 MESSAGE MTEXT.



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