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
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
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: 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
INCLUDE IVS01TOP.
INCLUDE IVS01LSL.
INCLUDE RFVICNSV.
INCLUDE IVS01F01.
INCLUDE RFVIVSHD.
INCLUDE RKASMAWF.
INCLUDE IFRE_CHECK_RE_CLASSIC.
No SAP DATABASE tables are accessed within this REPORT code!
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
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.