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
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.
Title: Form-Routinen für Programm SAPMJ3GX
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.