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

FRE_DIF_NO_SITES_INIT SAP ABAP Report - Initial transfer of the number of supplied plants as DIF occurrences







FRE_DIF_NO_SITES_INIT 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 program for the initial transfer of DIF occurrences on the number of sites delivered by a distribution center...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_DIF_NO_SITES_INIT 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

FRE16 - InitTrnsfr. DIF Occur. for No. Sites


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_DIF_NO_SITES_INIT. "Basic submit
SUBMIT FRE_DIF_NO_SITES_INIT AND RETURN. "Return to original report after report execution complete
SUBMIT FRE_DIF_NO_SITES_INIT 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_VZWRK = D .
Selection Text: S_MATNR = D .
Selection Text: S_DISMM = D .
Selection Text: P_TASKS = D .
Selection Text: P_SVRGR = D .
Selection Text: P_SDATE = D .
Selection Text: P_PARAL = D .
Selection Text: P_BLOCK = D .
Selection Text: P_SYDEST = Target System
Selection Text: P_DIRECT = Direct Access to F&R
Title: Initial transfer of the number of supplied plants as DIF occurrences
Text Symbol: 027 = No system resources available for parallel processing => serial processing
Text Symbol: 026 = No system resources available for parallel processing
Text Symbol: 022 = Error During Transfer
Text Symbol: 021 = General Information
Text Symbol: 020 = Change Pointers
Text Symbol: 014 = Locking Conflict
Text Symbol: 011 = MRP Type
Text Symbol: 010 = To
Text Symbol: 009 = Processing of DIF occurrences failed; check the messages in transaction FRE_UI
Text Symbol: 008 = Processing of DIF occurrences completed; check the messages in transaction FRE_UI
Text Symbol: 007 = Options for Parallel Processing
Text Symbol: 006 = Transfer Settings
Text Symbol: 005 = Analysis Horizon
Text Symbol: 004 = Data Selection Options
Text Symbol: 003 = Initial Transfer with Deletion of Existing DIF Occurrences
Text Symbol: 002 = Initial Transfer Without Deletion of Existing DIF Occurrences
Text Symbol: 001 = Delta Transfer


INCLUDES used within this REPORT FRE_DIF_NO_SITES_INIT

INCLUDE FRE_DIF_NO_SITES_DELTAF05.


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