RCLEANFRET is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RCLEANFRET into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WF40 - Delete Distribution
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: ABNNR = Recipient
Selection Text: ABNNR1 = Recipient
Selection Text: BLNRB = Procurement document
Selection Text: BLNRB1 = Procurement document
Selection Text: GABLV = Business process
Selection Text: GABLV1 = Business process
Selection Text: STSVE = General status
Selection Text: STSVE1 = General status
Selection Text: WERKA = Distribution center
Selection Text: WERKA1 = Distribution center
Title: Delete Distribution
Text Symbol: FF1 = Delete distribution
Text Symbol: FF2 = Parameter
Text Symbol: FOR = Continue?
Text Symbol: LIN = Distribution records are to be deleted.
Text Symbol: LOE = Delete distrib.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
W_FRM_AUTHORITY_CHECK CALL FUNCTION 'W_FRM_AUTHORITY_CHECK' EXPORTING VZWRK = XT001W-WERKS ACTVT = '04' * SHOW_MESSAGE = 'X' EXIT = ' '.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXT-LIN TEXTLINE2 = TEXT-FOR TITEL = TEXT-LOE * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING ANSWER = ANSWER .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.