Functionality This module creates a graphical depiction of the transportation routesfor the order, delivery or shipment selected. The routes are shown inthe form of a network, with the locations (shipping points, loadtransfer points, receiving points) shown as transportation connectionpoints while the legs that link them are shown as lines. Differentinformation can be displayed for the legs: - Number of deliveries - Service agents - Deadlines - etc. You can call up further information by double-clicking on the legs(e.g. view all deliveries). You select the shipment legs using eitheran order number, a delivery number or a shipment number. If you do notspecify any of these parameters, then the shipments to be displayed areselected on the basis of the contents of the function module's internal table for orders, deliveries and shipments. These tables canbe modified using the functions SD_GTIS_INITIALIZE andSD_GTIS_SET_RECNUM. In addition to the document number data being transferred, tables withtemporary information (shipment header XVTTK, shipment items XVTTP,shipment legs XVTTS, item-leg-assignment XVTSP and shipment documentflow XVTFA) can also be transferred. Example call function 'SD_GTIS_MAIN' exporting delivid = '0080000252' mode = 'R'. Display of the transportation network for order '0025000022' and alllegs in which deliveries are being transported at the same time asdeliveries from this order on at least one route (transportationnetwork): call function 'SD_GTIS_MAIN' exporting orderid = '0025000022'. Displaying the shipment legs for several orders, deliveries andshipments that are written to the internal tables usingSD_GTIS_SET_RECNUM: call function 'SD_GTIS_MAIN' exporting mode = 'R'
Notes The display mode (transportation routes or transportation network) can be determined using parameter MODE. Further information Documentation on SD_GTIS_INITIALIZE and SD_GTIS_SET_RECNUM |