SAP Reports / Programs | Device Management | SAP Utilities | Device Management(IS-U-DM) SAP IS

SAPMEG83 SAP ABAP dialog Program - Compile Sample Lot







SAPMEG83 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 SAPMEG83 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

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


Text pool values


Title: Compile Sample Lot
Text Symbol: T07 = Delete Devices from Lot Acc. to Device Cat.
Text Symbol: T05 = Delete Devices from Lot
Text Symbol: T03 = Create Lot According to Devices
Text Symbol: T02 = Create Lot Acc. to Device Category
Text Symbol: T01 = Compile Lot
Text Symbol: S15 = Found
Text Symbol: S14 = Dev.
Text Symbol: S10 = Dev. cat.......... CtYr PrYr Number
Text Symbol: 206 = from the periodic replacement list
Text Symbol: 205 = &XX& devices have been removed
Text Symbol: 203 = Official lot:
Text Symbol: 201 = the transaction 'compile lot':
Text Symbol: 200 = Change periodic replacement list using
Text Symbol: 118 = Blocked devices
Text Symbol: 116 = List of devices:
Text Symbol: 114 = Lot is being deleted from devices
Text Symbol: 112 = Delete lot
Text Symbol: 110 = List of devices (X=deleted from repl. file)
Text Symbol: 108 = No. devices deleted from replacement file:
Text Symbol: 106 = Number of changed devices:
Text Symbol: 104 = Origin: Transaction EG83
Text Symbol: 102 = Compilation of lot &1&
Text Symbol: 100 = Enter lot
Text Symbol: 051 = Delete lot from these devices?
Text Symbol: 050 = &1& devices were found
Text Symbol: 005 = save data first?
Text Symbol: 004 = Do you want to
Text Symbol: 003 = Save
Text Symbol: 002 = cancel processing?
Text Symbol: 001 = Do you want to


INCLUDES used within this REPORT SAPMEG83

INCLUDE MEG83TOP.
INCLUDE MEG83O01.
INCLUDE MEG83I01.
INCLUDE MEG83F01.
INCLUDE MEG83T01.
INCLUDE MEG83_F01.


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