SAP Reports / Programs

RFVIUM03 SAP ABAP Report - Real estate VAT list







RFVIUM03 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 RFVIUM03 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 RFVIUM03. "Basic submit
SUBMIT RFVIUM03 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIUM03 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_BUKRS = Company code
Selection Text: P_DOBER = To
Selection Text: P_DUNTER = Doc.selection from
Selection Text: P_GJAHR = Fiscal year
Selection Text: SO_SMENR = Rental unit
Selection Text: SO_SMIVE = Lease-out
Selection Text: SO_SWENR = Business entity
Title: Real estate VAT list
Text Symbol: K08 = Date limits
Text Symbol: K07 = Lease-out
Text Symbol: K06 = Rental unit
Text Symbol: K05 = Business entity
Text Symbol: K04 = Company code
Text Symbol: K03 = Incl./Excl.
Text Symbol: K02 = To
Text Symbol: K01 = From
Text Symbol: K00 = Selection criteria
Text Symbol: GSJ = Fiscal year
Text Symbol: DVO = Doc.selection from
Text Symbol: BIS = to
Text Symbol: SMV = LO total:
Text Symbol: TIT = BE no. Lease-out Address Condition type Amount VAT
Text Symbol: T02 = Display of all tax amounts
Text Symbol: T01 = VAT list
Text Symbol: SWE = BE total:


INCLUDES used within this REPORT RFVIUM03

No INCLUDES are used within this REPORT code!


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:

FIMA_END_OF_MONTH_DETERMINE * CALL FUNCTION 'FIMA_END_OF_MONTH_DETERMINE' * EXPORTING * I_DATE = SY-DATUM * IMPORTING * E_DAYS_OF_MONTH = ZW_DATUM-TAG.

CALCULATE_TAX_FROM_NET_AMOUNT * CALL FUNCTION 'CALCULATE_TAX_FROM_NET_AMOUNT' * EXPORTING * I_BUKRS = P_BUKRS * I_MWSKZ = MWSTKZ ** I_TXJCD = ' ' * I_WAERS = WAEHRUNG * I_WRBTR = TEST_BETRAG ** I_ZBD1P = 0 * IMPORTING * E_FWNAV = TEST_BETRAG1 * E_FWNVV = TEST_BETRAG2 * E_FWSTE = TEST_BETRAG * TABLES * T_MWDAT = I_MWST_TAB * EXCEPTIONS * BUKRS_NOT_FOUND = 01 * COUNTRY_NOT_FOUND = 02 * MWSKZ_NOT_DEFINED = 03 * MWSKZ_NOT_VALID = 04.

MV_CHECK_ACTIVE * CALL FUNCTION 'MV_CHECK_ACTIVE' * EXPORTING * OBJNR = SNKS ** SMIVE = ' ' * IMPORTING * FL_ACTIVE = FLG_ACTIVE * EXCEPTIONS * MV_NOT_ACTIVE = 1 * STATUS_FAILURE = 2 * OTHERS = 3.

ISGP_PARTNER_DEB_FILL * CALL FUNCTION 'ISGP_PARTNER_DEB_FILL' * EXPORTING * I_BUKRS = MV_KEY-BUKRS * NO_REFRESH = TRUE * U_RANTYP = CON_RANTYP-IMMO * TABLES * JVZGPO = TAB_VZGPO * JVZGPODEB = TAB_VZGPODEB * JVZZKOPO = TAB_VVZZKOPO * EXCEPTIONS * NO_PARTNER = 1 * OTHERS = 2.

REAL_ESTATE_PARTNER_DATA_READ * CALL FUNCTION 'REAL_ESTATE_PARTNER_DATA_READ' * EXPORTING * I1_ROLETYP = CON_ROLETYP-HAUPTMIETER * I1_SOBJEKT = MV_KEY-INTRENO * I1_SNUMOBJ = CON_SNUMOBJ-IMMO * I_LINES = 1 * I_DATE = SY-DATUM * I_KZ_NO_ADDRESS = 'X' * IMPORTING * E_ADRS = ADRS * EXCEPTIONS * OTHERS = 5.



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