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

FRE_REINIT_LOAD SAP ABAP Report - Reinital Transfer of Data to SAP F&R







FRE_REINIT_LOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program for the re-initial data load coordinates data collection and data transmission to SAP Forecasting and Replenishment (SAP 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_REINIT_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

FRE07 - Re-initial Transfer of Data


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_REINIT_LOAD. "Basic submit
SUBMIT FRE_REINIT_LOAD AND RETURN. "Return to original report after report execution complete
SUBMIT FRE_REINIT_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_BLOCK = D .
Selection Text: P_DIRECT = Access F&R direct
Selection Text: P_LANE = Transportation Lane
Selection Text: P_LAYMOD = D .
Selection Text: P_LIFNR = ext. Vendor/DC
Selection Text: P_LOC = Location
Selection Text: P_LOCPR = Location Product
Selection Text: P_MATNR = Material
Selection Text: P_PARAL = D .
Selection Text: P_PROD = Product
Selection Text: P_SVRGR = D .
Selection Text: P_SYDEST = Destination system
Selection Text: P_TASKS = D .
Selection Text: P_VEND = Vendor
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
Selection Text: P_WERKS = Site
Title: Reinital Transfer of Data to SAP F&R
Text Symbol: T99 = DC sales price determination method
Text Symbol: T98 = Definition of sales price determination interval
Text Symbol: T02 = (For more details use transaction FRE_UI)
Text Symbol: T01 = ******* Processing completed! *******
Text Symbol: E02 = Location Product not F&R relevant
Text Symbol: E01 = Layout module could not be transferred
Text Symbol: 099 = Send Sales Price
Text Symbol: 098 = Send only Source List Lanes
Text Symbol: 044 = Layout Module interface error
Text Symbol: 043 = Layout module interface
Text Symbol: 001 = Data Selection Options
Text Symbol: 002 = Transfer Settings
Text Symbol: 003 = Parallel Processing Options
Text Symbol: 006 = RE-Initialization
Text Symbol: 010 = Send Location Data to F&R
Text Symbol: 011 = Send Product Data to F&R
Text Symbol: 012 = Send Location Product Data to F&R
Text Symbol: 013 = Send Reference Module Data to F&R





Text Symbol: 014 = Send Transportation Lane Data to F&R
Text Symbol: 015 = Send external Vendor/Distribution Center Data to F&R
Text Symbol: 016 = to F&R only direct sending possible at the moment.
Text Symbol: 017 = Selection via Location/Product
Text Symbol: 018 = Send Layout Module Data to F&R
Text Symbol: 019 = Send Sales Order Data to F&R
Text Symbol: 020 = wrong F&R destination
Text Symbol: 021 = no system resources available
Text Symbol: 022 = Master Data Interface
Text Symbol: 023 = Product interface error message:
Text Symbol: 024 = Product Data transfer successful
Text Symbol: 025 = Location-Product interface error message
Text Symbol: 026 = Transportation Lane interface error message
Text Symbol: 027 = Transportation Lane Data transfer successful
Text Symbol: 028 = Location Product Data transfer successful
Text Symbol: 030 = Location Data transfer successful
Text Symbol: 031 = Ext.Vendor/DC Data transfer successful
Text Symbol: 032 = No generic deletion records for Lanes
Text Symbol: 033 = Sales Order Data transfer successful
Text Symbol: 040 = Another Interface is already active!!! (Lock on table FRE_DB_ART_SITE failed)
Text Symbol: 041 = ******************** Report FRE_REINIT_LOAD stopped ************************


INCLUDES used within this REPORT FRE_REINIT_LOAD

INCLUDE FRE_REINIT_LOADF02. " FORM ROUTINES FOR PARALLISATION
INCLUDE FRE_REINIT_LOADF03. " FORM ROUTINES FOR LOCATION
INCLUDE FRE_REINIT_LOADF04. " FORM ROUTINES FOR PRODUCT
INCLUDE FRE_REINIT_LOADF05. " FORM ROUTINES FOR LOCATION PRODUCT
INCLUDE FRE_REINIT_LOADF06. " FORM ROUTINES FOR TRANSPORTATION LANES
INCLUDE FRE_REINIT_LOADF07. " FORM ROUTINES FOR REFERENCE MODULES
INCLUDE FRE_REINIT_LOADF08. " FORM ROUTINES FOR LAYOUT MODULES


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:

AIC0_OWN_LOGSYSTEM_GET CALL FUNCTION 'AIC0_OWN_LOGSYSTEM_GET' IMPORTING e_own_logsystem = gs_work_report-system_r3 EXCEPTIONS own_logsystem_not_defined = 1 OTHERS = 2.

ENQUEUE_E_FRE_DB_ARTSITE CALL FUNCTION 'ENQUEUE_E_FRE_DB_ARTSITE' EXPORTING mode_fre_db_art_site = 'X' mandt = sy-mandt x_werks = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

SET_LAYOUT_LOAD_REF_ID CALL FUNCTION 'SET_LAYOUT_LOAD_REF_ID' EXPORTING pi_load_refid = gv_refid.

FRE_MESSAGE_DB CALL FUNCTION 'FRE_MESSAGE_DB' EXPORTING mode = 'I' TABLES messages = gt_msg EXCEPTIONS database_error = 1 wrong_mode = 2 OTHERS = 3.

DEQUEUE_E_FRE_DB_ARTSITE





CALL FUNCTION 'DEQUEUE_E_FRE_DB_ARTSITE' EXPORTING mode_fre_db_art_site = 'X' mandt = sy-mandt.



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_REINIT_LOAD or its description.