MJD34FOP 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 MJD34FOP 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: IS-M: CUA Forms (Sample PGM)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TEXT-179 TEXTLINE1 = TEXT1 TEXTLINE2 = TEXT2 IMPORTING ANSWER = RETURNCODE.
ISM_JDTDRER_MP_SYNCHRO_CHECK CALL FUNCTION 'ISM_JDTDRER_MP_SYNCHRO_CHECK' EXPORTING IN_DRERZ = RJD34-DRERZ IMPORTING OUT_XMPSAKTIV = xmpsaktiv.
ISM_PUBL_MIGRATION_ACTIVECHECK CALL FUNCTION 'ISM_PUBL_MIGRATION_ACTIVECHECK' EXPORTING IN_PUBLICATION = RJD34-DRERZ IMPORTING OUT_XMIGRATION_ACTIVE = xmigration_active OUT_JYTGOLIV = H_JYTGOLIV.
ISP_DISTRIBUTE_RETRIEVAL_READ CALL FUNCTION 'ISP_DISTRIBUTE_RETRIEVAL_READ' EXPORTING AB = CON_TIME_BEGIN BIS = CON_TIME_INFINITY LIEFBARPAR = LIEFBARPAR TABLES KNOTEN_TAB = DUMMY_KNOTEN LIEFBAR_TAB = LBKTAB EXCEPTIONS OTHERS = 4.
ISP_CHANGED_JDTPVAWERK_CHECK CALL FUNCTION 'ISP_CHANGED_JDTPVAWERK_CHECK' EXPORTING PVAWERK = JDTPVAWERK PVA_VERSVLEVS = JDTPVA-VERSVLEVS IMPORTING ERRORMESSAGE = MELDUNG WERKSDATEN_OK = WERKSDATEN_OK.
ISP_VE_READ CALL FUNCTION 'ISP_VE_READ' EXPORTING GPNR_IN = JDTPVA-GPNR IMPORTING VERLAG_OUT = JGVDB_VE X_GESPERRT = XSPERR X_LOESCHVM = XLOEVM EXCEPTIONS DELETED = 1 NOT_EXISTS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.