SAPMEG85 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 SAPMEG85 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EG85 - 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: S13 = Second drawing.....
Text Symbol: S14 = >.. = random number is larger than lot size
Text Symbol: S15 = 0.. = random number is zero
Text Symbol: S16 = DOP = random number already drawn
Text Symbol: S17 = STI = device was already sample device
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: 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: 003 = Start Col.
Text Symbol: 004 = Do you want to
Text Symbol: 005 = save data first?
Text Symbol: 010 = Do you want to
Text Symbol: 011 = cancel processing?
Text Symbol: 013 = Do you want to overwrite
Text Symbol: 014 = the existing drawing?
Text Symbol: 040 = Lot Devices for Lot &XX& To Be Read...
Text Symbol: 100 = The Year of the Previous Drawing
Text Symbol: 101 = Does Not Correspond to the Current
INCLUDE MEG85TOP.
INCLUDE MEG85O01.
INCLUDE MEG85F01.
INCLUDE MEG85I01.
INCLUDE MEG85F02.
INCLUDE MEG85F03.
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.