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
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.
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
INCLUDE B2MEPD01.
INCLUDE B2MEPC01.
INCLUDE B2MEPE01.
INCLUDE B2MEPI01.
INCLUDE B2MEPO01.
INCLUDE B2MEPF01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.