SAPMOIJT is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for Modulepool SAPMOIJT Includes Transactions O4TE - Create Ticket O4TF - Change Ticket O4TG - Display Ticket It is a Part of IBU IS-OIL TSW, Phase I, to maintain
If you would like to execute this report or see the full code listing simply enter SAPMOIJT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O4TE - OIL-TSW: Enter movement ticket
O4TG - OIL-TSW: Display Ticket
O4TF - OIL-TSW: Change ticket
O4TH - OIL-TSW: Delete movement ticket
O4TE_REVERSE - OIL-TSW: Reverse ticket actualizatio
O4TE_CORRECT - OIL-TSW: Correct ticket actualizatio
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: Ticket processing - enter or change a movement document
Text Symbol: 034 = Reason :
Text Symbol: 035 = Error Log Table
Text Symbol: 036 = Step :
Text Symbol: 037 = Key
Text Symbol: 038 = Number
Text Symbol: 039 = Status
Text Symbol: 040 = Created On
Text Symbol: 041 = Created By
Text Symbol: 042 = Last Changed On
Text Symbol: 043 = Last Changed By
Text Symbol: 044 = Deleted
Text Symbol: 045 = Nomination No :
Text Symbol: 046 = Item No :
Text Symbol: 047 = Create Shipping Notification
Text Symbol: 048 = Dataloss warning!
Text Symbol: 049 = Item No :
Text Symbol: 050 = Nomination No:
Text Symbol: 051 = Available Tickets
Text Symbol: 052 = Available items
Text Symbol: 053 = Redundant entry for Unit of Measure
Text Symbol: 054 = Document type:
Text Symbol: 055 = Document number:
Text Symbol: 056 = Execution blocked.
Text Symbol: 057 = Doctype:
Text Symbol: 058 = Docnumber:
Text Symbol: 059 = A ticket with this ticket number
Text Symbol: 060 = already exists in the system
Text Symbol: 061 = Do you want to enter
Text Symbol: 062 = another ticket number ?
Text Symbol: 063 = Check for a unique ticket number
Text Symbol: 064 = UoM Selection
Text Symbol: 033 = Item Nr. :
Text Symbol: 001 = Location Name
Text Symbol: 002 = Date
Text Symbol: 003 = Location Partner
Text Symbol: 004 = Tankage
Text Symbol: 005 = Consignee
INCLUDE MOIJTI01.
INCLUDE MOIJTO01.
INCLUDE MOIJTF01.
INCLUDE MOIJTE01.
INCLUDE MOIJTF02.
INCLUDE MOIJTF03.
INCLUDE MOIJTF02_VALIDATE_GROSS_NET.
INCLUDE MOIJTF01_VAL_REQ_TEMP_UOM.
INCLUDE MOIJTF04.
INCLUDE MOIJTF05.
INCLUDE MOIJTF06_REVERSAL_TICKET_INIT.
INCLUDE MOIJTF06_DATA_CHECK.
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.
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 SAPMOIJT or its description.
SAPMOIJT - IS-OIL TSW: Ticket processing - enter or change a movement document SAPMOIJT - IS-OIL TSW: Ticket processing - enter or change a movement document SAPMOIJRDTOP - Top Include containing Data Declarations SAPMOIJRDTO1 - Include SAPMOIJRDTO1: Reported quantities TOP Include SAPMOIJRDO10 - PBO modules of Current Inventory by Location & Tanks SAPMOIJRDO08 - Multiple Material View in SP - PBO Modules