RFTR_TEX_ARCHIVE_PP 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_PP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FTREX31 - Preprocess Step to Set Archive Ind.
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 .
Selection Text: P_ADAT = Key Date
Title: Exposure Archiving Preprocess Program
Text Symbol: 026 = PreProcess Program Criteria
Text Symbol: 025 = FTR_TEX1
Text Symbol: 024 = The Archive Reset program execution status
Text Symbol: 023 = Total Sub Raw Exposures reset
Text Symbol: 022 = Total Raw Exposure Line items reset
Text Symbol: 021 = Total Raw Exposures reset
Text Symbol: 020 = Total unmatched transactions reset
Text Symbol: 019 = Total Position Flows reset
Text Symbol: 018 = Total Positions reset
Text Symbol: 017 = Number of valid Positions elegible for Archiving
Text Symbol: 016 = Due Date (Archive Date)
Text Symbol: 015 = Company code
Text Symbol: 014 = Total Sub Raw Exposures Archive flagged
Text Symbol: 013 = Total Raw Exposure Line items Archive flagged
Text Symbol: 012 = Total Raw Exposures Archive flagged
Text Symbol: 011 = Total unmatched transaction flows Archive flagged
Text Symbol: 010 = Total Position Flows Archive flagged
Text Symbol: 009 = Total Positions Archive flagged
Text Symbol: 008 = Number of Transaction unable to acquire Lock
Text Symbol: 007 = Number of Raw Exposure unable to acquire Lock
Text Symbol: 006 = Number of Positions unable to acquire Lock
Text Symbol: 005 = Total Positions retrieved
Text Symbol: 004 = The entered Due Date is less than the retention period. Do you want to proceed?
Text Symbol: 003 = Validation of Due Date
Text Symbol: 002 = Exposure Archiving
Text Symbol: 001 = The Archive PreProcess execution status
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM * CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * titlebar = text-003 * text_question = text-004 * IMPORTING * answer = lv_popup_answer * EXCEPTIONS * text_not_found = 1 * OTHERS = 2.
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 = lv_archive_key_date EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
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 = lv_archive_key_date 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_PP - Exposure Archiving Preprocess Program RFTR_TEX_ARCHIVE_PP - Exposure Archiving Preprocess Program RFTR_TEX_ALV_VARIANT - Selection parameters to influence output RFTR_TB4E_OTC - Management of OTC Interest Rate Instruments RFTR_TB4E_OTC - Management of OTC Interest Rate Instruments RFTR_TB4ETOP - RFTRTB4ETOP