MJV24FNA 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 MJV24FNA 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: Init FORMs (Sample PGM)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_DISTRIBUTION_VARI_CHECK CALL FUNCTION 'ISP_DISTRIBUTION_VARI_CHECK' EXPORTING EINSTIEG = CON_VARI_SEL TRTYP = TJ180-TRTYP IMPORTING UEB_OKCODE = LOC_FCODE LOC_RJV2401 = LOC_RJV2401 TABLES RJV2402_TAB = RJV2402_TAB RJV2403_TAB = RJV2403_TAB RJV2404_TAB = RJV2404_TAB RJV2405_TAB = RJV2405_TAB RJV2408_TAB = RJV2408_TAB.
ISP_DISTRIBUTION_VARI_SELECT CALL FUNCTION 'ISP_DISTRIBUTION_VARI_SELECT' EXPORTING EINSTIEG = CON_VARI_SEL TRTYP = TJ180-TRTYP IMPORTING SEL_VARIANTE = GV_SEL_VARIANTE UEB_OKCODE = LOC_FCODE TABLES RJV2402_TAB = RJV2402_TAB RJV2403_TAB = RJV2403_TAB RJV2404_TAB = RJV2404_TAB RJV2405_TAB = RJV2405_TAB.
ISP_DISTRIBUTION_VARI_EDIT CALL FUNCTION 'ISP_DISTRIBUTION_VARI_EDIT' EXPORTING EINSTIEG = CON_VARI_SEL SEL_VARIANTE = GV_SEL_VARIANTE TRTYP = TJ180-TRTYP TABLES RJV2402_TAB = RJV2402_TAB RJV2403_TAB = RJV2403_TAB RJV2404_TAB = RJV2404_TAB RJV2405_TAB = RJV2405_TAB RJV2408_TAB = RJV2408_TAB.
ISP_DISTRIBUTION_VARI_EDIT CALL FUNCTION 'ISP_DISTRIBUTION_VARI_EDIT' EXPORTING EINSTIEG = CON_VARI_SEL SEL_VARIANTE = RJV2402_TAB-VRSNDVARI TRTYP = TJ180-TRTYP TABLES RJV2402_TAB = RJV2402_TAB RJV2403_TAB = RJV2403_TAB RJV2404_TAB = RJV2404_TAB RJV2405_TAB = RJV2405_TAB RJV2408_TAB = RJV2408_TAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJV24FNA - IS-M: Init FORMs (Sample PGM) MJV24FDI - IS-M: Init FORMs (Sample PGM) MJV24FCU - IS-M: INCLUDE: Output Screen Modifications MJV24F01 - IS-M: INCLUDE: Output Screen Modifications MJV10TOP - IS-M/SD: Top INCLUDE for the Sample Transaction MJV10OVA - IS-M/SD: Include for SAPMJV10 - PAI Modules for Screen Checks