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

RFVIDD0002 SAP ABAP Report - Line Items: Commitment







RFVIDD0002 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 RFVIDD0002 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 RFVIDD0002. "Basic submit
SUBMIT RFVIDD0002 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIDD0002 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: BELNR = Document Number
Selection Text: BUKRS = Company Code
Selection Text: BUZEI = Line Item
Selection Text: GJAHR = Fiscal Year
Selection Text: KOKRS = Controlling Area
Selection Text: KSTAR = Cost Element
Selection Text: OBJNR = Object Number
Selection Text: PERIO = Period
Selection Text: VERSN = Version
Selection Text: WRTTP = Value Type
Title: Line Items: Commitment
Text Symbol: 015 = Fiscal Years From........ &
Text Symbol: 014 = Objects From....... &
Text Symbol: 013 = Periods From...... &
Text Symbol: 012 = Line Items From.......... &
Text Symbol: 011 = Doc. Numbers From...... &
Text Symbol: 010 = Control.Area From...... &
Text Symbol: 009 = To........ &
Text Symbol: 008 = No line items with the criteria listed were selected:
Text Symbol: 003 = | CO Object | P.Ord.No.| Itm | Date |Cost Elem.| Amount |
Text Symbol: 002 = | CO object | CO Doc. |PoL| Date |Cost Elem.| Amount |
Text Symbol: 022 = Line Items All
Text Symbol: 023 = Periods All
Text Symbol: 024 = Objects All
Text Symbol: 025 = Fiscal Years All
Text Symbol: 026 = Value Types All
Text Symbol: 027 = Versions All
Text Symbol: 028 = Cost Elements All
Text Symbol: 031 = Controlling Area
Text Symbol: 032 = Doc. No.
Text Symbol: 033 = Line Item
Text Symbol: 039 = CElem
Text Symbol: 038 = Version
Text Symbol: 037 = Val.Typ
Text Symbol: 036 = Fiscal Year
Text Symbol: 035 = Object No.
Text Symbol: 034 = Period
Text Symbol: 016 = Value Types From....... &





Text Symbol: 151 = LO
Text Symbol: 150 = Lease-Out
Text Symbol: 141 = RU
Text Symbol: 140 = Rental Unit
Text Symbol: 131 = BU
Text Symbol: 130 = Bldg
Text Symbol: 121 = PR
Text Symbol: 120 = Property
Text Symbol: 111 = BE
Text Symbol: 110 = Business Entity
Text Symbol: 045 = ValType:
Text Symbol: 044 = Controlling Area:
Text Symbol: 043 = Fiscal Year:
Text Symbol: 042 = Curr.:
Text Symbol: 041 = Date :
Text Symbol: 040 = Authr:
Text Symbol: 999 = Payment Data
Text Symbol: 998 = Result
Text Symbol: 154 = MC
Text Symbol: 153 = REC
Text Symbol: 152 = SC
Text Symbol: 021 = Document Nos. All
Text Symbol: 020 = Control.Areas All
Text Symbol: 019 = To........ &
Text Symbol: 018 = Cost Elements From....... &
Text Symbol: 017 = Versions From...... &


INCLUDES used within this REPORT RFVIDD0002

INCLUDE RFVIEPTOP.
INCLUDE RFVIEPCM.
INCLUDE RFVIDDCORE.


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