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

MJ3GFF99 SAP ABAP INCLUDE - Formroutinen für Module des Dynpro 0098/0099







MJ3GFF99 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 MJ3GFF99 into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Formroutinen für Module des Dynpro 0098/0099


INCLUDES used within this REPORT MJ3GFF99

No INCLUDES are used within this REPORT code!


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:

J_3G_BEST_PRUEF_ALLGEMEIN CALL FUNCTION 'J_3G_BEST_PRUEF_ALLGEMEIN' EXPORTING i_beltyp = j_3gbelart-vbtyp i_artbes = j_3gbesart-j_3gartbes i_datum = j_3gbelk-j_3gbeldat "#EC DOM_EQUAL i_datum_bis = con_ultimo i_beweg = j_3gbelk-j_3gbeweg i_daten = wa_belp i_daten_alt = wa_*belp i_datum_alt = ybelk-j_3gbeldat "#EC DOM_EQUAL IMPORTING e_bestand = xbestand-menge TABLES t_hbest_out = ihbest t_tbest = xtbest_wa EXCEPTIONS folgebeleg = 1.

J_3G_CHECK_MACHINE_REPORT CALL FUNCTION 'J_3G_CHECK_MACHINE_REPORT' EXPORTING i_alt_j_3gempfae = ybelk-j_3gempfae i_alt_j_3gempdeb = ybelk-j_3gempdeb i_alt_j_3gempext = ybelk-j_3gempext i_alt_j_3gbeldat = ybelk-j_3gbeldat i_neu_j_3gabsend = j_3gbelk-j_3gabsend i_neu_j_3gabsdeb = j_3gbelk-j_3gabsdeb i_neu_j_3gabsext = j_3gbelk-j_3gabsext i_neu_j_3gbeldat = j_3gbelk-j_3gbeldat i_neu_j_3gempfae = j_3gbelk-j_3gempfae i_neu_j_3gempdeb = j_3gbelk-j_3gempdeb i_neu_j_3gempext = j_3gbelk-j_3gempext TABLES t_belp_alt = xbelp_alt t_belp_neu = xbelp_neu EXCEPTIONS OTHERS = 1.

J_3G_CHECK_MACHINE_REPORT_REC CALL FUNCTION 'J_3G_CHECK_MACHINE_REPORT_REC' EXPORTING i_alt_j_3gempfae = ybelk-j_3gempfae i_alt_j_3gempdeb = ybelk-j_3gempdeb i_alt_j_3gempext = ybelk-j_3gempext i_alt_j_3gbeldat = ybelk-j_3gbeldat i_neu_j_3gbeldat = hlp_datum TABLES t_belp = xbelp_alt EXCEPTIONS machine_report_exist = 1 OTHERS = 2.

J_3G_DOMINANZ_DEFAULT CALL FUNCTION 'J_3G_DOMINANZ_DEFAULT' EXPORTING i_blart = p_blart i_beweg = p_beweg i_atyp = p_atyp i_etyp = p_etyp IMPORTING e_dolmb_equi = default_domlmb_equi e_domb_equi = default_dommb_equi e_dolmb_matn = default_domlmb_matn e_domb_matn = default_dommb_matn e_dolmb_minimum = p_domlmb e_domb_minimum = p_dommb.



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