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