SAPMJD05 is a standard Executable ABAP Report 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 SAPMJD05 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JD81 - IS-M: Edit Bundling Rule
JD82 - IS-M: Display Bundling Rule
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/SD: Edit/Display Bundling Rules
Text Symbol: VCU = Change
Text Symbol: T04 = Current date for check
Text Symbol: T03 = To-date for rule
Text Symbol: T02 = Date for rule
Text Symbol: T01 = Current date for analysis
Text Symbol: HCU = Create
Text Symbol: ACU = Display
INCLUDE MJ000TOP.
INCLUDE MJD05I01.
INCLUDE MJD05I50 . " PAI-MODULE
No SAP DATABASE tables are accessed within this REPORT code!
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = PAGEBEGIN * ENTRY_FROM = E02 ENTRY_TO = LOC_ZAHLSAETZE LAST_PAGE_FULL = ' ' LOOPS = ZAHL_STEP_LOOP_ZEILEN "--> auf Dynpro OK_CODE = OK_CODE OVERLAPPING = ' ' IMPORTING ENTRY_NEW = PAGEBEGIN EXCEPTIONS NO_ENTRY_TO = 02.
ISP_POPUP_GET_PACK_RULE_WEIGHT CALL FUNCTION 'ISP_POPUP_GET_PACK_RULE_WEIGHT' IMPORTING OUT_WEIGHT = OUT_STAFFEL-MAXWEIGHT OUT_WEIGHTUNIT = OUT_STAFFEL-MAXWGHUNIT OUT_PARAMETER = LOC_PAKETTEILER TABLES IN_STAFFELN = IN_STAFFEL_TAB.
ISP_PACKAGE_CHECK_INTERVAL CALL FUNCTION 'ISP_PACKAGE_CHECK_INTERVAL' EXPORTING BEABLST = RJD0502-BEABLST BEZIRK = RJD0502-BEZIRK DRERZ = RJD0502-DRERZ PVA = RJD0502-PVA GUELTIGAB = RJD0502-GUELTAB GUELTIGBIS = RJD0502-GUELTBIS LIEFERART = RJD0502-LIEFERART ROUTE = RJD0502-ROUTE WERK = RJD0502-DRKEI IMPORTING ABLADUNG_VORHANDEN = XABLADUNG_VORHANDEN.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.