SAP Reports / Programs

RFFMCCF_UPG_TRANSFER SAP ABAP Report - Postprocessing Program for converting Fiscal Year Change Data (FM)







RFFMCCF_UPG_TRANSFER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Postprocessing report for converting fiscal year change dates This postprocessing report converts old fiscal year change data...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 RFFMCCF_UPG_TRANSFER 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 RFFMCCF_UPG_TRANSFER. "Basic submit
SUBMIT RFFMCCF_UPG_TRANSFER AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCCF_UPG_TRANSFER 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: S_MANDT = D .
Selection Text: S_FIKRS = D .
Selection Text: P_TEST = D .
Selection Text: P_NODL = Do not delete
Selection Text: P_LATE = Delete After Postings
Selection Text: P_DELE = Delete
Title: Postprocessing Program for converting Fiscal Year Change Data (FM)
Text Symbol: 052 = Delete Data Already Converted
Text Symbol: 051 = Process Control
Text Symbol: 050 = Restriction
Text Symbol: 020 = You can no longer delete
Text Symbol: 017 = Commitment Item Initial
Text Symbol: 016 = Carryback OI
Text Symbol: 015 = Carryforward OI
Text Symbol: 014 = Carryback FI
Text Symbol: 013 = Carryforward FI
Text Symbol: 012 = Converted Data Already Found
Text Symbol: 011 = No Reset-Reference Created
Text Symbol: 010 = Docs converted
Text Symbol: 004 = In Test Run
Text Symbol: 003 = In Update Run
Text Symbol: 002 = Completed
Text Symbol: 001 = Started


INCLUDES used within this REPORT RFFMCCF_UPG_TRANSFER

No INCLUDES are used within this REPORT code!


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:

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = l_t_xpr_prot.

TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = g_t_xpr_prot.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = g_t_xpr_prot.

ENQUEUE_EFM_S200P CALL FUNCTION 'ENQUEUE_EFM_S200P' EXPORTING mandt = l_mandt prozess = 0 x_prozess = 'X' _scope = 1 EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EFM_S200P CALL FUNCTION 'DEQUEUE_EFM_S200P' EXPORTING mandt = l_mandt prozess = 0 x_prozess = 'X' _scope = 1.



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