SAP Reports / Programs

SAPMOIGS SAP ABAP dialog Program - TD Transport for scheduling, loading and delivery confirmation







SAPMOIGS 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 SAPMOIGS 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

O4F4 - TD Delete Shipment
O4F3 - TD Display Shipment
O4F2 - TD Change Shipment
O4L1 - TD-F Doc Item Quantity-Create/Change
O4G1 - Loading confirmation
O4G2 - Loading Confirmation - Display
O4H1 - Delivery Confirmation
O4F1 - TD Create Shipment
O4H2 - Delivery Confirmation - Display
O4I1 - Text Maintenance
O4L3 - TD-F Doc Item Quantity - Display
O4L4 - TD-F Maint. miss. fields for shp.c.


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 SAPMOIGS. "Basic submit
SUBMIT SAPMOIGS AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMOIGS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: TD Transport for scheduling, loading and delivery confirmation
Text Symbol: C05 = of them unless you cancel the change.
Text Symbol: C10 = Load
Text Symbol: C11 = Prior
Text Symbol: GG0 = Shipment Contains Dang. Goods
Text Symbol: GG1 = Ship. Does Not Contain Dang. Goods
Text Symbol: GG2 = Blocking Ind. for Dang. Goods Set
Text Symbol: GG3 = Blocking Ind. for Dang. Goods Not Set
Text Symbol: GG4 = Log for Dangerous Goods Check
Text Symbol: M01 = Delivery
Text Symbol: M02 = Reservatn.
Text Symbol: M03 = Ship. Not.
Text Symbol: ODD = Bulk Transportation - Delivery Confirmation
Text Symbol: ODL = Bulk Transportation - Loading
Text Symbol: ODP = Bulk Transportation - Scheduling (Plant Level)
Text Symbol: ODS = Bulk Transportation - Scheduling
Text Symbol: S01 = Confirm vehicle deletion
Text Symbol: S02 = Are you sure you want to delete
Text Symbol: S03 = vehicle & from shipment?
Text Symbol: S04 = Confirm document deletion
Text Symbol: S05 = Are you sure you want to delete
Text Symbol: S06 = & & from shipment?
Text Symbol: S07 = Confirm driver deletion
Text Symbol: S08 = Are you sure you want to delete
Text Symbol: S09 = driver & of vehicle &?
Text Symbol: S10 = delivery
Text Symbol: S11 = reservation
Text Symbol: S12 = ship.notif.
Text Symbol: S13 = Confirm event deletion
Text Symbol: S50 = Confirm document assignment deletion
Text Symbol: S52 = delete Document & from assignment ?
Text Symbol: T01 = Are you sure you want to reset for
Text Symbol: T02 = all delivery items?
Text Symbol: T03 = Exchange assignments using user exits
Text Symbol: 001 = Change
Text Symbol: 002 = Create
Text Symbol: 003 = Delete
Text Symbol: 004 = Display





Text Symbol: 005 = Problemlog material movement(s) - transaction code:
Text Symbol: 006 = General error
Text Symbol: 007 = Movement type:
Text Symbol: 008 = Maintain Completed
Text Symbol: 009 = Rebrand cptmt:
Text Symbol: 010 = Select LoV in cptmt:
Text Symbol: 011 = Select suitable batch
Text Symbol: 012 = Select reason for movement
Text Symbol: 013 = Positioning
Text Symbol: 014 = Open delivery postings. Check recover first.
Text Symbol: 015 = Recovery (no) or correction needed (yes)?
Text Symbol: 016 = Type
Text Symbol: 017 = Remarks
Text Symbol: 020 = Transport unit/sequence
Text Symbol: 021 = of 10 compartments
Text Symbol: 501 = Available stages
Text Symbol: 502 = Unassigned document items
Text Symbol: 503 = Quantitiy assignment via FIFO-principle
Text Symbol: 504 = FIFO-assignment already exists !
Text Symbol: 505 = Delete old assignment ?
Text Symbol: 506 = Stage Maintanance
Text Symbol: 507 = Delete stage from route ?
Text Symbol: 508 = Shipment
Text Symbol: 509 = Shipment vehicle
Text Symbol: 510 = Shipment stage
Text Symbol: 511 = Shipment number
Text Symbol: 512 = Discharge relevant Document items
Text Symbol: C01 = Vehicle TU Nr Material Load Quantity UOM Type
Text Symbol: C03 = The following load records all refer to the same material on board.
Text Symbol: C04 = The intransit storage location / batch will be changed for all


INCLUDES used within this REPORT SAPMOIGS

INCLUDE MOIGSTOP. "GLOBAL DATA DEFINITION
INCLUDE MOIGSO00. "PBO MODULES GENERAL
INCLUDE MOIGSO10. "PBO MODULES SCHEDULING
INCLUDE MOIGSO20. "PBO MODULES LOADING CONF.
INCLUDE MOIGSO30. "PBO MODULES DELIVERY CONF.
INCLUDE MOIGSO41. "PBO MODULES TEXT PROCESSING
INCLUDE MOIGSO51. "SO7K017369 RB CHANGE REASON
INCLUDE MOIGSI00. "PAI MODULES GENERAL
INCLUDE MOIGSI10. "PAI MODULES SCHEDULING





INCLUDE MOIGSI20. "PAI MODULES LOADING CONF.
INCLUDE MOIGSI30. "PAI MODULES DELIVERY CONF.
INCLUDE MOIGSI41. "PAI MODULES TEXT PROCESSING
INCLUDE MOIGSI51. "SO7K017369 RB CHANGE REASON
INCLUDE MOIGSF00. "FORMS GENERAL
INCLUDE MOIGSF01. "FORMS EXCHANGES
INCLUDE MOIGSF10. "FORMS SCHEDULING
INCLUDE MOIGSF11. "FORMS SCHEDULING TEXTS & EVENTS
INCLUDE MOIGSF15. "FORMS SCHEDULING INTERFACE
INCLUDE MOIGSF20. "FORMS LOADING CONF.
INCLUDE MOIGSF21. "FORMS LOADING CONF.
INCLUDE MOIGSF30. "FORMS DELIVERY CONF.
INCLUDE MOIGSF31. "FORMS DELIVERY CONF.
INCLUDE MOIGSF41. "FORMS TEXT PROCESSING
INCLUDE MOIGSF50.
INCLUDE MOIGSO50.
INCLUDE MOIGSI50.
INCLUDE MOIGSF60.
INCLUDE FOIGYCDC. "SO7K017369 RB CHANGE DOCS
INCLUDE MOIGS_PREPARE_PARTNER_SCREEO01.
INCLUDE MOIGS_PREPARE_PARTNER_SCREEF01.
INCLUDE MOIGS_PARTNER_FCODE_PASSI01.
INCLUDE MOIGS_PARTNER_FCODE_PASSI02.
INCLUDE TD_PARTNER_ROUTINES.
INCLUDE MOIGS_SET_SCREEN_FIELDSO01.
INCLUDE MOIGS_SCREEN_FIELDSF01.
INCLUDE MOIGS_PARVW_VALUESI01.


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