SAP Reports / Programs

SAPMEG8D SAP ABAP dialog Program - Determine Sample Devices/Log for Sample Drawing







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EG8D - Draw Sample Devices from Lot


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


Text pool values


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?





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
Text Symbol: 102 = System Year!
Text Symbol: 104 = Cancel Previous Drawing
Text Symbol: 105 = or Execute Second
Text Symbol: 106 = Drawing?
Text Symbol: 108 = Overwrite Drawing
Text Symbol: 110 = Exec. Second Drawing
Text Symbol: S01 = Internal lot no....
Text Symbol: S02 = Certification ind..
Text Symbol: S03 = 1st sample.........
Text Symbol: S04 = Extnernal lot no...
Text Symbol: S05 = Lot size...........
Text Symbol: S06 = Of which in wareh..
Text Symbol: S07 = Determined on......
Text Symbol: S08 = Start access.......
Text Symbol: S09 = Incl wareh. devs...
Text Symbol: S10 = First drawing......
Text Symbol: S11 = No. sample devs....
Text Symbol: S12 = No. spares.........
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


INCLUDES used within this REPORT SAPMEG8D

INCLUDE MEG8DTOP.
INCLUDE MEG8DO01.
INCLUDE MEG8DF01.
INCLUDE MEG8DI01.
INCLUDE MEG8DF02.
INCLUDE MEG8DF03.
INCLUDE MEG8DF04.


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