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

RFFMCDP2 SAP ABAP Report - Display Change Documents for Commitment Items in FM Area







RFFMCDP2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program lists the change document entries in chronological order for one, several, or all line items...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 RFFMCDP2 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 RFFMCDP2. "Basic submit
SUBMIT RFFMCDP2 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCDP2 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_ZEIT = Changed at
Selection Text: S_USER = Changed by
Selection Text: S_FIPEX = Commitment Item
Selection Text: S_DATUM = Changed On
Selection Text: P_VARNT = Chart variant
Selection Text: P_GJAHR = Fiscal year
Selection Text: P_FIKRS = FM area
Title: Display Change Documents for Commitment Items in FM Area
Text Symbol: 510 = Field text
Text Symbol: 508 = Field no longer defined in table
Text Symbol: 507 = Commitment item created
Text Symbol: 506 = Balance budget assignment to commitment item created
Text Symbol: 504 = Commitment item deleted
Text Symbol: 503 = Balance budget assignment to commitment item deleted
Text Symbol: 502 = Commitment item changed
Text Symbol: 501 = Balance budget assignment to commitment item changed
Text Symbol: 402 = New value
Text Symbol: 401 = Old value
Text Symbol: 303 = Chart var.
Text Symbol: 302 = Commitment Item
Text Symbol: 301 = Fiscal year
Text Symbol: 300 = FM area
Text Symbol: 209 = Processing
Text Symbol: 205 = Processor
Text Symbol: 035 = Type of processing
Text Symbol: 020 = Processor
Text Symbol: 006 = Time
Text Symbol: 005 = Date


INCLUDES used within this REPORT RFFMCDP2

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:

CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING OBJECTCLASS = G_T_CDHDR-OBJECTCLAS OBJECTID = G_T_CDHDR-OBJECTID TABLES EDITPOS = G_T_CDRED EXCEPTIONS NO_POSITION_FOUND = 1 OTHERS = 2.

FM_MD_GJAHR_GET_FROM_FIKRS CALL FUNCTION 'FM_MD_GJAHR_GET_FROM_FIKRS' EXPORTING I_FIKRS = P_FIKRS I_GJAHR = P_GJAHR I_FLG_POS = 'X' IMPORTING E_GJAHR_POS = P_GJAHR.



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