Menu

SAP Function Module LOCATION_TRANSLATE

Übersetzung Werks-Nummer nach Kunden-Nummer und umgekehrt

The Function Module LOCATION_TRANSLATE (Übersetzung Werks-Nummer nach Kunden-Nummer und umgekehrt) is a standard Function Module in SAP ERP and is part of the function group WSO1 within the package WSOR.

Technical Information

Function Module LOCATION_TRANSLATE
Short Text Übersetzung Werks-Nummer nach Kunden-Nummer und umgekehrt
Function Group WSO1
Package WSOR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CLIENT LIKE KNA1-KUNNR SPACE Vorgabe Kunden-Nummer
PLANT LIKE T001W-WERKS SPACE Vorgabe Werks-Nummer
TABS LIKE SPACE nicht nur Nr., sondern auch Tab.-Segm.(wenn 'X')
TABS_WRF1 LIKE SPACE auch Tab.-Segment WRF1 lesen (wenn 'X')

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CLIENT_RESULT LIKE KNA1-KUNNR Ergebnis Kunden-Nummer
C_RES_FIELD LIKE KNA1 Ergebnis kompletter Datensatz KNA1
PLANT_RESULT LIKE T001W-WERKS Ergebnis Werks-Nummer
P_RES_FIELD LIKE T001W Ergebnis kompletter Datensatz T001W

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
CLIENT_NOT_FOUND Kunde nicht gefunden
NO_MATCHING zu Werks-Nr. gibt es keine Kd.-Nr. bzw. umgekeh.
PLANT_NOT_FOUND Werk nicht gefunden
WRONG_PARAMETERS siehe Langtext