SAP Reports / Programs | Logistics - General | Logistics Basic Data(LO-MD) SAP LO

FRE_SEND_REFERENCE SAP ABAP Report - Transfer References for Materials Without Historical Data







FRE_SEND_REFERENCE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report FRE_SEND_REFERENCE transfer reference module and reference module assignment data to F&R...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_SEND_REFERENCE 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

FRE14 - Transfer of reference assignm 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_SEND_REFERENCE. "Basic submit
SUBMIT FRE_SEND_REFERENCE AND RETURN. "Return to original report after report execution complete
SUBMIT FRE_SEND_REFERENCE 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 = D .
Selection Text: S_MODUL = D .
Selection Text: S_MATNR = D .
Selection Text: S_CUSER = Last Changed By
Selection Text: S_CDATE = Last Changed On
Selection Text: P_SRVGP = D .
Selection Text: P_SIZEM = Pack Size Reference Module
Selection Text: P_SIZEH = Pack Size Ref Module Assigm.
Selection Text: P_MODUL = Reference Module
Selection Text: P_HEAD = Reference Module Assignment
Title: Transfer References for Materials Without Historical Data
Text Symbol: T03 = FRE_SEND_REFERENCE
Text Symbol: T02 = (For details use transaction FRE_UI)
Text Symbol: T01 = ******* Processing completed! *******
Text Symbol: P04 = New Construction of Artificial Hist. for Transferred Reference Modules
Text Symbol: P03 = Parallel Processing
Text Symbol: P02 = Select Reference Data Using Manual Settings
Text Symbol: P01 = Select Reference Data Using Change Pointer
Text Symbol: F04 = Parallel Processing Options
Text Symbol: F03 = Manual Settings
Text Symbol: F02 = Selection Method
Text Symbol: F01 = Selection Settings
Text Symbol: C02 = Control
Text Symbol: C01 = Transfer data for:


INCLUDES used within this REPORT FRE_SEND_REFERENCE

INCLUDE FRE_SEND_REFERENCE_TOP . " GLOBAL DATA *
INCLUDE FRE_SEND_REFERENCE_F01 . " FORM-ROUTINES *
INCLUDE FRE_SEND_REFERENCE_O01 . " PBO-MODULS *


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:

FRE_DB_CONVERT_50 CALL FUNCTION 'FRE_DB_CONVERT_50' EXCEPTIONS CONVERSION_ERROR = 1 NOTHING_TO_DO = 2 OTHERS = 3.

AIC0_OWN_LOGSYSTEM_GET CALL FUNCTION 'AIC0_OWN_LOGSYSTEM_GET' IMPORTING e_own_logsystem = gv_sender EXCEPTIONS own_logsystem_not_defined = 1 OTHERS = 2.



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