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
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_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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.