Ansicht
Dokumentation

SD_GTIS_TRANSNET - Graphical Transportation Information System - Main Routine

SD_GTIS_TRANSNET - Graphical Transportation Information System - Main Routine

CL_GUI_FRONTEND_SERVICES - Frontend Services   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This module creates a graphical depiction of the transportation routes for the order, delivery or shipment selected. The routes are shown in the form of a network, with the locations (shipping points, load transfer points, receiving points) shown as transportation connection points while the legs that link them are shown as lines. Different information 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 either an order number, a delivery number or a shipment number. If you do not specify any of these parameters, then the shipments to be displayed are selected on the basis of the contents of the function module's

internal table for orders, deliveries and shipments. These tables can be modified using the functions SD_GTIS_INITIALIZE and SD_GTIS_SET_RECNUM.

In addition to the document number data being transferred, tables with temporary information (shipment header XVTTK, shipment items XVTTP, shipment legs XVTTS, item-leg-assignment XVTSP and shipment document flow XVTFA) can also be transferred.

Example

Displaying the shipment legs for delivery '0080000252':

call function 'SD_GTIS_MAIN'

exporting

delivid = '0080000252'

mode = 'R'.

Display of the transportation network for order '0025000022' and all legs in which deliveries are being transported at the same time as deliveries from this order on at least one route (transportation network):

call function 'SD_GTIS_MAIN'

exporting

orderid = '0025000022'.

Displaying the shipment legs for several orders, deliveries and shipments that are written to the internal tables using SD_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





Parameters

DELIVID
MODE
ORDERID
OUTPUT_MODE
PLACEM_MODE
RETURN_MODE
SHIPMID
SHIPM_RET
XVTSP
XVTTK
XVTTP
XVTTS
YVTTP

Exceptions

Function Group

V56G

General Material Data   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 3063 Date: 20240523 Time: 041218     sap01-206 ( 60 ms )