MV75AALV 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 MV75AALV 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: General routines for the document list viewer
INCLUDE MV75AALV_ALV_ZUGRIFFSART_BESTI . " ALV_ZUGRIFFSART_BESTIMMEN
INCLUDE MV75AALV_ALV_VARIANT_DEFAULT_S . " ALV_VARIANT_DEFAULT_SET
INCLUDE MV75AALV_ALV_LIST_OUTPUT . " ALV_LIST_OUTPUT
INCLUDE MV75AALV_ALV_VARIANT_GET . " ALV_VARIANT_GET
INCLUDE MV75AALV_ALV_VARIANT_DISPLAY . " ALV_VARIANT_DISPLAY
INCLUDE MV75AALV_ALV_STANDARD_FCODES . " ALV_STANDARD_FCODES
INCLUDE MV75AALV_PF_STATUS_SET . " PF_STATUS_SET
INCLUDE MV75AALV_ALV_OKCODE_AEND . " ALV_OKCODE_AEND
INCLUDE MV75AALV_TOP_OF_PAGE . " TOP_OF_PAGE
INCLUDE MV75AALV_ALV_OKCODE_SUMV . " ALV_OKCODE_SUMV
INCLUDE MV75AALV_ALV_OKCODE_GRUP . " ALV_OKCODE_GRUP
INCLUDE MV75AALV_RS_TREE_OKCODE . " RS_TREE_OKCODE
INCLUDE MV75AALV_RS_TREE_MORE_INFO . " RS_TREE_MORE_INFO
INCLUDE MV75AALV_ALV_FCODE_GRUP . " ALV_FCODE_GRUP
INCLUDE MV75AALV_ALV_FCODE_OUP . " ALV_FCODE_OUP
INCLUDE MV75AALV_ALV_OKCODE_LIAK . " ALV_OKCODE_LIAK
INCLUDE RVREUSE_FORMS.
INCLUDE MV75AALV_ALV_STANDARD_DETAIL . " ALV_STANDARD_DETAIL
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.