SAPMEG8D is a standard Module pool for a dialog screen ABAP Program 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 SAPMEG8D into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EG8D - Draw Sample Devices from Lot
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: Determine Sample Devices/Log for Sample Drawing
Text Symbol: S18 = LAG = device is in warehouse
Text Symbol: S19 = LOS = device not allocated to the lot
Text Symbol: S20 = XXX = device does not exist
Text Symbol: S23 = ******* 9999 Drawings Attempted *******
Text Symbol: S24 = Termination of transact., sample devs found
Text Symbol: S25 = Explanations:
Text Symbol: S26 = 1st drawing:..........
Text Symbol: S27 = 2nd drawing:..........
Text Symbol: S30 = List of sample devices drawn:
Text Symbol: S31 = 1st drawing of spare:
Text Symbol: S32 = 2nd drawing of spare:
Text Symbol: S33 = Device no.............
Text Symbol: S34 = SPE = device is blocked by another user
Text Symbol: S49 = Drawing no.........
Text Symbol: S50 = Lot
Text Symbol: S52 = R.no. Dev. ............ Exp
Text Symbol: S60 = Third Drawing
Text Symbol: S61 = Forth Drawing
Text Symbol: S62 = Fifth Drawing
Text Symbol: S63 = 3rd Drawing: .........
Text Symbol: S64 = 4th Drawing: .........
Text Symbol: S65 = 5th Drawing: .........
Text Symbol: S66 = Start Val.
Text Symbol: S68 = Procedure Type:
Text Symbol: S69 = Initial Time Stamp:
Text Symbol: T01 = Draw sample devices
Text Symbol: T02 = Sample Drawing Log From
Text Symbol: T05 = Confirm Deletion of Drawing
Text Symbol: T07 = Log for Sample Device Determination (Drawing no. %XX%)
Text Symbol: T09 = End Drawing
Text Symbol: T11 = Select Action
Text Symbol: 004 = Do you want to save
Text Symbol: 005 = the data first?
Text Symbol: 010 = Do you want to cancel
Text Symbol: 011 = processing?
Text Symbol: 013 = Do you want to overwrite
Text Symbol: 014 = the existing drawing?
INCLUDE MEG8DTOP.
INCLUDE MEG8DO01.
INCLUDE MEG8DF01.
INCLUDE MEG8DI01.
INCLUDE MEG8DF02.
INCLUDE MEG8DF03.
INCLUDE MEG8DF04.
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.