SAP Reports / Programs

RFVIKOZU SAP ABAP Report - Account Assignment Allocation







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


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 RFVIKOZU. "Basic submit
SUBMIT RFVIKOZU AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIKOZU 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: 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


INCLUDES used within this REPORT RFVIKOZU

INCLUDE RFVIKOZUINCL.


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