SAP Reports / Programs

SAPMOIJT SAP ABAP dialog Program - IS-OIL TSW: Ticket processing - enter or change a movement document







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 see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


Transaction Code(s):

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


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 SAPMOIJT. "Basic submit
SUBMIT SAPMOIJT AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMOIJT 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-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





Text Symbol: 006 = Owner
Text Symbol: 007 = Inspector
Text Symbol: 008 = Delete ticket ?
Text Symbol: 009 = Available carriers
Text Symbol: 010 = Available tickets
Text Symbol: 011 = Ticket validation successful.
Text Symbol: 012 = Proceed with ticket actualization
Text Symbol: 013 = Ticket validation complete
Text Symbol: 014 = process and saving of ticket?
Text Symbol: 015 = Available locations
Text Symbol: 016 = Bulk Shipment
Text Symbol: 017 = Shipment Item
Text Symbol: 018 = Ref. Doc. Type
Text Symbol: 019 = Doc. Number
Text Symbol: 020 = Doc. Line Item
Text Symbol: 021 = Act. Qty
Text Symbol: 022 = UoM
Text Symbol: 023 = Tol. %
Text Symbol: 024 = Tol. abs.
Text Symbol: 025 = Part. Complete
Text Symbol: 026 = Complete
Text Symbol: 027 = Ticket :
Text Symbol: 028 = Update Nomination :
Text Symbol: 029 = sucessful.
Text Symbol: 030 = not yet processed.
Text Symbol: 031 = failed.
Text Symbol: 032 = Doc. Nr. :


INCLUDES used within this REPORT SAPMOIJT

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.





INCLUDE MOIJTF06_LAST_TIC_VERS_GET.
INCLUDE MOIJTF07_POSTING_DATE_CHECK.
INCLUDE MOIJTF06_CORRECTION_TICKET_INI.
INCLUDE MOIJTF08.


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 SAPMOIJT or its description.