SAP Reports / Programs

RTXWCF10 SAP ABAP Report - Data Retention Tool: Retrieve archived data







RTXWCF10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program retrieves archived data back into the SAP 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 RTXWCF10 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

FTWB - Retrieve archived 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 RTXWCF10. "Basic submit
SUBMIT RTXWCF10 AND RETURN. "Return to original report after report execution complete
SUBMIT RTXWCF10 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: P_CP_AM = Asset documents (AM)
Selection Text: P_CP_BI = Billing documents (SD)
Selection Text: P_CP_CF = Reconciliation FI/CO
Selection Text: P_CP_CO = Controlling (CO)
Selection Text: P_CP_DL = Delivery documents (SD)
Selection Text: P_CP_FI = Finance documents (FI)
Selection Text: P_CP_MM = Material documents (MM)
Selection Text: P_CP_PO = Purchase orders (MM)
Selection Text: P_CP_SD = Sales documents (SD)
Selection Text: P_DDATA = Clear retrieval tables
Selection Text: P_GJAHR = Fiscal year of FI
Selection Text: P_ITSIZE = Max. numb. of inserts (Testr.)
Selection Text: P_O_EURO = Omit archives w. Euroconflict
Selection Text: P_PROD = Productive run
Selection Text: P_STOPRD = Stop reading after insert
Selection Text: P_TEST = Testrun
Selection Text: P_T_OBJ = Archiveobject/tables statistic
Selection Text: S_BUKRS = Company code
Selection Text: S_MONAT = Posting period of FI
Title: Data Retention Tool: Retrieve archived data
Text Symbol: S06 = Archiving object statistic:
Text Symbol: S07 = Object
Text Symbol: S08 = Tablename
Text Symbol: S09 = Excluded object
Text Symbol: S10 = Table statistic:
Text Symbol: S11 = Table
Text Symbol: S12 = Records read from archives
Text Symbol: S13 = Records retrieved from archives
Text Symbol: S14 = Records subsequently deleted
Text Symbol: S15 = Omitted archive-run statistic:
Text Symbol: S16 = Archiving object
Text Symbol: S17 = Archive run
Text Symbol: S18 = File access failure
Text Symbol: S19 = Euro conflict
Text Symbol: S20 = Reloaded archive runs created before Euro-conversion:
Text Symbol: S21 = Omitted archive runs (file access failure):
Text Symbol: S22 = Selected archive -run statistic:
Text Symbol: S23 = Remaining selected/omitted archive runs:





Text Symbol: S24 = Omitted archive runs (retrieved previously):
Text Symbol: S25 = already retr.
Text Symbol: STP = Insert only (no further reading)
Text Symbol: PSD = Sales documents (SD)
Text Symbol: 050 = Clearing table &
Text Symbol: 911 = Program started by user:
Text Symbol: 912 = Start date:
Text Symbol: 913 = Start time:
Text Symbol: 914 = Completion date:
Text Symbol: 915 = Completion time:
Text Symbol: ARC = Select individual archive files
Text Symbol: B01 = General selections
Text Symbol: B02 = Transaction data
Text Symbol: B03 = Additional options
Text Symbol: B04 = Processing options
Text Symbol: B05 = Archive File Selection
Text Symbol: C01 = Print statistics only
Text Symbol: C02 = Test run
Text Symbol: C03 = Productive run
Text Symbol: DDT = Clear previously retrieved data
Text Symbol: HAR = Help for specific Archive File Selection
Text Symbol: INS = Max. number of inserts per table
Text Symbol: M01 = Retrieve archives without clearing data storage
Text Symbol: M02 = Clear data storage and retrieve data from archives
Text Symbol: NFD = No relevant objects found
Text Symbol: OEU = Omit archive runs created before Euro conversion
Text Symbol: P01 = Parameter 'Print statistics only '
Text Symbol: P02 = Parameter 'Test run':
Text Symbol: P03 = Parameter to limit inserts during the test run
Text Symbol: P04 = Parameter 'Insert only'
Text Symbol: P05 = Parameter: Productive run
Text Symbol: P06 = Note on archives and Euro conversion
Text Symbol: PAM = Asset documents (AM)
Text Symbol: PB1 = @3Y@ Test run options
Text Symbol: PB2 = @01@ Test run options
Text Symbol: PBI = Billing documents (SD)
Text Symbol: PCF = Reconciliation FI/CO
Text Symbol: PCO = Controlling (CO)
Text Symbol: PDL = Delivery documents (SD)





Text Symbol: PFI = Finance documents (FI)
Text Symbol: PGL = G/L account master, Vendor Master, Customer Master
Text Symbol: PJV = Joint Venture Accounting doc.
Text Symbol: PMM = Material documents (MM)
Text Symbol: PPA = Sales Document: Partner (SD)
Text Symbol: PPO = Purchase orders (MM)


INCLUDES used within this REPORT RTXWCF10

INCLUDE RTXWCF1T.
INCLUDE RTXWCF1S.


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:

POPUP_DISPLAY_TEXT * CALL FUNCTION 'POPUP_DISPLAY_TEXT' * EXPORTING * popup_title = text-HAR * text_object = help_arch_info.



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