SAP Reports / Programs

RFFMRP05 SAP ABAP Report - Copy CO Documents







RFFMRP05 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Reorganization of the CO documents for Funds Management (FM)...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 RFFMRP05 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

FMB0 - CO Document Transfer


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 RFFMRP05. "Basic submit
SUBMIT RFFMRP05 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMRP05 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_KOKRS = D Controlling Area
Selection Text: P_LIST = D Log: List posted documents
Selection Text: P_PRUEF = D Check existing rec.
Selection Text: P_STORNO = Delete old data
Selection Text: P_TEST = D Test run
Selection Text: S_BELNR = D Document number
Selection Text: S_BUDAT = D Posting Date
Selection Text: S_GJAHR = D Fiscal year
Title: Copy CO Documents
Text Symbol: 150 = Remark
Text Symbol: 140 = Lines
Text Symbol: 130 = AcAsg
Text Symbol: 120 = Doc. no.
Text Symbol: 110 = CO area
Text Symbol: 100 = Document blocked by user:
Text Symbol: 090 = Doc. not subseq. postd
Text Symbol: 080 = Doc. Reconstructd
Text Symbol: 050 = Doc. Reversed
Text Symbol: 045 = Mode
Text Symbol: 040 = Control
Text Symbol: 020 = Document obsolete
Text Symbol: 010 = Document selection
Text Symbol: 160 = Test run
Text Symbol: 240 = No documents exist
Text Symbol: 200 = Doc. does not exist in compnt to be subsquently pstd to
Text Symbol: 190 = Document exists in the component to be posted to
Text Symbol: 180 = Upd. Run
Text Symbol: 170 = Doc. not reversed
001 CoCd Doc.no. AA No.lines Remarks


INCLUDES used within this REPORT RFFMRP05

FMREQUAT,


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_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING POPUP_TITLE = ' ' TEXT_OBJECT = 'FM_HELP_ON_FSTORNO'.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

FM_CO_INTEGRATION_REBUILD_INIT CALL FUNCTION 'FM_CO_INTEGRATION_REBUILD_INIT'.

FM_CO_INTEGRATION_CHECK CALL FUNCTION 'FM_CO_INTEGRATION_CHECK' TABLES I_COBK = G_T_COBK I_COEP = G_T_COEP.

FM_CO_INTEGRATION_POST CALL FUNCTION 'FM_CO_INTEGRATION_POST' TABLES I_COBK = G_T_COBK I_COEP = G_T_COEP.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

FM_CO_INTEGRATION_DELETE CALL FUNCTION 'FM_CO_INTEGRATION_DELETE' TABLES I_T_FMIA = G_T_FMIA.

FMFK_GET_FIKRS_FROM_BUKRS CALL FUNCTION 'FMFK_GET_FIKRS_FROM_BUKRS' EXPORTING I_BUKRS = L_BUKRS IMPORTING E_FIKRS = L_FIKRS EXCEPTIONS NO_FIKRS_FOR_BUKRS = 1 OTHERS = 3.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING I_FIKRS = L_FIKRS I_ACTVT = FMAU_AC_INI I_MSGTY = 'E'.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS I_MESSAGE = 1 W_MESSAGE = 2 E_MESSAGE = 3 A_MESSAGE = 4 OTHERS = 8.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES T_MESG = G_T_MESG.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.



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