RFVIMAZP_ALV 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 RFVIMAZP_ALV 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.
Title: RE: Display Logs
Text Symbol: T01 = No log!
Text Symbol: T02 = Logs for &1
INCLUDE IFVIMAMS.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = CON_PROGNAME " i_callback_pf_status_set = con_form_status_set I_CALLBACK_USER_COMMAND = CON_FORM_USER_CMD IS_LAYOUT = GR_LAYOUT_ALV I_STRUCTURE_NAME = CON_DDIC_STRUCT_NAME TABLES T_OUTTAB = GT_OUTTAB.
RERA_GET_ADJUST_PARAMETERS CALL FUNCTION 'RERA_GET_ADJUST_PARAMETERS' EXPORTING I_SANPNR = PN_SANPNR I_SACTNR = K_SACTNR_SHOW IMPORTING E_SANPNR_TEXT = LC_TITLE EXCEPTIONS UNKNOWN_ADJUST_MODE = 1 UNKNOWN_ADJUST_ACTIVITY = 2 CUSTOMIZING_ERROR = 3 OTHERS = 4.
RERA_PROT_RENTAL_ADJUSTMENT CALL FUNCTION 'RERA_PROT_RENTAL_ADJUSTMENT' EXPORTING IR_VIMI17 = GT_VIMI17 EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.