RFFMLIWR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this program to archive FM line items data (archiving object FM_LI) from the database table FMBDP...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 RFFMLIWR 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_COMENT = D .
Selection Text: P_DELTST = D .
Selection Text: P_PROT = D .
Selection Text: P_PROT_O = D .
Selection Text: P_WRIPRD = D .
Selection Text: P_WRITST = D .
Selection Text: SO_FIKRS = D .
Selection Text: SO_FUND = D .
Selection Text: SO_SIRID = Line Item from
Selection Text: SO_VERS = D .
Selection Text: SO_YEAR = D .
Title: Archiving Budget Line Items in FM (BCS): Write Program
Text Symbol: 001 = FM Line Items
Text Symbol: 002 = Further Selection Criteria
Text Symbol: 003 = Processing Options
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_PROTOCOL_WRITE_APPL CALL FUNCTION 'ARCHIVE_PROTOCOL_WRITE_APPL'.
PROGRESS_INDICATOR_APPL CALL FUNCTION 'PROGRESS_INDICATOR_APPL' EXPORTING i_msgid = 'FMAR' i_msgno = 010 i_output_immediately = 'X'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'. "force immediate output of message
PROGRESS_INDICATOR_APPL CALL FUNCTION 'PROGRESS_INDICATOR_APPL' EXPORTING i_msgid = 'FMAR' i_msgno = 011 i_output_immediately = 'X'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'. "force immediate output of message
PROGRESS_INDICATOR_APPL CALL FUNCTION 'PROGRESS_INDICATOR_APPL' EXPORTING i_msgid = 'FMAR' i_msgno = 053 i_msgv1 = lv_dbcnt IMPORTING e_progress_sent = lv_msg_sent.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'. "force immediate output of message
PROGRESS_INDICATOR_APPL CALL FUNCTION 'PROGRESS_INDICATOR_APPL' EXPORTING i_msgid = 'FMAR' i_msgno = '053' i_msgv1 = lv_cnt_cum i_output_immediately = 'X'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'. "force immediate output of message
ARCHIVE_NEW_OBJECT CALL FUNCTION 'ARCHIVE_NEW_OBJECT' EXPORTING archive_handle = ih_archive_handle.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = ih_archive_handle record_structure = 'FMBDP' TABLES table = it_fmbdp.
ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' EXPORTING archive_handle = ih_archive_handle EXCEPTIONS termination_requested = 4.
ARCHIVE_PROTOCOL_COLLECT_APPL CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT_APPL' EXPORTING i_object = lv_objtext "RFIKRS/RFUND/RYEAR i_msgtype = lv_msgtype i_msgid = 'FMAR' i_msgno = lv_msgid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMLIWR - Archiving Budget Line Items in FM (BCS): Write Program RFFMLIWR - Archiving Budget Line Items in FM (BCS): Write Program RFFMLIDL - Archiving Budget Line Items in FM (BCS): Delete Program RFFMLIDL - Archiving Budget Line Items in FM (BCS): Delete Program RFFMK_VCL_TAB - RFFMKVCLTAB RFFMK_VCL_TAB - RFFMKVCLTAB