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

MJ3GPF02 SAP ABAP INCLUDE - Include MJ3GPF02







MJ3GPF02 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 MJ3GPF02 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 MJ3GPF02. "Basic submit
SUBMIT MJ3GPF02 AND RETURN. "Return to original report after report execution complete
SUBMIT MJ3GPF02 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 MJ3GPF02


INCLUDES used within this REPORT MJ3GPF02

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_POPUP_VORBEREITEN CALL FUNCTION 'J_3G_POPUP_VORBEREITEN' EXPORTING TITEL = ' %' ACTVT = SAV_OKCODE IMPORTING SAV_ANSWER = SAV_ANSWER EXCEPTIONS OTHERS = 1.

J_3G_VERSI_MODIFY CALL FUNCTION 'J_3G_VERSI_MODIFY' IN UPDATE TASK EXPORTING T_J_3GVERSI = XUPTAB1 EXCEPTIONS OTHERS = 1.

DEQUEUE_EJ_3GVERSI CALL FUNCTION 'DEQUEUE_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 = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' EXCEPTIONS OTHERS = 1.

MASTER_DATA CALL FUNCTION 'MASTER_DATA' EXPORTING DATENFELD = DYNFIELD FIELDVALUE = FIELDVALUE EXCEPTIONS OTHERS = 1.

SO_ADDRESS_SHOW CALL FUNCTION 'SO_ADDRESS_SHOW' EXPORTING * DLI_OWNER = ' ' * OWNER = ' ' USER = USER EXCEPTIONS PARAMETER_ERROR = 1 USER_NOT_EXIST = 2 X_ERROR = 3 OTHERS = 4.

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.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING POPUP_TITLE = POPUP_TITLE IMPORTING RETURNCODE = RETURNCODE TABLES FIELDS = FIELDS.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' TEXTLINE1 = Text-021 "'Sollen die Dauerbelegdaten' TEXTLINE2 = Text-022 "'erfaßt werden?' TITEL = Text-023 "'Zurück zu Versicherungsdaten' * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = SAV_ANSWER EXCEPTIONS OTHERS = 1.

FIELD_SELECTION_MODIFY_ALL CALL FUNCTION 'FIELD_SELECTION_MODIFY_ALL' EXPORTING * modulpool = t370-programm test stephan * modulpool = sy-repid MODULPOOL = 'SAPMJ3GP' DYNPROGRUPPE = '0001'.

FIELD_SELECTION_MODIFY_ALL CALL FUNCTION 'FIELD_SELECTION_MODIFY_ALL' EXPORTING * modulpool = t370-programm Test Stephan * modulpool = sy-repid MODULPOOL = 'SAPMJ3GP' MODE = 'C' DYNPROGRUPPE = '0001'.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' TEXTLINE1 = Text-024 "'Soll der Dauerbelegbezug' TEXTLINE2 = Text-025 "'gelöscht werden?' TITEL = Text-023 "'Zurück zu Versicherungsdaten' * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = SAV_ANSWER EXCEPTIONS OTHERS = 1.



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