RFVISAL1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report generates a list of balances for customers who appear as main tenants with customer accounts or subsidizers for the selected objects or lease-outs or as contractual partners with customer accounts in general contracts...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 RFVISAL1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOAY - Balance List by Real Estate Object
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.
Account balances
Selection Text: PAR_DOBJ = Contracts with deletion flag
Selection Text: PAR_NOBJ = Contracts w/o deletion flag
Selection Text: PID_AV = Set of general contracts
Selection Text: PID_GB = Building set
Selection Text: PID_GR = Property set
Selection Text: PID_ME = Rental unit set
Selection Text: PID_MV = Lease-out set
Selection Text: PID_WE = Business entity set
Selection Text: P_NORMAL = D Sales w/o sp.G/L ind
Selection Text: P_SELTYP = D Contract selection
Selection Text: SALDO = D Account balance
Selection Text: SOESMIVE = D Collective lease-out
Selection Text: SO_SMENR = D Rental unit
Selection Text: SO_SMIVE = D Lease-out
Selection Text: SO_SWENR = D Business entity
Selection Text: STICHTAG = Balances per key date
Selection Text: S_RECNNR = General contract
Selection Text: TITLE = D Additional heading
Selection Text: UMKENNZ = Special G/L indicator
Selection Text: O_VERTN = Only selected contracts
Selection Text: ESMIVEP = Balance per coll/main LO
Text Symbol: 053 = M
Text Symbol: 052 = C
Text Symbol: 011 = .......Contract............I..........Prev.years..........Curr.year.............Curr.year.........Curr.year........
Text Symbol: 010 = CoCd Customer.........................S..........Balance.............Debit.................Credit............Balance..........
Text Symbol: 008 = Country
Text Symbol: 007 = Administrator
Text Symbol: 003 = K
Text Symbol: 002 = Key date
Text Symbol: 001 = Company code
Text Symbol: 541 = Collective LO..............
Text Symbol: 603 = Rental unit set............
Text Symbol: 602 = Property set...............
Text Symbol: 601 = Building set...............
Text Symbol: 600 = Business entity set........
Text Symbol: 562 = Contract..................
Text Symbol: 560 = Accnt balance (local curr.)
INCLUDE FVIAKT31NEU.
INCLUDE FVIAKT12NEU.
INCLUDE RFVICNSVNEU.
INCLUDE RFVISELCNEU.
INCLUDE RFVISETSNEU.
INCLUDE FVISALICNEU .
INCLUDE FVIAKF11NEU.
INCLUDE FVIAKF12NEU.
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.
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 RFVISAL1 or its description.