Menu

SAP Function Module LTRT_LROUT_BUILD

Calculate distance between nodes

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module LTRT_LROUT_BUILD (Calculate distance between nodes) is a standard Function Module in SAP ERP and is part of the function group LTRT_PREP within the package LTRT.

Technical Information

Function Module LTRT_LROUT_BUILD
Short Text Calculate distance between nodes
Function Group LTRT_PREP
Package LTRT
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IV_ACCURATE TYPE FLAG Intersections are checked more accurately (Slower)
IV_DEEP_STRUCT_RQUIR TYPE FLAG General Flag
IV_RECURSIVE_SEARCH TYPE FLAG Recursive distance determination
I_LOCAT LIKE LNODE-LOCAT Site

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
DOUBLE_NODES_FOUND There are two identical nodes
ERROR_UPDATING_DB Error updating databse
METHOD_NOT_SUPPORTED Method not supported
NO_NODES_FOUND No nodes found
NO_OBSTACLES_FOUND No obstacles in table LOBSL
OBSTACLES_CROSS_CHECK_FAILED Check of crossing obstacles failed
OBSTACLE_NOT_DEFINED Obstacle not found
ONLY_ONE_LINE_FOUND Only one node was found
RECTANGLE_DEFINITION_ERROR Rectangle definition error
SITE_NOT_DEFINED No definition for this site in table LLOCT
TABLE_LNODE_NOT_MAINTAINED Table LNODE not maintained
WALL_DEFINITION_ERROR Wall definition error