RFVIKOZU is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Assignment of an External Identification Number to a Real Estate Object Using this report, you can assign an external identification number to a Real Estate object...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 RFVIKOZU 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: SO_IDENT = Account assignment ID
Selection Text: PA_WE = Business entities
Selection Text: PA_MV = Rental agreements
Selection Text: PA_ME = Rental units
Selection Text: PA_GR = Properties
Selection Text: PA_GE = Buildings
Title: Account Assignment Allocation
Text Symbol: 114 = Data was not saved.
Text Symbol: 113 = Several entries with the same ID.
Text Symbol: 112 = Confirmation prompt
Text Symbol: 111 = Save data first?
Text Symbol: 110 = Leaving list
Text Symbol: 100 = Description
Text Symbol: 021 = Selection of account assignment objects
Text Symbol: 020 = Selection of objects
Text Symbol: 017 = Confirmation prompt
Text Symbol: 016 = Leave anyway?
Text Symbol: 015 = Data could be lost!
Text Symbol: 014 = Confirmation prompt
Text Symbol: 013 = Overwrite?
Text Symbol: 012 = already includes the value
Text Symbol: 011 = Management contract
Text Symbol: 010 = Building
Text Symbol: 009 = Property
Text Symbol: 008 = Business entity
Text Symbol: 007 = Settlement unit
Text Symbol: 006 = in building
Text Symbol: 005 = Rental unit
Text Symbol: 004 = Lease-out
Text Symbol: 003 = Save data?
Text Symbol: 002 = Selected field already has an entry
Text Symbol: 001 = Enter identification
INCLUDE RFVIKOZUINCL.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.