MJ3G02DF is a standard ABAP INCLUDE 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 MJ3G02DF into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include MJ3G02DF
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_3G_AUFTRAGGEBER_CHECK call function 'J_3G_AUFTRAGGEBER_CHECK' exporting i_kunde = hlp_ag exceptions not_found = 1 others = 2.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'SAPMF02D' dynumb = sy-dynnr tables dynpfields = xdynfield exceptions others = 4.
FACTORY_CALENDAR_GET call function 'FACTORY_CALENDAR_GET' tables factory_calendar = fact_cal.
GET_TEXT_DOMVALUE call function 'GET_TEXT_DOMVALUE' exporting domname = hlp_domname domvalue = hlp_domvalue langu = sy-langu importing txt = e_domtext exceptions not_found = 1 others = 2.
ME_CHECK_T160M call function 'ME_CHECK_T160M' exporting i_arbgb = hlp_arbgb i_msgnr = hlp_msgnr i_msgvs = '03' "Messagesteuerung Empfaengerstamm exceptions error = 1 nothing = 2 warning = 3 information = 4 others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.