SAP Reports / Programs

RFVIRPVIMIRA01 SAP ABAP Report - Lease-Out Installments







RFVIRPVIMIRA01 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 RFVIRPVIMIRA01 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 RFVIRPVIMIRA01. "Basic submit
SUBMIT RFVIRPVIMIRA01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIRPVIMIRA01 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_VARI = Display Variant
Title: Lease-Out Installments
Text Symbol: 999 = Position cursor on line of lease-out
Text Symbol: 998 = Position cursor on line for document
Text Symbol: 997 = Position cursor on line for customer
Text Symbol: 022 = Installmt
Text Symbol: 021 = Lease-out
Text Symbol: 013 = No data available for selection
Text Symbol: 012 = Display
Text Symbol: 011 = IMKEY
Text Symbol: 010 = OBJNR
Text Symbol: 009 = INTRENO
Text Symbol: 008 = Internal keys:
Text Symbol: 007 = Notice
Text Symbol: 006 = Rental end
Text Symbol: 005 = Rental start
Text Symbol: 004 = Rental unit
Text Symbol: 003 = Business entity
Text Symbol: 002 = Lease-out
Text Symbol: 001 = Company code


INCLUDES used within this REPORT RFVIRPVIMIRA01

INCLUDE RFVICNGP.


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:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = ALV_SAVE CHANGING CS_VARIANT = ALV_X_VARIANT EXCEPTIONS NOT_FOUND = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = ALV_REPID I_CALLBACK_PF_STATUS_SET = ALV_CALLBACK_STATUS I_CALLBACK_USER_COMMAND = ALV_CALLBACK_UCOMM IS_LAYOUT = ALV_LAYOUT IT_FIELDCAT = ALV_FIELDCAT[] I_SAVE = ALV_SAVE IS_VARIANT = ALV_VARIANT I_TABNAME_HEADER = ALV_TABNAME_HEADER I_TABNAME_ITEM = ALV_TABNAME_ITEM IS_KEYINFO = ALV_KEYINFO IT_EVENT_EXIT = ALV_EVENT_EXIT_TAB TABLES T_OUTTAB_HEADER = VIMIMV_AUS T_OUTTAB_ITEM = VIMIRA_AUS.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = ALV_VARIANT I_SAVE = ALV_SAVE I_TABNAME_HEADER = ALV_TABNAME_HEADER I_TABNAME_ITEM = ALV_TABNAME_ITEM * it_default_fieldcat = IMPORTING E_EXIT = ALV_EXIT ES_VARIANT = ALV_X_VARIANT EXCEPTIONS NOT_FOUND = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = ALV_SAVE CHANGING CS_VARIANT = ALV_X_VARIANT.

REMD_OBJECT_TEXT_GET CALL FUNCTION 'REMD_OBJECT_TEXT_GET' EXPORTING I_OBJNR = I_VIMI01-SNKS IMPORTING E_TEXT = VIMIMV_AUS-XMETXT.

REAL_ESTATE_PARTNER_DATA_READ CALL FUNCTION 'REAL_ESTATE_PARTNER_DATA_READ' EXPORTING I1_ROLETYP = CON_ROLETYP-HAUPTMIETER I1_SNUMOBJ = CON_SNUMOBJ-IMMO I1_SOBJEKT = MD_SOBJEKT I_KZ_MEMORY = 'X' I_LINES = 1 I_DATE = SY-DATUM I_BUKRS = I_VIMIMV-BUKRS I_KZ_NO_ADDRESS = 'X' IMPORTING E_ADRS = MD_ADRS EXCEPTIONS OTHERS = 4.

REMD_ENCODE_IMKEY CALL FUNCTION 'REMD_ENCODE_IMKEY' EXPORTING I_BUKRS = CU_SELECTED_OBJECT-BUKRS I_SWENR = CU_SELECTED_OBJECT-SWENR I_SMENR = CU_SELECTED_OBJECT-SMENR I_SMIVE = CU_SELECTED_OBJECT-SMIVE IMPORTING E_OBJNR = CU_OBJNR EXCEPTIONS OTHERS = 4.

REMD_SHOW_MASTER_DATA CALL FUNCTION 'REMD_SHOW_MASTER_DATA' EXPORTING I_OBJNR = CU_OBJNR EXCEPTIONS OTHERS = 4.



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