SAP Reports / Programs | Real Estate Management(RE) SAP RE

RFVICHDO SAP ABAP Report - Report for Display of Change Documents for Real Estate Objects







RFVICHDO 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 RFVICHDO 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 RFVICHDO. "Basic submit
SUBMIT RFVICHDO AND RETURN. "Return to original report after report execution complete
SUBMIT RFVICHDO 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: CALLMODU = Call type
Selection Text: FNAME = Field name
Selection Text: KEYLENGT = Length of key
Selection Text: OBJECTCL = Object class
Selection Text: OBJECTID = Object ID
Selection Text: OBJECTTI = Object title
Selection Text: SUBMIT = Call-up via SUBMIT
Title: Report for Display of Change Documents for Real Estate Objects
Text Symbol: 014 = Consecutive property no.
Text Symbol: 013 = BAV data from
Text Symbol: 012 = UsageTyp
Text Symbol: 011 = Rental unit overview
Text Symbol: 010 = Option rate for period
Text Symbol: 009 = Meter
Text Symbol: 008 = Owner
Text Symbol: 007 = Type
Text Symbol: 006 = Condition from
Text Symbol: 005 = Apport.factor
Text Symbol: 004 = Characteristic
Text Symbol: 003 = Room type
Text Symbol: 002 = Area type
Text Symbol: 001 = Changes-$
Text Symbol: 020 = Entry sect. II
Text Symbol: 021 = Change/Delete
Text Symbol: 022 = Alloc. AccSVar. - AccSUnit
Text Symbol: 023 = from
Text Symbol: 024 = Status on
Text Symbol: 025 = Settlement particip.
Text Symbol: 026 = Adjustment block from
Text Symbol: 019 = Entry sect. II
Text Symbol: 038 = Assign RU
Text Symbol: 037 = Option rate for
Text Symbol: 036 = RecKy
Text Symbol: 035 = InKy
Text Symbol: 034 = Reading on
Text Symbol: 033 = Notice per
Text Symbol: 032 = Cond.from
Text Symbol: 031 = Reporting interval start





Text Symbol: 030 = Year
Text Symbol: 029 = Seq. no.
Text Symbol: 028 = Sales year
Text Symbol: 015 = Registration
Text Symbol: 202 = Time
Text Symbol: 201 = Date
Text Symbol: 200 = Old value
Text Symbol: 118 = Deletion $1 $2 $3 $4 $5 $6 $7
Text Symbol: 117 = Entry $1 $2 $3 $4 $5 $6 $7
Text Symbol: 116 = Date Changed by Key
Text Symbol: 115 = Date Object deleted Key
Text Symbol: 114 = Date Object entered Key
Text Symbol: 109 = Change document
Text Symbol: 108 = *** Deleted ***
Text Symbol: 107 = *** Created ***
Text Symbol: 105 = Changed in $1 $2 $3 $4 $5 $6 $7
Text Symbol: 104 = to
Text Symbol: 103 = from
Text Symbol: 043 = Adj.type
Text Symbol: 042 = For cond.type
Text Symbol: 041 = Adj.data from
Text Symbol: 040 = Alloc. correct. items to asset
Text Symbol: 203 = User
Text Symbol: T06 = Valid from date
Text Symbol: T05 = Change document
Text Symbol: T04 = Overview
Text Symbol: T03 = Deletions
Text Symbol: T02 = Entries
Text Symbol: T01 = Changed fields
Text Symbol: F02 = incorrect *
Text Symbol: F01 = * Doc.
Text Symbol: 210 = Date Field New Old
Text Symbol: 204 = Field
Text Symbol: 039 = Correction items
Text Symbol: 018 = in sect. III
Text Symbol: 017 = in sect.II
Text Symbol: 016 = in sect. I


INCLUDES used within this REPORT RFVICHDO

INCLUDE CHDODATA .


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:

No SAP FUNCTION MODULES are executed within this report code!



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