SAP Reports / Programs | Public Sector Management | Funds Management(PSM-FM) SAP PSM

RFFMCRCD SAP ABAP Report - Display Change Documents for FM Reservations







RFFMCRCD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFFMCRCD 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 RFFMCRCD. "Basic submit
SUBMIT RFFMCRCD AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCRCD 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_POSIT = Commitment item(sender)(int.)
Selection Text: P_OBJNR = Funds center(sender) (int.)
Selection Text: P_GJAHR = Fiscal year
Selection Text: P_GEBER = Fund(sender)
Selection Text: P_FIKRS = FM area
Selection Text: P_CFRULE = Carryforward parameter
Title: Display Change Documents for FM Reservations
Text Symbol: 108 = Func. Area (Rcvr)
Text Symbol: 107 = Fund(rec.)
Text Symbol: 106 = Commitment item(rec.)
Text Symbol: 105 = Funds center(rec.)
Text Symbol: 104 = Func. Area(Sender)
Text Symbol: 103 = Fund(sender)
Text Symbol: 102 = Commitment item(sender
Text Symbol: 101 = Funds center(sender)
Text Symbol: 023 = Time
Text Symbol: 022 = Changed by
Text Symbol: 021 = Date
Text Symbol: 012 = Carryforward parameter
Text Symbol: 011 = Fiscal year
Text Symbol: 010 = FM area
Text Symbol: 201 = Change
Text Symbol: 202 = Delete
Text Symbol: 203 = Enter
Text Symbol: 204 = Field
Text Symbol: 205 = Old value
Text Symbol: 206 = New value
Text Symbol: 207 = Action


INCLUDES used within this REPORT RFFMCRCD

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:

FMC2_CD_GET_OBJECTID CALL FUNCTION 'FMC2_CD_GET_OBJECTID' EXPORTING I_FMHPH = L_F_FMHPH IMPORTING E_OBJECTID = C_OBJECTID EXCEPTIONS OTHERS = 1.

CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING * DATE_OF_CHANGE = '00000000' OBJECTCLASS = 'FMCFRULE' OBJECTID = U_OBJECTID * TABLEKEY = ' ' TABLENAME = 'FMCFSBCD' * TIME_OF_CHANGE = '000000' TABLES EDITPOS = C_T_CDRED EXCEPTIONS NO_POSITION_FOUND = 1 WRONG_ACCESS_TO_ARCHIVE = 2 TIME_ZONE_CONVERSION_ERROR = 3 OTHERS = 4.

FICTR_READ_WITH_OBJNR CALL FUNCTION 'FICTR_READ_WITH_OBJNR' EXPORTING IP_CTR_OBJNR = U_OBJNR IMPORTING F_FMFCTR = L_F_FMFCTR EXCEPTIONS HIERARCHY_NOT_FOUND = 1 INPUT_ERROR = 2 MASTER_DATA_NOT_FOUND = 3 OTHERS = 4.

FM_FIPOS_READ_SINGLE CALL FUNCTION 'FM_FIPOS_READ_SINGLE' EXPORTING I_FIKRS = U_FIKRS I_POSIT = U_POSIT I_FLAG_KONT = 'X' I_FLAG_VERD = 'X' I_GJAHR = U_GJAHR IMPORTING F_FMFPO = L_F_FMFPO F_FMFCPO = L_F_FMFCPO EXCEPTIONS INPUT_ERROR = 1 MASTER_DATA_NOT_FOUND = 2 OTHERS = 3.

FMC2_CD_READ_OBJECTID CALL FUNCTION 'FMC2_CD_READ_OBJECTID' EXPORTING I_OBJECTID = U_F_CDRED-OBJECTID IMPORTING E_FMHPH = L_F_FMHPH.

FMC2_CD_READ_OBJECTID CALL FUNCTION 'FMC2_CD_READ_OBJECTID' EXPORTING I_OBJECTID = U_F_CDRED-OBJECTID IMPORTING E_FMHPH = L_F_FMHPH.

FMC2_CD_READ_OBJECTID CALL FUNCTION 'FMC2_CD_READ_OBJECTID' EXPORTING I_OBJECTID = U_F_CDRED-OBJECTID IMPORTING E_FMHPH = L_F_FMHPH.



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