MJV41F02 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 MJV41F02 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: Forms for Maintenance of House Number Ranges not Delivered
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_HOUSE_NUMBER_CHECK call function 'ISP_HOUSE_NUMBER_CHECK' exporting hausnrvon = fehl_info-hnvonu hausnrbis = fehl_info-hnbisu hnrzusvon = hzvonu hnrzusbis = hzbisu pb_hausnrvon = fehl_info-hausnrvon pb_hausnrbis = fehl_info-hausnrbis pb_hnrzusvon = fehl_info-hnrzusvon pb_hnrzusbis = fehl_info-hnrzusbis exceptions von_nicht_im_hnrbereich = 1 von_hnrzus_nicht_im_hnrzusber = 2 bis_nicht_im_hnrbereich = 3 bis_hnrzus_nicht_im_hnrzusber = 4 okay = 0.
ISP_HOUSE_NUMBER_CHECK call function 'ISP_HOUSE_NUMBER_CHECK' exporting hausnrvon = fehl_info-hnvong hausnrbis = fehl_info-hnbisg hnrzusvon = hzvong hnrzusbis = hzbisg pb_hausnrvon = fehl_info-hausnrvon pb_hausnrbis = fehl_info-hausnrbis pb_hnrzusvon = fehl_info-hnrzusvon pb_hnrzusbis = fehl_info-hnrzusbis exceptions von_nicht_im_hnrbereich = 1 von_hnrzus_nicht_im_hnrzusber = 2 bis_nicht_im_hnrbereich = 3 bis_hnrzus_nicht_im_hnrzusber = 4 okay = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJV41F02 - Forms for Maintenance of House Number Ranges not Delivered MJV41F01 - Forms for Processing Postal Data MJV41F00 - General Forms at Time of PBO MJV27TOP - General Data Definitions for Structure Maintenance MJV27FNA - PAI Include for Navigation Within Model Transaction MJV24UXX - documentation and ABAP source code