MJY00F05 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 MJY00F05 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: Read Routines for Generation Trigger only for Generation Programs
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = RT_KEY-ROUTE IMPORTING OUTPUT = RT_KEY-ROUTE.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = PVA_KEY-DRERZ IMPORTING OUTPUT = PVA_KEY-DRERZ.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = PVA_KEY-PVA IMPORTING OUTPUT = PVA_KEY-PVA.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = PVA_KEY-DRERZ IMPORTING OUTPUT = PVA_KEY-DRERZ.
ISM_JDTDRER_MP_SYNCHRO_CHECK CALL FUNCTION 'ISM_JDTDRER_MP_SYNCHRO_CHECK' EXPORTING IN_DRERZ = PVA_KEY-DRERZ IMPORTING OUT_XMPSAKTIV = xmpsaktiv.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJY00F05 - Read Routines for Generation Trigger only for Generation Programs MJY00F04 - General Read Routines for Generation Trigger MJY00F03 - IS-M: CUA Forms (Sample PGM) MJY00F02 - Access Function Module POPUP_USERDATA MJY00F01 - IS-M: CUA Forms (Sample PGM) MJY00F00 - documentation and ABAP source code