SAP Reports / Programs

RFFM_FMARC_BATCH_P_RESTART SAP ABAP Report - Initial Archiving Run for FM (Batch Version) "Restart Tool"







RFFM_FMARC_BATCH_P_RESTART is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report can be used to restart one of the processes that was created by RFFM_FMARC_BATCH...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 RFFM_FMARC_BATCH_P_RESTART 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 RFFM_FMARC_BATCH_P_RESTART. "Basic submit
SUBMIT RFFM_FMARC_BATCH_P_RESTART AND RETURN. "Return to original report after report execution complete
SUBMIT RFFM_FMARC_BATCH_P_RESTART 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_TASKNR = Process Number
Title: Initial Archiving Run for FM (Batch Version) "Restart Tool"
Text Symbol: 001 = Change FM Area
Text Symbol: 002 = Number of Documents in Database Table FMSAPF048B
Text Symbol: 003 = FM Initial Archiving Run Has Already Written Data in the Database
Text Symbol: 004 = Should the Existing Data for the FM Area Be Deleted?
Text Symbol: 008 = Yes
Text Symbol: 009 = No
Text Symbol: 010 = The Initial Archiving Run is Finished
Text Symbol: 011 = There Were No Messages
Text Symbol: 012 = FM Area:
Text Symbol: 013 = Number of FI Keys:
Text Symbol: 014 = Before the Initial Archiving Run
Text Symbol: 016 = Date
Text Symbol: 017 = Time:
Text Symbol: 018 = Main Program Finished
Text Symbol: 019 = There were
Text Symbol: 020 = Processes started in background
Text Symbol: 150 = Error Log:


INCLUDES used within this REPORT RFFM_FMARC_BATCH_P_RESTART

INCLUDE IFFM_FMARC_CONST.
INCLUDE IFFM_FMARC_TYPES.
INCLUDE IFFM_FMARC_GLOBAL.
INCLUDE IFFM_FMARC_F_01.
INCLUDE IFFM_FMARC_F_02.
INCLUDE IFFM_FMARC_F_03.
INCLUDE IFFM_FMARC_F_04.
INCLUDE IFFM_FMARC_F_05.
INCLUDE IFFM_FMARC_F_06.
INCLUDE IFFM_FMARC_F_07.
INCLUDE IFFM_FMARC_F_08.
INCLUDE IFFM_FMARC_F_09.
INCLUDE IFFM_FMARC_F_10.
INCLUDE IFFM_FMARC_F_11.
INCLUDE IFFM_FMARC_F_12.
INCLUDE IFFM_FMARC_F_13.
INCLUDE IFFM_FMARC_F_14.


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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

ENQUEUE_EFM_FMARC_P CALL FUNCTION 'ENQUEUE_EFM_FMARC_P' EXPORTING mode_fmarcpro = 'E' mandt = sy-mandt prozess = p_tasknr EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

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