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

FRE_CHECK_SUPPLY_NET SAP ABAP Report - Determine Supply Net Inconsistencies Between SAP ERP and SAP F&R







FRE_CHECK_SUPPLY_NET is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to compare supply network data (internal and external transportation lanes) between SAP ERP and SAP F&R and display found inconsistencies such as the following: Missing transportation lanes in SAP ERP or SAP F&R Deviations in supply network field values...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_SUPPLY_NET 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_C2 - Check Supply Net 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_SUPPLY_NET. "Basic submit
SUBMIT FRE_CHECK_SUPPLY_NET AND RETURN. "Return to original report after report execution complete
SUBMIT FRE_CHECK_SUPPLY_NET 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_TASKS = Max. number parallel processes
Selection Text: P_SVRGR = Logon/server group
Selection Text: P_SNDDST = F&R System
Selection Text: P_MAXINC = Max Number of Inconsistencies
Selection Text: P_CPPERI = Change pointer period
Selection Text: P_BLOCK = Article/Site comb. p. Package
Selection Text: S_MATNR = Article
Selection Text: S_WERKS = Site
Selection Text: C_SUM = Summary
Selection Text: C_SPLIST = Split by site
Selection Text: C_PRIROU = Consider rounding effects
Selection Text: C_PARALL = Parallel Processing
Selection Text: C_ISSUCP = Issue Incons with CP/BIF entry
Selection Text: C_ILANE = Check Internal Lanes
Selection Text: C_ELANE = Check External Lanes
Selection Text: C_CONSIF = Consider F&R interface tables
Selection Text: C_CONSCP = Consider Change Pointers
Selection Text: C_CHKTDD = Check Time Dependent Data
Selection Text: C_CHKPRI = Check Purchase Prices
Selection Text: C_CANCJB = Job Interruption in Batch
Selection Text: C_BADIFR = Consider BAdI entrance F&R
Title: Determine Supply Net Inconsistencies Between SAP ERP and SAP F&R
Text Symbol: S11 = Master Data
Text Symbol: S12 = Check Options
Text Symbol: Y1P = Spool & - & - created.
Text Symbol: XX2 = Field &TABNAME-&FIELDNAME is excluded from processing by selection screen.
Text Symbol: XX1 = Field &TABNAME-&FIELDNAME is excluded from processing by interface settings.
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: S13 = Performance Options
Text Symbol: S21 = Lane Types
Text Symbol: S22 = Additional Checks
Text Symbol: S23 = Output Control
Text Symbol: S24 = Check External Lanes
Text Symbol: S25 = Check Internal Lanes
Text Symbol: S31 = Hours
Text Symbol: S32 = Issue inconsistencies with change pointer / interface entry
Text Symbol: S40 = Send Deletion Records for not Exisiting Lane in ERP





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: S02 = Exclude Fields
Text Symbol: S01 = Main selection
Text Symbol: HD5 = Processing parameters
Text Symbol: HD3 = Processing messages
Text Symbol: HD1 = Initialization
Text Symbol: E0N = The control information could not be read (F&R) !
Text Symbol: E09 = No inconsistencies found.
Text Symbol: E08 = No article site combinations found.
Text Symbol: E07 = Inconsistencies found during processing !
Text Symbol: E06 = Make at least one selection in the master data !
Text Symbol: E04 = in dialogue mode !
Text Symbol: E03 = Maximal 10000 inconsistencies will be collected
Text Symbol: E02 = The check of function module F&R failed on destination &1!
Text Symbol: E01 = Please select at least one lane type !
Text Symbol: 01P = location products were checked.
Text Symbol: 014 = Inconsistencies determined
Text Symbol: 013 = Prepare output ...
Text Symbol: 012 = Determine inconsistencies ...
Text Symbol: 011 = Determine article site combinations ...
Text Symbol: 002 = all locations
Text Symbol: 001 = Inconsistencies


INCLUDES used within this REPORT FRE_CHECK_SUPPLY_NET

INCLUDE: FRE_CHECK_SUPPLY_NET_TOP. " GLOBAL DEFINITION AND 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_SUPPLY_NET or its description.