MJN01OEH 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 MJN01OEH 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: PAI INCLUDE for Object Processing (Sample PGM)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = SY-CPROG DYNUMB = SY-DYNNR TABLES DYNPFIELDS = DYNTAB EXCEPTIONS INVALID_ABAPWORKAREA = 01 INVALID_DYNPROFIELD = 02 INVALID_DYNPRONAME = 03 INVALID_DYNPRONUMMER = 04 INVALID_REQUEST = 05 NO_FIELDDESCRIPTION = 06 UNDEFIND_ERROR = 07.
SEARCH_BANK_ADDRESS CALL FUNCTION 'SEARCH_BANK_ADDRESS' EXPORTING I_BANKS = JNTRECH-BANKS IMPORTING E_BNKA = BNKA.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJN01OEH - IS-M: PAI INCLUDE for Object Processing (Sample PGM) MJN01ODI - INCLUDE: Data Initializations for Sample Transaction MJN01IOP - IS-M: PAI INCLUDE for Object Checks (Sample PGM) MJN01IOB - IS-M: PAI INCLUDE for Object Processing (Sample PGM) MJN01INA - IS-PSD: Include for SAPLJN00 - PAI Modules for Navigation MJN01FSE - FORMS for SELECT SINGLE Within Structures