SAP Reports / Programs | Basis Components | ABAP Runtime Environment(BC-ABA) SAP BC

DBINTERNALINFO SAP ABAP Report - Database Interface Module Statistics (internal)







DBINTERNALINFO 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 DBINTERNALINFO 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 DBINTERNALINFO. "Basic submit
SUBMIT DBINTERNALINFO AND RETURN. "Return to original report after report execution complete
SUBMIT DBINTERNALINFO 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: MDL_RTAB = RTAB Module (Open SQL, Old)
Selection Text: MDL_STR = DBSTRING module (Strings in C)
Selection Text: MDL_TRAN = TRAN module (transp. tables)
Selection Text: OP_DUMP = Operation: OUTPUT TO TRACE
Selection Text: OP_FETCH = Operation: DISPLAY
Selection Text: OP_OFF = Operation: TO
Selection Text: OP_ON = Operation: FROM
Selection Text: OP_RESET = Operation: RESET
Selection Text: ALV_GRID = Output as ALV GRID
Selection Text: ALV_LIST = Output as ALV LIST
Selection Text: DETAIL = Detailed info. for module
Selection Text: MDL_CON = CON Module (DB connections)
Selection Text: MDL_RSQL = RSQL module (Open SQL)
Title: Database Interface Module Statistics (internal)
Text Symbol: 001 = Displays internal statistics of a module of a database interface
Text Symbol: HDR = DATABASE INTERFACE INTERNAL STATISTIC


INCLUDES used within this REPORT DBINTERNALINFO

INCLUDE DB_ALV_INCLUDE.


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:

DB_ALV_DISPLAY CALL FUNCTION 'DB_ALV_DISPLAY' EXPORTING programname = this_program * TEXT_BUILD_FORM = 'TEXT_BUILD' * DATA_EXTRACT_FORM = 'DATA_EXTRACT' simple_list_display = alv_list EXCEPTIONS * WRONG_PARAM = 1 * INTERNAL_ERROR = 2 * TEXT_BUILD_FORM_NOT_FOUND = 3 * DATA_EXTRACT_FORM_NOT_FOUND = 4 * DATA_EXTRACT_ERROR = 5 * ALV_DISPLAY_FAILED = 6 OTHERS = 1 .



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