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
Below is a list of transaction codes which are relevant to this SAP report
FRE07 - Re-initial Transfer of Data
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 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
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
No SAP DATABASE tables are accessed within this REPORT code!
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.
CALL FUNCTION 'DEQUEUE_E_FRE_DB_ARTSITE' EXPORTING mode_fre_db_art_site = 'X' mandt = sy-mandt.
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.
FRE_REINIT_LOAD - Reinital Transfer of Data to SAP F&R FRE_REINIT_LOAD - Reinital Transfer of Data to SAP F&R FRE_PROC_METH_DELTA - Determine Customizing Changes for Processing Methods FRE_PROC_METH_DELTA - Determine Customizing Changes for Processing Methods FRE_PROCYC_AFT_CUST_CHGTOP - Include FRE_PROCYC_AFT_CUST_CHGTOP FRE_PROCYC_AFT_CUST_CHGF02 - Include FRE_PROCYC_AFT_CUST_CHGF02