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
Below is a list of transaction codes which are relevant to this SAP report
FRE_C2 - Check Supply Net 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_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
INCLUDE: FRE_CHECK_SUPPLY_NET_TOP. " GLOBAL DEFINITION AND 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.
FRE_CHECK_SUPPLY_NET - Determine Supply Net Inconsistencies Between SAP ERP and SAP F&R FRE_CHECK_SUPPLY_NET - Determine Supply Net Inconsistencies Between SAP ERP and SAP F&R FRE_CHECK_SALES_ORDER_TOP - Include FRE_CHECK_SALES_ORDER_TOP FRE_CHECK_SALES_ORDER_FORMS - Include FRE_CHECK_SALES_ORDER_FORMS FRE_CHECK_SALES_ORDER - Determine Sales Order Data Inconsistencies between SAP ERP and SAP F&R FRE_CHECK_SALES_ORDER - Determine Sales Order Data Inconsistencies between SAP ERP and SAP F&R