Menu

SAP Function Module FRE_ORD_DIRECT_SEND

Transmission of Order Data 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_ORD_DIRECT_SEND (Transmission of Order Data to F&R) is a standard Function Module in SAP ERP and is part of the function group FRE_ORDER_OUT within the package WFRE_PI.

Technical Information

Function Module FRE_ORD_DIRECT_SEND
Short Text Transmission of Order Data to F&R
Function Group FRE_ORDER_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
CALL_PROG TYPE FRE_CALL_PROG Calling Program
INITIAL_LOAD TYPE XFELD Checkbox
IP_PACKAGESIZE TYPE FRE_PACKAGESIZE Number of Records per Package
IP_PARALLEL TYPE XFELD Checkbox
IP_TASKS TYPE DDMAXTASKS Maximum number of parallel tasks
SERVERGROUP TYPE RZLLI_APCL Logon/Server Group Name

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FRE_ART_SITE LIKE FRE_MATNR_WERKS Article and Site for relevance check

Exceptions

This function module does not define any Exceptions.