FRE_DELTA_LOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Transfer Changed Data to F&R The report for delta transmission coordinates the collection of changes, the determination of the new values and their transfer to F&R...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_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
FRE02 - Transfer Changed Data to F&R
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_CHGD_F = Creation date lower limit
Selection Text: P_CHGD_T = Creation date upper limit
Selection Text: P_CHGT_F = Creation time lower limit
Selection Text: P_CHGT_T = Creation time upper limit
Selection Text: P_CONS = Send consumption data
Selection Text: P_DIRECT = access F&R direct
Selection Text: P_FILTER = Filter over customized sites?
Selection Text: P_HIST = D .
Selection Text: P_PARAL = D .
Selection Text: P_PAST = D .
Selection Text: P_SE_ALL = Select All Interfaces
Selection Text: P_STOCK = Send stock data
Selection Text: P_SVRGR = D .
Selection Text: P_SYDEST = Destination system
Selection Text: P_TASKS = D .
Selection Text: P_TEST = Test
Selection Text: P_VKP_ED = End sales price interval
Selection Text: P_VKP_SD = Start sales price interval
Selection Text: P_VZ_DIR = Direct read DC sales price
Selection Text: P_VZ_END = Distribution channel
Title: Transfer changed data to F&R
Text Symbol: P04 = Package Size for Transportation Lanes
Text Symbol: P05 = Package Size for Locations (Sites and Vendors)
Text Symbol: P06 = Package Size for Stock Information and Consumption Data
Text Symbol: P08 = Package Size for Release Profiles
Text Symbol: P10 = Package Size Layout Modules
Text Symbol: P11 = Package Size for Purchase Order Data
Text Symbol: P12 = Package Size for Assignment Information
Text Symbol: P13 = Package Size for Switch Information
Text Symbol: P14 = Package Size for Sales Order Data
Text Symbol: PCP = Change Pointers
Text Symbol: SAO = Send sales order data to F&R
Text Symbol: T01 = ******* Processing completed! *******
Text Symbol: T02 = (For more details use transaction FRE_UI)
Text Symbol: T98 = Definition of sales price determination interval
Text Symbol: T99 = DC sales price determination method
Text Symbol: P03 = Package Size for Location-Products
Text Symbol: 001 = Send error
INCLUDE FRE_INIT_LOADF02. " FORM ROUTINES FOR PARALLISATION
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.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name FRE_DELTA_LOAD or its description.
FRE_DELTA_LOAD - Transfer changed data to F&R FRE_DELTA_LOAD - Transfer changed data to F&R FRE_CPOCAL_AFT_CUST_CHGTOP - Include FRE_CPOCAL_AFT_CUST_CHGTOP FRE_CPOCAL_AFT_CUST_CHG - Update assignment of central PO calendars after customizing changes FRE_CPOCAL_AFT_CUST_CHG - Update assignment of central PO calendars after customizing changes FRE_CONSTANTS - Include Constants for R/3 - F&R Interfaces