FRE_CHECK_LOC_PROD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to determine master data inconsistencies between SAP ERP and SAP F&R master data...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_CHECK_LOC_PROD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FRE_C1 - Check Master 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 = Article/Site comb. p. Package
Selection Text: P_CPPERI = Change pointer period
Selection Text: P_MAXINC = Max Number of Inconsistencies
Selection Text: P_SNDDST = F&R System
Selection Text: P_SVRGR = Logon/server group
Selection Text: P_TASKS = Max. number parallel processes
Selection Text: P_VZ_DIR = Direct read DC sales price
Selection Text: P_VZ_END = Distribution channel
Selection Text: C_SUM = Summary
Selection Text: C_SPLIST = Split by site
Selection Text: C_PARALL = Parallel Processing
Selection Text: C_ISSUCP = Issue Incons with CP/BIF entry
Selection Text: C_CONSIF = Consider F&R Interface Tables
Selection Text: C_CONSCP = Consider Change Pointers
Selection Text: C_CHSAL = Check Sales Prices
Selection Text: C_CHREFM = Check Reference Module
Selection Text: C_CHMARM = Check Unit of Measure
Selection Text: C_CHLP = Check Location/Product Data
Selection Text: C_CHLIS = Check Listing Status
Selection Text: C_CANCJB = Job Interruption in Batch
Selection Text: C_BADIFR = Consider BAdI entrance F&R
Selection Text: S_WERKS = Site
Selection Text: S_MATNR = Article
Title: Determine Master Data Inconsistencies between SAP ERP and SAP F&R
Text Symbol: E14 = Error occured during processing.
Text Symbol: Y1P = Spool & - & - created.
Text Symbol: X9T = inconsistencies &TABNAME skipped because of existing change pointers / BIF entries.
Text Symbol: X8T = inconsistencies &TABNAME marked because of existing change pointers / BIF entries.
Text Symbol: X3N = deviations &TABNAME field &FIELDNAME.
Text Symbol: X2N = entries &TABNAME missing in F&R.
Text Symbol: X1N = entries &TABNAME missing in ERP.
Text Symbol: S01 = Main selection
Text Symbol: S33 = Check location product relevance in SAP F&R
Text Symbol: S32 = Issue inconsistencies with change pointer / interface entry
Text Symbol: S31 = Hours
Text Symbol: S23 = Output Control
Text Symbol: S22 = Additional Checks
Text Symbol: S21 = Time Dependent Field Check
INCLUDE FRE_CHECK_LOC_PROD_TOP . " GLOBAL DATA
INCLUDE FRE_CHECK_LOC_PROD_SEL_SCREEN. " SELCETION SCREEN DATA
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_CHECK_LOC_PROD or its description.
FRE_CHECK_LOC_PROD - Determine Master Data Inconsistencies between SAP ERP and SAP F&R FRE_CHECK_LOC_PROD - Determine Master Data Inconsistencies between SAP ERP and SAP F&R FRE_CHECK_LAYOUT_MOD_TOP - Include FRE_CHECK_LAYOUT_MOD_TOP FRE_CHECK_LAYOUT_MOD_SEL_SCR - Include FRE_CHECK_LAYOUT_MOD_SEL_SCR FRE_CHECK_LAYOUT_MOD_FORMS_GEN - Include FRE_CHECK_LAYOUT_MOD_FORMS_GEN FRE_CHECK_LAYOUT_MOD_FORMS - Include FRE_CHECK_LAYOUT_MOD_FORMS