SAP Reports / Programs

RFVIRPI1 SAP ABAP Report - Index Data for Lease-Outs







RFVIRPI1 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 RFVIRPI1 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 RFVIRPI1. "Basic submit
SUBMIT RFVIRPI1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIRPI1 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 = Layout
Title: Index Data for Lease-Outs
Text Symbol: 001 = Display
Text Symbol: 002 = Lease-out
Text Symbol: 003 = Index data


INCLUDES used within this REPORT RFVIRPI1

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:

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_CALLBACK_PROGRAM 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 * it_special_groups = alv_special_groups TABLES T_OUTTAB_HEADER = HEADER T_OUTTAB_ITEM = ITEM EXCEPTIONS OTHERS = 4.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING OBJNR = I_VIMIMV-SNKS TEXT_WANTED = 'X' IMPORTING E_TEXT = E_TEXT IDENT_OBART = E_OBART IDENT_OBJID = E_OBJID EXCEPTIONS OTHERS = 4.

REMD_SHOW_MASTER_DATA CALL FUNCTION 'REMD_SHOW_MASTER_DATA' EXPORTING I_OBJNR = HEADER-OBJNR EXCEPTIONS OTHERS = 4.

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.



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