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

MJ3GFF01 SAP ABAP INCLUDE - FORM Routines for Modules of Screen 0101/0102







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


Text pool values


Title: FORM Routines for Modules of Screen 0101/0102


INCLUDES used within this REPORT MJ3GFF01

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_BELEG_STATUS_CHECK CALL FUNCTION 'J_3G_BELEG_STATUS_CHECK' EXPORTING i_trtyp = actvt i_status = statusi i_statuse = statuse EXCEPTIONS not_allowed = 1 intensified = 2.

ENQUEUE_EJ_3GBELEG CALL FUNCTION 'ENQUEUE_EJ_3GBELEG' EXPORTING * MODE_J_3GBELEGK = 'E' mandt = sy-mandt j_3gbelnri = belnri * X_J_3GBELNRI = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING cucol = 20 curow = 20 display = display IMPORTING select_value = j_3gbelk-j_3gbelnri TABLES fields = xhelpvalue valuetab = xhelpwert EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 OTHERS = 4.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = j_3gbelk-j_3gbelnri IMPORTING output = j_3gbelk-j_3gbelnri.

J_3G_BELART_AUTHORITY_CHECK CALL FUNCTION 'J_3G_BELART_AUTHORITY_CHECK' EXPORTING i_aktvt = actvt i_j_3gblart = blart EXCEPTIONS no_authority = 1 OTHERS = 2.

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 = j_3gbelp i_daten_alt = j_3gbelp "????? muss das nicht *J_3GBELP i_datum_alt = j_3gbelk-j_3gbeldat "#EC DOM_EQUAL IMPORTING e_bestand = xbestand-menge TABLES t_hbest_out = ihbest t_tbest = xtbest_wa EXCEPTIONS folgebeleg = 1 OTHERS = 2.

POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING diagnosetext1 = text-200 diagnosetext2 = text-201 diagnosetext3 = text-202 textline1 = text-203 text_option1 = text-210 text_option2 = text-022 titel = sy-title IMPORTING answer = sav_answer.

/SAPCEM/SHIPDOC_TEMBEST_GET CALL FUNCTION '/SAPCEM/SHIPDOC_TEMBEST_GET' EXPORTING i_belnri = j_3gbelk-j_3gbelnri TABLES t_tbest = ytbest_s.

/SAPCEM/REQUISITION_NOTE_READ CALL FUNCTION '/SAPCEM/REQUISITION_NOTE_READ' TABLES t_belp = xbelp t_bdpo = ybdpos.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'SAPMJ3GF' dynumb = '0102' TABLES dynpfields = xdynfield EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 OTHERS = 9.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING display = display fieldname = 'J_3GBLART' tabname = 'J_3GBELK' IMPORTING select_value = blart TABLES fields = xhelpvalue valuetab = xhelpwert EXCEPTIONS field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.

/SAPCEM/SHIPDOC_GENERATE_CHECK CALL FUNCTION '/SAPCEM/SHIPDOC_GENERATE_CHECK' EXPORTING i_blart = j_3gbelk-j_3gblart i_popup = p_popup IMPORTING e_answer = sav_answer.



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