RFMEUFARFSPR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program sets the delete indicator for the financing sources eligible to be archived...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 RFMEUFARFSPR into the relevant SAP transactions such as SE38 or SE80
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_CHDATE = D .
Selection Text: P_PREPRD = D .
Selection Text: P_PRETST = D .
Selection Text: P_PROT = D .
Selection Text: P_PROT_O = D .
Selection Text: S_FINSRC = D .
Title: Archiving FMEUF Financing Source: Preprocess Program
Text Symbol: 010 = Selection
INCLUDE ARCH_PREPROC_PRG_STANDARD2. " FLOW CONTROL
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_PROTOCOL_INIT call function 'ARCHIVE_PROTOCOL_INIT' EXPORTING i_detailprotocol = u_detail_prot i_protocol_output = u_detail_prot_o.
FMEUF_AUTHORITY_FINSRC CALL FUNCTION 'FMEUF_AUTHORITY_FINSRC' EXPORTING I_FINTYP =
-fintyp I_ACTVT = IF_FMEUF_TRANSACTION=>c_delete EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.
ENQUEUE_EFMEUFFNS CALL FUNCTION 'ENQUEUE_EFMEUFFNS' EXPORTING finsrc =
-finsrc EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EFMEUFFNS CALL FUNCTION 'DEQUEUE_EFMEUFFNS' EXPORTING finsrc =
-finsrc.
ARCHIVE_PROTOCOL_WRITE call function 'ARCHIVE_PROTOCOL_WRITE'.
ARCHIVE_PROTOCOL_COLLECT_APPL call function 'ARCHIVE_PROTOCOL_COLLECT_APPL' EXPORTING i_object = l_objtext i_msgtype = l_msgtype i_msgid = lf_msg-id i_msgno = lf_msg-number i_msgv1 = lf_msg-message_v1 i_msgv2 = lf_msg-message_v2 i_msgv3 = lf_msg-message_v3 i_msgv4 = lf_msg-message_v4.
PROGRESS_INDICATOR_APPL call function 'PROGRESS_INDICATOR_APPL' EXPORTING i_msgid = 'FMEUF' i_msgno = '251' i_processed = gf_process_info-counter-processed i_total = gf_process_info-counter-total i_output_immediately = l_immidiate.
PROGRESS_INDICATOR_APPL call function 'PROGRESS_INDICATOR_APPL' EXPORTING i_msgid = 'FMEUF' i_msgno = '251' i_processed = gf_process_info-counter-processed i_total = gf_process_info-counter-total i_output_immediately = l_immidiate IMPORTING e_progress_sent = l_progress_sent.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFMEUFARFSPR - Archiving FMEUF Financing Source: Preprocess Program RFMEUFARFSPR - Archiving FMEUF Financing Source: Preprocess Program RFMEUFARFSDL - Archiving FMEUF Financing Source: Delete Program RFMEUFARFSDL - Archiving FMEUF Financing Source: Delete Program RFMECDERIVE - FMEUF Object Assignment (CallBack Report) Using CO-PA Derivation Tool RFMECDERIVE - FMEUF Object Assignment (CallBack Report) Using CO-PA Derivation Tool