SAP Reports / Programs

RFMEUFARFSPR SAP ABAP Report - Archiving FMEUF Financing Source: Preprocess Program







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


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


INCLUDES used within this REPORT RFMEUFARFSPR

INCLUDE ARCH_PREPROC_PRG_STANDARD2. " FLOW CONTROL


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:

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.



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