MC27VIL0 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 MC27VIL0 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: PP and PI: Where-Used Lists/Mass Replace - Lists
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNVL_INIT_LISTVARIANT CALL FUNCTION 'CNVL_INIT_LISTVARIANT' EXPORTING i_applic = vl_line_info-applic i_subapp = vl_line_info-subapp i_lstvar = vl_line_info-lstvar i_program = 'SAPMC27V' i_flg_no_input = ' ' i_flg_db = ' ' i_flg_loop = '*' i_blank_symbol = ' ' i_applic_write_line = ' ' i_applic_set_attributes = ' ' i_applic_top_of_page = ' ' i_applic_top_of_page_linsel = ' ' i_applic_at_user_command = ' ' i_applic_at_line_selection = ' ' IMPORTING e_keylen = vl_tcnvl-keylen e_maxlen = vl_tcnvl-maxlen.
CNVL_WRITE_OBJECT CALL FUNCTION 'CNVL_WRITE_OBJECT' EXPORTING i_lintyp = vl_con_lintyp_pos i_object = vl_con_object_ulin * importing * e_fieldline = vl_fieldline EXCEPTIONS object_not_found = 0 fields_not_found = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MC27VIL0 - PP and PI: Where-Used Lists/Mass Replace - Lists MC27VI01 - documentation and ABAP source code MC27VI00 - PP and PI: Where-Used Lists/Mass Replace - PAI Modules MC27VFT0 - PP and PI: Where-Used Lists/Mass Replace - Key Word Read Text MC27VFF0 - PP and PI: Where-Used Lists/Mass Replace - Screen Sequence Control MC27VF50 - PP and PI: Where-Used Lists/Mass Replace - Branch Directly