SAP Reports / Programs | Financial Accounting | Funds Management(FI-FM) SAP FI

RFFMRECD SAP ABAP Report - Display Change Documents for FM Reservations (Selection Options)







RFFMRECD 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 for one, several, or all the document items, in chronological order...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 RFFMRECD 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 RFFMRECD. "Basic submit
SUBMIT RFFMRECD AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMRECD 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: RWZEIT = Changed at
Selection Text: RWUSER = Change user
Selection Text: RWDATUM = Changed on
Selection Text: RWBLPOS = Line Item
Selection Text: RWBELNR = Document number
Title: Display Change Documents for FM Reservations (Selection Options)
Text Symbol: 214 = Header (vendor list)
Text Symbol: 401 = Old value
Text Symbol: 402 = New value
Text Symbol: 501 = Enter long text
Text Symbol: 502 = Change
Text Symbol: 503 = Text delet.
Text Symbol: 504 = Deletion
Text Symbol: 505 = Deletion
Text Symbol: 506 = Text entry
Text Symbol: 507 = Entry
Text Symbol: 508 = Field no longer defined in table
Text Symbol: 509 = Cannot display change
Text Symbol: 510 = Fld text
Text Symbol: 511 = Long text created
Text Symbol: 512 = Long text changed
Text Symbol: 513 = Long txt
Text Symbol: 005 = Date
Text Symbol: 007 = Changed by
Text Symbol: 018 = Doc. Number
Text Symbol: 020 = Chgd by
Text Symbol: 021 = Fld name
Text Symbol: 025 = Created by
Text Symbol: 026 = Deleted by
Text Symbol: 035 = Item/change
Text Symbol: 101 = No items found
Text Symbol: 102 = Error reading
Text Symbol: 202 = Doc.no.
Text Symbol: 203 = Date
Text Symbol: 204 = Time
Text Symbol: 205 = Chgd by
Text Symbol: 206 = Object ID
Text Symbol: 207 = Item





Text Symbol: 208 = Head
Text Symbol: 209 = Item
Text Symbol: 210 = Lock amount
Text Symbol: 211 = Vendor
Text Symbol: 212 = Created
Text Symbol: 213 = deleted


INCLUDES used within this REPORT RFFMRECD

INCLUDE FMREQUAT. "RR


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 = T_CDHDR-OBJECTCLAS OBJECTID = T_CDHDR-OBJECTID TABLES EDITPOS = L_AUSG EXCEPTIONS NO_POSITION_FOUND = 1 OTHERS = 2.

CHANGEDOCUMENT_DISPLAY CALL FUNCTION 'CHANGEDOCUMENT_DISPLAY' EXPORTING I_APPLICATIONID = 'FMRESERV' I_OBJECTCLAS = 'FMRESERV' * FLG_AUTOCONDENSE = 'X' TABLES I_CDRED = ausg.



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