SAP Reports / Programs

SAPMJR18 SAP ABAP dialog Program - IS-M/SD: Unloading Viability Sets







SAPMJR18 is a standard Module pool for a dialog screen ABAP Program 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 SAPMJR18 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JR18 - IS-M: Maintain Unloading Via.Sets
JR20 - IS-M: Display Unloading Via.Sets
JR25 - IS-M: Maint.Unl.Via.Set (Del.Round)
JR26 - IS-M:Summ.Unl.VSet maint.- spec.days
JR27 - IS-M:Display Unl.Via.Set (Del.Round)
JR28 - IS-M: Maintain Unloading Via.Set
JR29 - IS-M: Maint.Unl.VSets for Spec.Days
JR30 - IS-M: Access Unload.VSet Display


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SAPMJR18. "Basic submit
SUBMIT SAPMJR18 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMJR18 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-M/SD: Unloading Viability Sets
Text Symbol: 000 = Substitute unloading pt
Text Symbol: 003 = No
Text Symbol: 004 = Field Name
Text Symbol: 005 = Sort Sequence (Blank = No Sort)
Text Symbol: ACU = Display
Text Symbol: HCU = Maintain
Text Symbol: PB1 = Exit unloading via.set editing:
Text Symbol: PB2 = Data entered will be lost.
Text Symbol: PB3 = Do you want to save first?
Text Symbol: PB4 = Exit unloading via.set editing:
Text Symbol: PB5 = Data entered will be lost.
Text Symbol: PB6 = Do you want to transfer the data?
Text Symbol: VCU = Change


INCLUDES used within this REPORT SAPMJR18

INCLUDE MJ_BOOLEAN.
INCLUDE MJ000OCU. " CUA
INCLUDE MJR18OSL.
INCLUDE MJR18ODI.
INCLUDE MJR18IDP.
INCLUDE MJR18ISL.
INCLUDE MJR18IVA.
INCLUDE MJR18FDI.
INCLUDE MJR18FVA.
INCLUDE MJR18FDP.
INCLUDE MJY00FAT.
INCLUDE MJ000FNA .


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPMJR18 or its description.