IFVISETS_ALV_GRID_CONTROL_MV is a standard ABAP INCLUDE 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 IFVISETS_ALV_GRID_CONTROL_MV 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_buffer_active = 'X' i_callback_program = g_repid i_callback_pf_status_set = 'SET_OWN_PF_STATUS' i_callback_user_command = 'SET_OWN_USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' i_structure_name = 'VISETS_MV_ALV' * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = it_special_groups = gt_sp_group[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = g_save is_variant = g_variant it_events = gt_events[] it_event_exit = gt_event_exit[] * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_alvouttab_mv EXCEPTIONS * PROGRAM_ERROR = 1 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.
IFVISETS_ALV_GRID_CONTROL_MV - IFVISETSALVGRIDCONTROLMV IFVISETS_ALV_GRID_CONTROL_ME - IFVISETSALVGRIDCONTROLME IFVISETS_ALV_GRID_CONTROL_GR - IFVISETSALVGRIDCONTROLGR IFVISETS_ALV_GRID_CONTROL_GB - IFVISETSALVGRIDCONTROLGB IFVISETS_ALV_GRID_CONTROL_CN - IFVISETSALVGRIDCONTROLCN IFVISETS_ALV_GRID_CONTROL_AE - IFVISETSALVGRIDCONTROLAE