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

SAPMJ3GI SAP ABAP dialog Program - Creation of Operator's Report







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

J3G} - Display PBE Document
J3G{ - Create PBE Document
J3G$ - Create PBE Document


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 SAPMJ3GI. "Basic submit
SUBMIT SAPMJ3GI AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMJ3GI 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 Operator's Report
Text Symbol: 080 = You are leaving application!
Text Symbol: 091 = Detail
Text Symbol: 101 = Personnel no.
Text Symbol: 102 = Recipient
Text Symbol: 103 = Equipment
Text Symbol: 111 = Blling Data
Text Symbol: 301 = Change measdoc.
Text Symbol: 302 = Do you want to change meas.
Text Symbol: 303 = doc. for actual counter?
Text Symbol: 310 = MeasDoc.
Text Symbol: 311 = cancelled
Text Symbol: 312 = Continue?
Text Symbol: 400 = Do you want to cancel actual
Text Symbol: 401 = meas. doc. for item?
Text Symbol: 402 = Cancel meas. doc.
Text Symbol: 403 = Internal Flat Rate - Sender
Text Symbol: 404 = External Flat Rate - Sender
Text Symbol: 405 = Currency Flat Rate Amount (Internal) - Sender
Text Symbol: 406 = Currency Flat Rate Amount (External) - Sender
Text Symbol: 407 = Description of Measuring Point
Text Symbol: 408 = Total
Text Symbol: 409 = Calendar week
Text Symbol: 001 = Organizational data
Text Symbol: 002 = Actual
Text Symbol: 003 = Every day
Text Symbol: 004 = Choose PBE document
Text Symbol: 005 = Display PBE document
Text Symbol: 006 = PBE document
Text Symbol: 010 =
Text Symbol: 011 = Change processing
Text Symbol: 012 = Do you want to save
Text Symbol: 013 = your data first?
Text Symbol: 020 = PBE document
Text Symbol: 021 = Item
Text Symbol: 022 = really delete?
Text Symbol: 040 = Actual measuring pt
Text Symbol: 041 = Calc. measuring pt





Text Symbol: 050 = Chosen measuring points for equi.
Text Symbol: 051 = Copy
Text Symbol: 052 = Choose
Text Symbol: 053 = Last MeasDocumnt
Text Symbol: 054 = List
Text Symbol: 055 = Prev.
Text Symbol: 056 = Meas. pt description not maintained
Text Symbol: 060 = Change billing indicator


INCLUDES used within this REPORT SAPMJ3GI

INCLUDE MJ3GIF05.
INCLUDE MJ3GIF06.
INCLUDE MJ3GIF07.
INCLUDE MJ3GIF08.
INCLUDE MJ3GIF80.


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