RFVIVST6 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 RFVIVST6 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: P_SBERI = Correction Items
Selection Text: P_MONAT = Period
Selection Text: P_CYEAR = Fiscal Year
Selection Text: P_BUKRS = Company Code
Selection Text: P_BLDAT = Doc.Date
Selection Text: P_BLART = Doc.Type
Selection Text: P_BDATE = Posting Date
Selection Text: P_AMOUNT = Correction Amount
Selection Text: OPTSATZ = Option Rate
Selection Text: ANLBWA = Asset Transaction
Title: Posting of Correction Items
Text Symbol: M01 = InputTaxCorrRevAccts (TIV79) not Maintained for Ch of Acc
Text Symbol: 063 = Posting Data
Text Symbol: 009 = /
Text Symbol: 008 = Month of Input Tax Treatment
Text Symbol: 003 = Input Tax Correction
INCLUDE IVST6F01. " FORM-ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
REAL_ESTATE_AWKEY CALL FUNCTION 'REAL_ESTATE_AWKEY' EXPORTING I_LFDNR = I_BELNR I_XBLNR = BKPF-XBLNR IMPORTING E_AWKEY = AWKEY.
RE_INTERFACE_DOCUMENT CALL FUNCTION 'RE_INTERFACE_DOCUMENT' EXPORTING I_SIMUL = ' ' I_AWTYP = 'RETAX' I_AWKEY = AWKEY I_GLVOR = 'RFBU' I_BUKRS = P_BUKRS IMPORTING E_BELNR = F_BELNR E_GJAHR = F_GJAHR TABLES DOC_BSSBKPF = TBSSBKPF DOC_BSSBSEG = TBSSBSEG DOC_BSSPARA = TBSSPARA EXCEPTIONS ERROR = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIVST6 - Posting of Correction Items RFVIVST6 - Posting of Correction Items RFVIVST5 - Reversal of Input Tax Distribution (Real Estate Management) RFVIVST5 - Reversal of Input Tax Distribution (Real Estate Management) RFVIVST4 - Input Tax Distribution Evaluation RFVIVST4 - Input Tax Distribution Evaluation