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

RFVIVS01 SAP ABAP Report - Management Debit Position







RFVIVS01 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 RFVIVS01 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FO85 - Simulate debit position/man.contract
FO88 - Management contract debit position


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 RFVIVS01. "Basic submit
SUBMIT RFVIVS01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIVS01 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: PA_BKTXT = Posting text
Selection Text: PA_BLDAT = Doc.date
Selection Text: PA_BUDAT = Posting date
Selection Text: PA_BUKRS = Company code
Selection Text: PA_GJAHR = Debit position year
Selection Text: PA_MONAT = Debit position month
Selection Text: PA_PERIO = Posting period
Selection Text: PA_SIM = Simulation
Selection Text: P_GJAHR = Debit position year
Selection Text: SO_GSBER = Business area
Selection Text: SO_PERIO = Period
Selection Text: SO_SVWNR = Management contract
Title: Management Debit Position
Text Symbol: 050 = Curr.
Text Symbol: 044 = Net pymnt amount
Text Symbol: 042 = contains VAT
Text Symbol: 040 = Pymnt amnt
Text Symbol: 030 = Management contract
Text Symbol: 010 = CoCd
Text Symbol: 001 = No data available for selection
Text Symbol: ERR = Management cntrct &1 &2
Text Symbol: GEB = Building
Text Symbol: GRS = Property
Text Symbol: I10 = Deb.position ID:
Text Symbol: I20 = Batch input session
Text Symbol: K00 = Selection criteria
Text Symbol: K01 = From
Text Symbol: K02 = To
Text Symbol: K04 = Incl./Excl.
Text Symbol: K10 = Company code
Text Symbol: K20 = Management contract
Text Symbol: K30 = Event type
Text Symbol: BST = Cont.VAT
Text Symbol: K50 = Event date
Text Symbol: K40 = Event
Text Symbol: 055 = ISO
Text Symbol: WAE = Curr.
Text Symbol: T03 = Posting parameters





Text Symbol: T02 = Contract data
Text Symbol: T01 = Debit position period
Text Symbol: SM3 = Postings
Text Symbol: SM2 = Error
Text Symbol: SM1 = Result
Text Symbol: PGS = &CNT&/&TOT& : MC &VW&
Text Symbol: PFI = Automatic management costs settlement
Text Symbol: NTX = Flow type
Text Symbol: MEH = Rental unit
Text Symbol: KAZ = (No details)
Text Symbol: K70 = Date advance payments upto
Text Symbol: K60 = Offset advance payments
Text Symbol: WEH = Business entity
Text Symbol: ZLW = P
Text Symbol: BNT = Net amount
Text Symbol: BKT = Manag. debit pos.
Text Symbol: BBR = Gross amount
Text Symbol: 101 = Month
Text Symbol: 100 = Year
Text Symbol: 060 = Flow type


INCLUDES used within this REPORT RFVIVS01

INCLUDE IVS01TOP.
INCLUDE IVS01LSL.
INCLUDE RFVICNSV.
INCLUDE IVS01F01.
INCLUDE RFVIVSHD.
INCLUDE RKASMAWF.
INCLUDE IFRE_CHECK_RE_CLASSIC.


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:

FVSCHEDMAN_INIT_AND_COMMIT CALL FUNCTION 'FVSCHEDMAN_INIT_AND_COMMIT' "46A EXPORTING "46A i_tcode = sy-tcode "46A * note 422970 i_witem = wf_witem * end-note 422970 i_testflag = pa_sim. "46A

STATUS_BUFFER_REFRESH CALL FUNCTION 'STATUS_BUFFER_REFRESH'.

FVSCHEDMAN_CLOSE_AND_COMMIT CALL FUNCTION 'FVSCHEDMAN_CLOSE_AND_COMMIT' "46A EXPORTING "46A i_applstat = l_applstat "46A * note 422970 i_witem = wf_witem i_okey = wf_okey * end-note 422970 TABLES "46A t_spool = spool_tab "46A EXCEPTIONS "46A key_is_missing = 1 "46A OTHERS = 2. "46A



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