SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

RFTR_TEX_ARCHIVE_PP SAP ABAP Report - Exposure Archiving Preprocess Program







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FTREX31 - Preprocess Step to Set Archive Ind.


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_PP. "Basic submit
SUBMIT RFTR_TEX_ARCHIVE_PP AND RETURN. "Return to original report after report execution complete
SUBMIT RFTR_TEX_ARCHIVE_PP 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 .
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


INCLUDES used within this REPORT RFTR_TEX_ARCHIVE_PP

No INCLUDES are used within this REPORT code!


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_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' .



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