SAP Reports / Programs

FRE_REORG_ART_SITE SAP ABAP Report - Reorganization Control Tables F&R Relevant Article Site Combinations







FRE_REORG_ART_SITE 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 check and reorganize the SAP Forecasting and Replenishment (F&R) control tables FRE_DB_SITE and FRE_DB_ART_SITE in the SAP ERP system...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_REORG_ART_SITE 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_C5 - Reorganization F&R Control Tables


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_REORG_ART_SITE. "Basic submit
SUBMIT FRE_REORG_ART_SITE AND RETURN. "Return to original report after report execution complete
SUBMIT FRE_REORG_ART_SITE 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: S_WERKS = Site
Selection Text: S_MATNR = Article
Selection Text: P_TASKS = Max Count parall. Processes
Selection Text: P_SVRGR = D .
Selection Text: P_RFCDES = D .
Selection Text: P_NUMOS = No. of Sites for DB Selection
Selection Text: P_MAXINC = D .
Selection Text: P_DATEBI = Sales Price valid to (incl.)
Selection Text: P_CPPERI = Change Pointer Period
Selection Text: P_BLOCK = Article/Site per Package
Selection Text: C_TEST = Test
Selection Text: C_SUM = Summary
Selection Text: C_SPLIST = Split by Site
Selection Text: C_SITE = Check FRE_DB_SITE
Selection Text: C_RVKP = Reorganize Sales Price Data
Selection Text: C_PARALL = D .
Selection Text: C_MATLOC = Check /SAPAPO/MATLOC
Selection Text: C_ARTSIT = Check FRE_DB_ART_SITE
Selection Text: C_CANCJB = Job Interruption Batch
Selection Text: C_CONSCP = Check Change Pointers
Selection Text: C_FILTER = Consider Site Filter
Selection Text: C_IFFRE = Consider F&R Interface Tables
Selection Text: C_ISSUCP = D .
Title: Reorganization Control Tables F&R Relevant Article Site Combinations
Text Symbol: S33 = Check Site Relevance for F&R
Text Symbol: S40 = Additional Checks
Text Symbol: S41 = Hours
Text Symbol: S50 = Output Control
Text Symbol: S51 = Issue Inconsistencies with Interface Entry
Text Symbol: S60 = Parallel Processing Options
Text Symbol: 001 = Inconsistencies
Text Symbol: X0Q = Location Products were checked.
Text Symbol: XAM = inconsistencies found !
Text Symbol: XFN = entries &TABNAME missing in FRE_DB_ART_SITE !
Text Symbol: XGN = entries &TABNAME to much in FRE_DB_ART_SITE !
Text Symbol: XHN = entries &TABNAME to much in /SAPAPO/MATLOC !
Text Symbol: XIN = entries &TABNAME with deviation !
Text Symbol: XJT = deviations &TABNAME field &FIELDNAME !





Text Symbol: XMT = inconsistencies &TABNAME marked because of existing change pointers / BIF entries.
Text Symbol: XNT = inconsistencies &TABNAME skipped because of existing change pointers / BIF entries
Text Symbol: XX1 = Field &TABNAME-&FIELDNAME is excluded from processing by customizing settings.
Text Symbol: Y1P = Spool & - & - created.
Text Symbol: Z1A = Program was canceled because of several RFC failure during processing !
Text Symbol: Z1B = Please check the runtime errors in transaction ST22.
Text Symbol: S32 = Check Location Product Relevance in F&R
Text Symbol: S31 = Check Article Site Relevance for F&R
Text Symbol: S30 = Reorganization Options
Text Symbol: S20 = Master Data
Text Symbol: S10 = Processing Parameters
Text Symbol: 002 = all locations
Text Symbol: 040 = Another Interface is already active!!! (Lock on table FRE_DB_ART_SITE failed)
Text Symbol: I08 = Determine inconsistencies ...
Text Symbol: I07 = Inconsistencies found.
Text Symbol: I06 = Prepare output ...
Text Symbol: I05 = No inconsistencies found.
Text Symbol: I04 = No data found.
Text Symbol: I02 = Determine sites ...
Text Symbol: I01 = Determine article site combinations ...
Text Symbol: HD5 = Processing Parameters
Text Symbol: HD3 = Initialization
Text Symbol: HD1 = Processing messages
Text Symbol: E06 = Error occured during processing.
Text Symbol: E04 = In dialogue mode maximal 10000 inconsistencies will be processed !
Text Symbol: E03 = Make at least one selection of the checking area !
Text Symbol: E02 = Make at least one selection in the block Data Selection !


INCLUDES used within this REPORT FRE_REORG_ART_SITE

INCLUDE: FRE_REORG_ART_SITE_TOP.


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