SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | DB2 for z/OS(BC-DB-DB2) SAP BC

RSDB2MEPL SAP ABAP Report - Program RSDB2MEPL







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


Text pool values


Title: Program RSDB2MEPL
Text Symbol: 026 = Byte 1- 32
Text Symbol: 025 = Byte 29-32
Text Symbol: 024 = Byte 25-28
Text Symbol: 023 = Byte 21-24
Text Symbol: 022 = Byte 17-20
Text Symbol: 021 = Byte 13-16
Text Symbol: 020 = Byte 09-12
Text Symbol: 019 = EBCDIC_9_12
Text Symbol: 018 = Byte 05-08
Text Symbol: 017 = Byte 01-04
Text Symbol: 016 = Offset
Text Symbol: 015 = Sequence no.
Text Symbol: 014 = Diagnose Display MEPL
Text Symbol: 013 = The control could not be created
Text Symbol: 012 = No tablename in fieldcatalog!
Text Symbol: 011 = Error in Flush
Text Symbol: 010 = Error message:
Text Symbol: 009 = ERROR: cannot execute DIAGNOSE utility.
Text Symbol: 008 = DIAGNOSE DISPLAY MEPL
Text Symbol: 007 = DIAGNOSE
Text Symbol: 006 = Event: PRINT_END_OF_LIST
Text Symbol: 005 = Event: PRINT_TOP_OF_LIST
Text Symbol: 004 = Number of pages so far:
Text Symbol: 003 = Event: PRINT_END_OF_PAGE
Text Symbol: 002 = Table:
Text Symbol: 001 = Event: PRINT_TOP_OF_PAGE


INCLUDES used within this REPORT RSDB2MEPL

INCLUDE B2MEPD01.
INCLUDE B2MEPC01.
INCLUDE B2MEPE01.
INCLUDE B2MEPI01.
INCLUDE B2MEPO01.
INCLUDE B2MEPF01.


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