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

RWRF_REF_DB_REORG SAP ABAP Report - Deletion of Reference Data







RWRF_REF_DB_REORG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This transaction deletes: Single reference assignments Reference module assignments Reference modules You can select the types of data to be deleted: Single reference assignments: Single reference assignments in the material master data will be deleted when their validity period has expired...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 RWRF_REF_DB_REORG 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

FRE15 - Deletion of reference 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 RWRF_REF_DB_REORG. "Basic submit
SUBMIT RWRF_REF_DB_REORG AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_REF_DB_REORG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Deletion of Reference Data
Text Symbol: F01 = Objects for deletion
Text Symbol: F02 = Additional settings for Deletion
Text Symbol: P01 = Deletion of single reference assignments
Text Symbol: P02 = Deletion of reference module assignments
Text Symbol: P03 = Deletion of reference modules
Text Symbol: P04 = Additional Time Buffer (in Days)
Text Symbol: T01 = Deletion statistic:
Text Symbol: T02 = Number of single reference assignments for deletion:
Text Symbol: T03 = Deletion succesful:
Text Symbol: T04 = Deletion failed:
Text Symbol: T05 = Number of reference module assignments for deletion:
Text Symbol: T06 = Number of reference modules for deletion:
Text Symbol: T07 = Start of deletion:
Text Symbol: T08 = End of deletion:
Text Symbol: T09 = Parameters from selection-screen:
Text Symbol: T10 = Deletion of single reference assignments failed
Text Symbol: T11 = Deletion of reference module assignments failed


INCLUDES used within this REPORT RWRF_REF_DB_REORG

INCLUDE WRF_REF_DB_REORG_TOP . " GLOBAL DATA *
INCLUDE WRF_REF_DB_REORG_O01 . " PBO-MODULS *
INCLUDE WRF_REF_DB_REORG_F01 . " FORM-ROUTINES *


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_REF_DB_REO_MARC CALL FUNCTION 'FRE_REF_DB_REO_MARC' EXPORTING IP_DEL_DATE = gv_deldate IMPORTING ES_DEL_STATISTIC = gwa_del_stat EXCEPTIONS UPDATE_ERROR = 1 OTHERS = 2 .

WRF_REF_DB_REO_HEAD CALL FUNCTION 'WRF_REF_DB_REO_HEAD' EXPORTING IP_DEL_DATE = gv_deldate IMPORTING ES_DEL_STATISTIC = gwa_del_stat EXCEPTIONS UPDATE_ERROR = 1 OTHERS = 2 .

WRF_REF_DB_REO_MODULE CALL FUNCTION 'WRF_REF_DB_REO_MODULE' EXPORTING IP_DEL_DATE = gv_deldate IMPORTING ES_DEL_STATISTIC = gwa_del_stat .



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