SAP Reports / Programs | Construction Equipment Management | Industry Solution Engineering & Construction | Construction Equipment Management(IS-EC-CEM) SAP IS

SAPMJ3GF SAP ABAP dialog Program - Creation of Shipping Documents







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

J3GH - Create Shipping Documents
J3GI - Change Shipping Documents
J3GJ - Display Shipping Documents
J3GK - Shipping Docs - Change EndUsagePerd


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


Text pool values


Title: Creation of Shipping Documents
Text Symbol: 301 = Change measure. doc.
Text Symbol: 310 = MeasDocument
Text Symbol: 312 = Yes
Text Symbol: 313 = No
Text Symbol: 400 = Error during data transfer
Text Symbol: 401 = Log
Text Symbol: 410 = Continue
Text Symbol: 423 = Would you like to display the log?
Text Symbol: 500 = Clear usage site
Text Symbol: 510 = Copy package
Text Symbol: 511 = Equipment hierarchy explosion
Text Symbol: 520 = Create with template
Text Symbol: 530 = Transfer from confirmed requirements
Text Symbol: 531 = Preliminary check for transfer from confirmed requirement
Text Symbol: 540 = Transfer from material reservation
Text Symbol: 550 = Would you like to delete all items with reference to MM reservation?
Text Symbol: 560 = Explode equipment hierarchy or package BOM?
Text Symbol: 561 = Equipment
Text Symbol: 570 = Hierarchy
Text Symbol: 580 = Package BOM
Text Symbol: 600 = RequisitionNote
Text Symbol: 601 = Internal Flat Rate - Sender
Text Symbol: 602 = Currency Flat Rate Amount (Internal)
Text Symbol: 603 = External Flat Rate - Sender
Text Symbol: 604 = Currency Flat Rate Amount (External) - Sender
Text Symbol: 605 = Comment
Text Symbol: 606 = Indicator for reports
Text Symbol: 001 = Shipping document
Text Symbol: 010 = %Shipping document
Text Symbol: 011 = Change processing
Text Symbol: 012 = Do you want to save
Text Symbol: 013 = your data first?
Text Symbol: 020 = Shipping document
Text Symbol: 021 = Selected items
Text Symbol: 022 = really delete?
Text Symbol: 030 = Change dominancy
Text Symbol: 031 = on item level too?





Text Symbol: 032 = Header data
Text Symbol: 050 = Not created!!
Text Symbol: 060 = Change billing indicator for sender
Text Symbol: 062 = Change billing indicator for recipient
Text Symbol: 080 = You are leaving application!
Text Symbol: 090 = Equipment
Text Symbol: 091 = Material
Text Symbol: 110 = Retirement documents
Text Symbol: 111 = Follow-on documents
Text Symbol: 120 = Deletion flag
Text Symbol: 121 = DLFL
Text Symbol: 150 = Removal
Text Symbol: 200 = Document cannot be changed as MM inventory postings have been made
Text Symbol: 201 = You can only change data by cancelling and then recreating.
Text Symbol: 202 = However, you can display the document.
Text Symbol: 203 = Would you like to display or cancel the document?
Text Symbol: 210 = Display
Text Symbol: 211 = Cancel


INCLUDES used within this REPORT SAPMJ3GF

INCLUDE MJ3GFFPRUEF01.
INCLUDE MJ3GFF_MESSBELEG.
INCLUDE MJ3GFFZZ. "USER-EXITS


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