SAP Reports / Programs

RFTR_TEX_ARCHIVE_RESET SAP ABAP Report - Exposure Archiving Reset Program







RFTR_TEX_ARCHIVE_RESET 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 RFTR_TEX_ARCHIVE_RESET 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

FTREX32 - For Archive Reset


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 RFTR_TEX_ARCHIVE_RESET. "Basic submit
SUBMIT RFTR_TEX_ARCHIVE_RESET AND RETURN. "Return to original report after report execution complete
SUBMIT RFTR_TEX_ARCHIVE_RESET 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_SAVE = Save Detailed Log
Selection Text: P_LOGSAV = Save
Selection Text: P_LOGOP = Display
Selection Text: P_ERRSAV = Save Error Log
Selection Text: P_ERROP = Display Error Log
Selection Text: P_DISP = Display Detailed Log
Selection Text: P_DDAT = Due Date
Selection Text: P_COCO = D .
Title: Exposure Archiving Reset Program
Text Symbol: 020 = Reset Program Criteria
Text Symbol: 019 = The program has not reset any positions
Text Symbol: 018 = Total Unmatched Exposures (Transactions) RESET
Text Symbol: 017 = Exposure positions reset partially, previous success runs changed to "Partially OK"
Text Symbol: 016 = Total Sub Raw Exposures RESET
Text Symbol: 015 = Total Raw Exposure Line items RESET
Text Symbol: 014 = Total Raw Exposures RESET
Text Symbol: 013 = Total Position Flows RESET
Text Symbol: 012 = Total Positions RESET
Text Symbol: 011 = Number of Transaction Unable to Acquire Lock
Text Symbol: 010 = Number of Raw Exposure Unable to Acquire Lock
Text Symbol: 009 = Number of Positions Unable to Acquire Lock
Text Symbol: 008 = Total positions retrieved
Text Symbol: 007 = Due Date (Archive Date)
Text Symbol: 006 = Company Code
Text Symbol: 005 = Archive Reset Validation
Text Symbol: 004 = Date entered differs from preprocess run. Preprocess date would be applied.
Text Symbol: 003 = Date entered differs from preprocess run. Do you want to proceed with your date?
Text Symbol: 002 = Exposure Archive Reset Program
Text Symbol: 001 = Archive Reset Program: Status of Execution


INCLUDES used within this REPORT RFTR_TEX_ARCHIVE_RESET

INCLUDE RFTR_TEX_ARCHIVE_RESET_TOP.


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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'RFTR_TEX_ARCHIVE_RESET' dynumb = '1000' TABLES dynpfields = lt_fval.

ENQUEUE_E_TEX_ARCH_CTRL CALL FUNCTION 'ENQUEUE_E_TEX_ARCH_CTRL' EXPORTING * MODE_TEXT_ARCH_CTRL = 'E' mandt = sy-mandt company_code = p_coco archive_date = p_ddat EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING tabname = 'FTR_ARCH_EXE_STATUS' value = lv_exe_status IMPORTING text = lv_exe_status_desc EXCEPTIONS OTHERS = 0.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.



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