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

MJ3GXF99 SAP ABAP INCLUDE - Form-Routinen für Programm SAPMJ3GX







MJ3GXF99 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 MJ3GXF99 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 MJ3GXF99. "Basic submit
SUBMIT MJ3GXF99 AND RETURN. "Return to original report after report execution complete
SUBMIT MJ3GXF99 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-Routinen für Programm SAPMJ3GX


INCLUDES used within this REPORT MJ3GXF99

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:

DEQUEUE_/SAPCEM/KATTEXT CALL FUNCTION 'DEQUEUE_/SAPCEM/KATTEXT' EXPORTING KATKZ = J_3GKATAL-J_3GTPLKZ KATNR = J_3GKATAL-J_3GKATNRC.

DEQUEUE_EJ_3GKATAL CALL FUNCTION 'DEQUEUE_EJ_3GKATAL' EXPORTING J_3GTPLKZ = J_3GKATAL-J_3GTPLKZ J_3GKATNRC = J_3GKATAL-J_3GKATNRC.

CLFM_OBJECT_CLASSIFICATION CALL FUNCTION 'CLFM_OBJECT_CLASSIFICATION' EXPORTING CLASS = S_T370S-J_3GKLASSE CLASSTYPE = S_T370S-J_3GKLART INITFLAG = V_IFLAG NO_F11 = CON_X NO_F8 = CON_X OBJECT = HLP_OBJ OBJTXT = HLP_OBTXT STATUS = HLP_STATUS TABLE = CON_KATAL EXCEPTIONS CLASSIFICATION_NOT_FOUND = 1.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING DEFAULTOPTION = CON_TWO TEXTLINE1 = V_TL1 TEXTLINE2 = V_TL2 TEXT_OPTION1 = V_TO1 TEXT_OPTION2 = V_TO2 TITEL = V_TITEL CANCEL_DISPLAY = V_CD IMPORTING ANSWER = SAV_ANSWER.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'SAPMJ3GX' DYNUMB = '0100' TABLES DYNPFIELDS = IDYN.

J_3G_POPUP_VORBEREITEN CALL FUNCTION 'J_3G_POPUP_VORBEREITEN' EXPORTING ACTVT = SAV_OKCODE IMPORTING SAV_ANSWER = SAV_ANSWER.

CLFM_SET_OBJECT CALL FUNCTION 'CLFM_SET_OBJECT' EXPORTING OBJECT = HLP_OBJ.

J_3G_KATAL_MODIFY CALL FUNCTION 'J_3G_KATAL_MODIFY' IN UPDATE TASK EXPORTING T_J_3GKATAL = J_3GKATALS.

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING TABLENAME = '/SAPCEM/KATTEXT' IMPORTING RESULT = HLP_RESULT TABLES TABLE_NEW = ITEXT TABLE_OLD = IOLD.

J_3G_WRITE_TEXT CALL FUNCTION 'J_3G_WRITE_TEXT' IN UPDATE TASK TABLES T_KATTEXT = IKATTEXT.

CACL_CLASSIFICATION_SAVE CALL FUNCTION 'CACL_CLASSIFICATION_SAVE'.



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