SAP Reports / Programs

SAPMJ1IG SAP ABAP dialog Program - Depot goods receipt







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

J1IG - RG23D register receipt at depot


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


Text pool values


Title: Depot goods receipt
Text Symbol: 027 = Do you really want to cancel?
Text Symbol: 026 = RG23d entry
Text Symbol: 025 = Material doc
Text Symbol: 024 = Docno
Text Symbol: 023 = Year
Text Symbol: 022 = Display
Text Symbol: 021 = Change
Text Symbol: 020 = Capture
Text Symbol: 019 = : Object not found
Text Symbol: 018 = internal document
Text Symbol: 017 = Excise Group
Text Symbol: 016 = Duty amount
Text Symbol: 015 = Entered data will be lost !
Text Symbol: 014 = Do you want to exit ?
Text Symbol: 013 = Confirm step
Text Symbol: 012 = Excise invoice number
Text Symbol: 011 = Excise invoice date
Text Symbol: 010 = Excise invoice item number
Text Symbol: 009 = Excise invoice quantity
Text Symbol: 008 = Excise UOM
Text Symbol: 007 = quantity received
Text Symbol: 006 = Receipt UOM
Text Symbol: 005 = Interval overflow
Text Symbol: 004 = Number object
Text Symbol: 003 = Interval not found
Text Symbol: 002 = RG23D document
Text Symbol: 001 = Depot Excise receipt


INCLUDES used within this REPORT SAPMJ1IG

INCLUDE MJ1IGO01.
INCLUDE MJ1IGI01.
INCLUDE MJ1IGF01.
INCLUDE MJ1IGF02.


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