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_RELEV_DIST_PROF_DC (Determine relevant Distribution Profiles on Site Level) is a standard Function Module in SAP ERP and is part of the function group FRE_PROC_METH_OUT within the package WFRE_PI.
Function Module | FRE_RELEV_DIST_PROF_DC |
Short Text | Determine relevant Distribution Profiles on Site Level |
Function Group | FRE_PROC_METH_OUT |
Package | WFRE_PI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IR_DIST_PROF_DC | TYPE | FRE_RANGE_RTTY | FRE Range Structure for FM Import / Export Parameter | |
I_DISTR_CENTER | TYPE | WERKS_D | Plant | |
I_INITIAL | TYPE | FRE_INIT_FLAG | Flag to decide between initial and delta Transmission |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_DIST_PROF_DC | TYPE | FRE_DIST_PROF_DC_STY | Distribution Profile of Distribution Center | |
ET_DIST_PROF_DC | TYPE | FRE_DIST_PROF_DC_TTY | Distribution Profile of Distribution Center |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.