Menu

SAP Function Module FRE_UOM_OUT

Transmission of Unit of Measure Groups to F&R

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module FRE_UOM_OUT (Transmission of Unit of Measure Groups to F&R) is a standard Function Module in SAP ERP and is part of the function group FRE_LOGIST_ROUND_OUT within the package WFRE_PI.

Technical Information

Function Module FRE_UOM_OUT
Short Text Transmission of Unit of Measure Groups to F&R
Function Group FRE_LOGIST_ROUND_OUT
Package WFRE_PI
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IP_LOGSYS TYPE FRE_SYSTEM_R3 System of R3
IS_SEND_OPTION TYPE FRE_SEND_OPTION Maintain Basic Settings for Data Transfer
IT_UOM_H TYPE FRE_BIF_UOM_H_TTY Unit of Measure Group Header
IT_UOM_I TYPE FRE_BIF_UOM_I_TTY Unit of Measure Group Item
TST TYPE TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_MSG TYPE FRE_UI_MSG_TTY FRE CON R/3 User Interface Message Structure

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.