SAP Reports / Programs | Cross-Application Components(CA) SAP CA

FRE_DELTA_LOAD SAP ABAP Report - Transfer changed data to F&R







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FRE02 - Transfer Changed Data to F&R


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FRE_DELTA_LOAD. "Basic submit
SUBMIT FRE_DELTA_LOAD AND RETURN. "Return to original report after report execution complete
SUBMIT FRE_DELTA_LOAD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 002 = Parallel Processing Options
Text Symbol: 003 = The following error arose:
Text Symbol: 004 = error read logical system id
Text Symbol: 005 = High level filtering over customized sites
Text Symbol: 006 = Transfer Settings
Text Symbol: 007 = selection period
Text Symbol: 008 = wrong F&R destination
Text Symbol: 010 = Parallel processing with these Serv.grp
Text Symbol: 011 = not possible. Seq. make further?
Text Symbol: 012 = Case of change: No parallel processing
Text Symbol: 013 = ===> Parallel processing was ignored
Text Symbol: 016 = Master Data Interface
Text Symbol: 018 = To F&R only direct sending possible at the moment.
Text Symbol: 020 = Data Select Options
Text Symbol: 031 = Send Merchandise Categories / MC Hierarchies to F&R
Text Symbol: 032 = Send Reference Site Assignment to F&R
Text Symbol: 033 = Send Loc/Prod/LocProd/TranspLanes Data to F&R
Text Symbol: 034 = Send open order data to F&R
Text Symbol: 035 = Send Article Hierarchy Data to F&R
Text Symbol: 038 = Send DIF occurrences directly to F&R (only possible with LocProd)
Text Symbol: 040 = Another Interface is already active!!! (Lock on table FRE_DB_ART_SITE failed)
Text Symbol: 041 = ******************** Report FRE_DELTA_LOAD stopped ***********************
Text Symbol: 042 = Send release profiles with assignments
Text Symbol: 043 = Send layout modules
Text Symbol: 044 = Send contract data to F&R
Text Symbol: 045 = Send switch information data to F&R
Text Symbol: 046 = Send assignment information data to F&R
Text Symbol: 050 = Error in Date / Time Interval
Text Symbol: 051 = No Change Pointers Available for given Date / Time Interval
Text Symbol: 052 = DB Select Error Reading Change Pointers
Text Symbol: 053 = Communication / System Failure during Data Transfer
Text Symbol: 054 = Send stock information
Text Symbol: 055 = Send consumption data
Text Symbol: 099 = Send Sales Price
Text Symbol: P01 = Package Size for Reference Assignments


INCLUDES used within this REPORT FRE_DELTA_LOAD

INCLUDE FRE_INIT_LOADF02. " FORM ROUTINES FOR PARALLISATION


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!








Contribute (Add Comments)

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.