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

RFVIVST6 SAP ABAP Report - Posting of Correction Items







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


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


INCLUDES used within this REPORT RFVIVST6

INCLUDE IVST6F01. " FORM-ROUTINES


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:

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.



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