SAPMOIJTN 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 The module pool SAPMOIJT contains transactions for creating, changing, correcting, reversing, displaying, and deleting a ticket, aswell as for terminating an invalid ticket...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 SAPMOIJTN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O4TENREV - Reverse Ticket
O4TENCRPT - Terminate invalid ticket
O4THN - Delete Ticket
O4TGN - Display Ticket
O4TFN - Change ticket
O4TENCORR - Correct ticket
O4TEN - Ticket create new
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: TSW: Ticket processing
Text Symbol: 070 = Documentflow
Text Symbol: 069 = Shipping Point
Text Symbol: 068 = destination
Text Symbol: 067 = origin
Text Symbol: 066 = Movementscenario
Text Symbol: 065 = Select a line to specify the Nomination uniquely
Text Symbol: 064 = UoM Selection
Text Symbol: 063 = Check for a unique ticket number
Text Symbol: 062 = another ticket number ?
Text Symbol: 061 = Do you want to enter
Text Symbol: 060 = already exists in the system
Text Symbol: 059 = A ticket with this ticket number
Text Symbol: 058 = Docnumber:
Text Symbol: 057 = Doctype:
Text Symbol: 056 = Execution blocked.
Text Symbol: 055 = Document number:
Text Symbol: 054 = Document type:
Text Symbol: 053 = Redundant entry for Unit of Measure
Text Symbol: 052 = Available items
Text Symbol: 051 = Available Tickets
Text Symbol: 050 = Nomination No:
Text Symbol: 049 = Item No :
Text Symbol: 048 = Dataloss warning!
Text Symbol: 510 = The control could not be created
Text Symbol: 101 = Multiple
Text Symbol: 100 = Either quantity or parallel quantity must be entered
Text Symbol: 098 = Enter a quantity
Text Symbol: 097 = ShippNotif
Text Symbol: 096 = Reservation
Text Symbol: 095 = DeliveryNote
Text Symbol: 094 = Available Tanks
Text Symbol: 093 = Hide Standard Toolbar
Text Symbol: 092 = Show Standard Toolbar
Text Symbol: 091 = Insert Event
Text Symbol: 090 = Delete Events
Text Symbol: 082 = SAPMOIJTN_001
Text Symbol: 081 = No
INCLUDE MOIJTNTOP.
INCLUDE MOIJTNE_C01.
INCLUDE MOIJTNE01.
INCLUDE MOIJTNF01. "FCODE_DBL_CLCK_ON_MAIN_SCR
INCLUDE MOIJTNF01_FCODE_PROCESSING.
INCLUDE MOIJTNF01_FCODE_SAVE.
INCLUDE MOIJTNF01_FCODE_TABSTRIP.
INCLUDE MOIJTNF01_FCODE_SCROLL_TAB_CON.
INCLUDE MOIJTNF02.
INCLUDE MOIJTNF02_QCI_PROCESSING.
INCLUDE MOIJTNF03.
INCLUDE MOIJTNF02_VALIDATE_GROSS_NET.
INCLUDE MOIJTNF01_VAL_REQ_TEMP_UOM.
INCLUDE MOIJTNF02_VALID_DATE_N_TIME.
INCLUDE MOIJTNF04.
INCLUDE MOIJTNF05. "DATA_INITIALIZE
INCLUDE MOIJTNF06_REV_TKT_MUL_LIN_INIT.
INCLUDE MOIJTNF06_ITEM_REVERSAL_PROC.
INCLUDE MOIJTNF06_ITEM_CORR_OR_REVERSE.
INCLUDE MOIJTNF06_MESSAGE.
INCLUDE MOIJTNF06_LAST_TIC_VERS_GET.
INCLUDE MOIJTNF06_CORRECTION_TICKET_IN.
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 SAPMOIJTN or its description.
SAPMOIJTN - TSW: Ticket processing SAPMOIJTN - TSW: Ticket processing 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