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
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.
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
INCLUDE FMREQUAT. "RR
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMRECD - Display Change Documents for FM Reservations (Selection Options) RFFMRECD - Display Change Documents for FM Reservations (Selection Options) RFFMREBU - RFFMREBU - RFFMREBF - Include: Drilldown Tool Form Routines Selection Screen RFFMREBD - Include: Drilldown Tool Data Definition Selection Screen