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
Below is a list of transaction codes which are relevant to this SAP report
FTREX32 - For Archive Reset
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: 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
INCLUDE RFTR_TEX_ARCHIVE_RESET_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTR_TEX_ARCHIVE_RESET - Exposure Archiving Reset Program RFTR_TEX_ARCHIVE_RESET - Exposure Archiving Reset Program RFTR_TEX_ARCHIVE_PP_VALIDATF01 - Include RFTR_TEX_ARCHIVE_PP_VALIDATF01 RFTR_TEX_ARCHIVE_PP_TOP - Include RFTR_TEX_ARCHIVE_PP_TOP RFTR_TEX_ARCHIVE_PP_SET_ARCF01 - Include RFTR_TEX_ARCHIVE_PP_SET_ARCF01 RFTR_TEX_ARCHIVE_PP_LAYOUTAF01 - Include RFTR_TEX_ARCHIVE_PP_LAYOUTAF01