FRE_DIF_DELTA_LOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The execution of Forecasting and Replenishment in F&R requires some input from external systems...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FRE_DIF_DELTA_LOAD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FRE12 - Delta Transfer of DIF Occurrences
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_BLOCK = D .
Selection Text: P_DIRECT = Access F&R Directly
Selection Text: P_PARAL = D .
Selection Text: P_SVRGR = D .
Selection Text: P_SYDEST = Destination System
Selection Text: P_TASKS = D .
Title: Delta Transmission of DIF Occurrences
Text Symbol: 001 = Parallel Processing Options
Text Symbol: 002 = Transfer Settings
Text Symbol: 003 = No system resources available for parallel sending!
Text Symbol: 004 = No system resources available for parallel sending! -> Serialisation!
Text Symbol: 007 = Master Data Interface
Text Symbol: 008 = DIF occurence processing completed! Check TC FRE_UI for messages!
Text Symbol: 009 = DIF occurence data transfer failed! Check TC FRE_UI for failure messages!
Text Symbol: 010 = up to
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FRE_DIF_DELTA_LOAD - Delta Transmission of DIF Occurrences FRE_DIF_DELTA_LOAD - Delta Transmission of DIF Occurrences FRE_DIF_DELETE_ADMI - Delete administrative data for DIF occurrences FRE_DIF_DELETE_ADMI - Delete administrative data for DIF occurrences FRE_DELTA_LOADTOP - Include FRE_INIT_LOADTOP FRE_DELTA_LOADF03 - Include FRE_DELTA_LOADF03