SAP Reports / Programs

FRE_CHECK_LOC_PROD SAP ABAP Report - Determine Master Data Inconsistencies between SAP ERP and SAP F&R







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


Transaction Code(s):

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

FRE_C1 - Check Master 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_CHECK_LOC_PROD. "Basic submit
SUBMIT FRE_CHECK_LOC_PROD AND RETURN. "Return to original report after report execution complete
SUBMIT FRE_CHECK_LOC_PROD 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 = 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





Text Symbol: S20 = Check Selection
Text Symbol: S13 = Performance Options
Text Symbol: S12 = Check Options
Text Symbol: S11 = Master Data
Text Symbol: S02 = Exclude Fields
Text Symbol: E13 = Process &TABNAME terminated in step &FIELDNAME. &REASON
Text Symbol: 001 = Inconsistencies
Text Symbol: 002 = Location/Product
Text Symbol: 003 = Location/Product Time Dependent
Text Symbol: 004 = Reference Module Header
Text Symbol: 005 = Reference Module Item
Text Symbol: 006 = Unit of Measure
Text Symbol: 007 = Overview Settings
Text Symbol: 008 = Processing messages
Text Symbol: 011 = Determine article site combinations ...
Text Symbol: 012 = Determine inconsistencies ...
Text Symbol: 013 = Prepare output ...
Text Symbol: 014 = Inconsistencies determined
Text Symbol: 015 = Buffering Data...
Text Symbol: 01P = &TABNAME entries were checked.
Text Symbol: 01T = entries are adjusted with F&R default values.
Text Symbol: 02I = &FIELDNAME in &TABNAME is excluded in check because of manual settings.
Text Symbol: 02T = entries had different currency than the F&R client currency.
Text Symbol: 03I = &FIELDNAME in &TABNAME is excluded in check because of F&R interface settings.
Text Symbol: 04I = &FIELDNAME in &TABNAME is excluded in check because of functional interface settings.
Text Symbol: E01 = Please select at least one type of Master Data check!
Text Symbol: E02 = The check of function module F&R failed on destination &1!
Text Symbol: E04 = In dialogue mode maximal 10000 inconsistencies will be processed!
Text Symbol: E06 = Make at least one selection in the master data!
Text Symbol: E07 = Inconsistencies found during processing!
Text Symbol: E08 = No article site combinations found.
Text Symbol: E0N = The control information could not be read (F&R)!
Text Symbol: E10 = Maximum number of inconsistencies reached.
Text Symbol: E11 = No inconsitencies found or product / location
Text Symbol: E12 = not transferred to F&R!


INCLUDES used within this REPORT FRE_CHECK_LOC_PROD

INCLUDE FRE_CHECK_LOC_PROD_TOP . " GLOBAL DATA
INCLUDE FRE_CHECK_LOC_PROD_SEL_SCREEN. " SELCETION SCREEN DATA


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