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

MJ3GPF01 SAP ABAP INCLUDE - Include MJ3GPF01







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


Text pool values


Title: Include MJ3GPF01


INCLUDES used within this REPORT MJ3GPF01

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:

ENQUEUE_EJ_3GVERSI call function 'ENQUEUE_EJ_3GVERSI' exporting * MODE_J_3GVERSI = 'E' * MANDT = SY-MANDT equnr = j_3gversi-equnr j_3gvsart = j_3gversi-j_3gvsart j_3gandat = j_3gversi-j_3gandat * X_EQUNR = ' ' * X_J_3GVSART = ' ' * X_J_3GANDAT = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'Y' diagnosetext1 = text-010 diagnosetext2 = hlp_j_3gandat_nach diagnosetext3 = text-012 textline1 = text-013 textline2 = ' ' titel = text-014 * START_COLUMN = 25 * START_ROW = 6 importing answer = sav_answer exceptions others = 1.

HELP_VALUES_GET_WITH_TABLE_EXT call function 'HELP_VALUES_GET_WITH_TABLE_EXT' exporting * CUCOL = 0 * CUROW = 0 * DISPLAY = ' ' fieldname = 'J_3GANDAT' tabname = 'J_3GVERSI' * TITLE_IN_VALUES_LIST = ' ' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * USE_USER_SHRINKING = ' ' * TITEL = ' ' * NO_SCROLL = ' ' * NO_CONVERSION = ' ' * NO_MARKING_OF_CHECKVALUE = ' ' importing select_value = hlp_andat tables fields = xhelpvalue select_values = select_tab valuetab = itabvalue exceptions field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 others = 4.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = 'SAPMJ3GP' dynumb = '100' tables dynpfields = xdynfield.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'SAPMJ3GP' dynumb = sy-dynnr tables dynpfields = xdynfield exceptions others = 4.

CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' "T090301 exporting "T090301 input = xdynfield-fieldvalue "T090301 importing "T090301 output = hlp_equnr_n. "T090301



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