SAP Reports / Programs

RFVI_VITAXD_CONSTRUCT SAP ABAP Report - Create Real Estate Tax Table from FI Documents







RFVI_VITAXD_CONSTRUCT 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 RFVI_VITAXD_CONSTRUCT 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 RFVI_VITAXD_CONSTRUCT. "Basic submit
SUBMIT RFVI_VITAXD_CONSTRUCT AND RETURN. "Return to original report after report execution complete
SUBMIT RFVI_VITAXD_CONSTRUCT 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: S_GJAHR = D Fiscal year
Selection Text: S_GLVOR = D Business transaction
Selection Text: S_GRPID = D Session name
Selection Text: S_HWAE2 = D Local currency 2
Selection Text: S_HWAE3 = D Local currency 3
Selection Text: S_HWAER = D Local currency
Selection Text: S_KURS2 = D Exchange rate 2
Selection Text: S_KURS3 = D Exchange rate 3
Selection Text: S_KURSF = D Exchange rate
Selection Text: S_KUTY2 = D Exchange rate type
Selection Text: S_KUTY3 = D Exchange rate type
Selection Text: S_KZKRS = D Group currency exchange rate
Selection Text: S_KZWRS = D Group currency
Selection Text: S_LOTKZ = D Lot number
Selection Text: S_MONAT = D Posting period
Selection Text: S_NUMPG = D Number of pages
Selection Text: S_PPNAM = D Parked by
Selection Text: S_STBLG = D Reversed with
Selection Text: S_STGRD = D Inverse Posting Reason
Selection Text: S_STJAH = D Year
Selection Text: S_STODT = D Reverse posting date
Selection Text: S_TCODE = D Transaction code
Selection Text: S_TXKRS = D Rate for taxes
Selection Text: S_UMRD2 = D Translation date
Selection Text: S_UMRD3 = D Translation date
Selection Text: S_UPDDT = D Last update
Selection Text: S_USNAM = D User name
Selection Text: S_WAERS = D Currency
Selection Text: S_WWERT = D Translation date
Selection Text: S_XBLNR = D Reference
Selection Text: S_XMWST = D Calculate tax
Selection Text: S_XNETB = D Indicator: doc.posted net
Selection Text: S_XR1_HD = D Ref.key (header) 1
Selection Text: S_XR2_HD = D Ref.key (header) 2
Selection Text: S_XRUEB = D Doc.posted to prev.period
Selection Text: S_XSNET = D Calculate taxes on net amount
Selection Text: S_XSTOV = D Reversal indicator
Selection Text: S_XUSVR = D Tax details changed





Selection Text: S_XWVOF = D B/ex.before due date
Selection Text: S_FRATH = D Unplanned del.costs
Selection Text: P_ROWS = Maximum no. of lines
Selection Text: P_SIMUL = Simulation
Selection Text: P_UPDATE = Do not overwrite
Selection Text: S_ADISC = D Discount document
Selection Text: S_AEDAT = D Changed on
Selection Text: S_ARCID = D Extract ID
Selection Text: S_AUSBK = D Source company code
Selection Text: S_AWKEY = D Reference key
Selection Text: S_AWSYS = D Logical system
Selection Text: S_AWTYP = D Reference procedure
Selection Text: S_BASW2 = D Initial currency
Selection Text: S_BASW3 = D Initial currency
Selection Text: S_BELNR = D Document number
Selection Text: S_BKTXT = D Document header text
Selection Text: S_BLART = D Document type
Selection Text: S_FIKRS = D financial management area
Selection Text: S_DUEFL = D Status of data transfer to
Selection Text: S_DOKID = D Document name
Selection Text: S_DBBLG = D Recurring entry document
Selection Text: S_CURT3 = D LC3 currency type
Selection Text: S_CURT2 = D LC2 currency type
Selection Text: S_CPUTM = D Time of entry
Selection Text: S_CPUDT = D Created on
Selection Text: S_BVORG = D Cross-CC number
Selection Text: S_BUKRS = D Company code
Selection Text: S_BUDAT = D Posting date
Selection Text: S_BSTAT = D Document status
Selection Text: S_BRNCH = D Branch number
Selection Text: S_BLDAT = D Document date
Title: Create Real Estate Tax Table from FI Documents
Text Symbol: 009 = Deletes:
Text Symbol: 008 = Updates:
Text Symbol: 007 = Inserts:
Text Symbol: 006 = No database changes necessary (VITAXD)
Text Symbol: 005 = Database VIBEBE was updated
Text Symbol: 004 = Database VITAXA was updated
Text Symbol: 003 = Database VITAXD was updated





Text Symbol: 002 = Additional error list: No
Text Symbol: 001 = Additional error list: Yes


INCLUDES used within this REPORT RFVI_VITAXD_CONSTRUCT

INCLUDE RFVI_VITAXD_CONSTRUCT_TOP .


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:

No SAP FUNCTION MODULES are executed within this report code!



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