SAPMOIJL 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 SAPMOIJL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O4TDL - OIL-TSW Delete Location
O4TY - OIL-TSW Display Location
O4TX - OIL-TSW Change Location
O4TW - OIL-TSW Create Location
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-Oil TSW: Master Data - TSW Locations
Text Symbol: 046 = Delete Line
Text Symbol: 045 = Add Line
Text Symbol: 044 = Multiple Sources/Destinations
Text Symbol: 043 = crossing the limit set
Text Symbol: 042 = Value entered
Text Symbol: 041 = is not a defined type
Text Symbol: 040 = Entered constraint
Text Symbol: 039 = is in the past
Text Symbol: 038 = Entered data
Text Symbol: 037 = is lesser than start date
Text Symbol: 036 = End date
Text Symbol: 035 = is lesser than start time
Text Symbol: 034 = End Time
Text Symbol: 033 = Recover as
Text Symbol: 032 = was deleted before with Location Type
Text Symbol: 031 = Location
Text Symbol: 024 = Partner Roles
Text Symbol: 023 = Nomination
Text Symbol: 022 = Planning
Text Symbol: 021 = SPW
Text Symbol: 020 = Deleted entry with the same number
Text Symbol: 019 = If not, use another Location No.
Text Symbol: 018 = This Location was deleted before. Recover?
Text Symbol: 017 = Available Pl. Cal.
Text Symbol: 013 = Creation of Partner Roles impossible
Text Symbol: 012 = Unexpected Error
Text Symbol: 011 = No valid Role Type found
Text Symbol: 010 = Import Parameter missing
Text Symbol: 009 = No Definition
Text Symbol: 008 = Cycle UoM permitted in TSW Phase 1
Text Symbol: 007 = Available Prod. Versions
Text Symbol: 006 = UoM Selection
Text Symbol: 005 = Transport System Selection
Text Symbol: 004 = Available Connection Points
Text Symbol: 003 = Available Locations
Text Symbol: 002 = Available planning Locations
Text Symbol: 001 = Material Selection
INCLUDE MOIJLTOP.
INCLUDE MOIJL_CLASS.
INCLUDE MOIJLO10.
INCLUDE MOIJLO20.
INCLUDE MOIJLI20.
INCLUDE MOIJLI10.
INCLUDE MOIJLF10.
INCLUDE MOIJLF01.
INCLUDE MOIJLF02.
INCLUDE MOIJLF03.
INCLUDE MOIJLF04.
INCLUDE MOIJLF05.
INCLUDE MOIJLF11.
INCLUDE MOIJLF01_SET_SCREEN_225.
INCLUDE MOIJLF01_FCODES_S350.
INCLUDE MOIJLF01_SET_FCODE.
INCLUDE MOIJLF01_GET_OIJLOC.
INCLUDE MOIJF01_GET_SS_RT_TEXT.
INCLUDE MOIJLF10_SET_SCREEN_DISPLAY.
INCLUDE MOIJLF01_CONVERT_QTY_TO_RDUOM.
INCLUDE MOIJLF01_CHECK_PLTYP.
INCLUDE MOIJLF01_SET_FCODE_TO_SAPMOIFA.
INCLUDE MOIJLF01_FCODE_TBCO.
INCLUDE MOIJLF01_CREATE_ALV_GRID.
INCLUDE MOIJLF01_CREATE_FIELD_CATALOG.
INCLUDE MOIJLF01_EXCLUDE_ALV_FUNCTIONS.
INCLUDE MOIJLF01_READ_OIJSDLOC_INTTABS.
INCLUDE MOIJLF01_SET_DATA_FOR_CHANGE.
INCLUDE MOIJLF01_GET_USAGETXT.
INCLUDE MOIJL_CHECK_DELETED_MATERIAF01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.