MC27VF20 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 MC27VF20 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 - Table Access
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNVL_GET_OBJECTS CALL FUNCTION 'CNVL_GET_OBJECTS' EXPORTING i_applic = vl_line_info-applic i_subapp = vl_line_info-subapp i_lstvar = vl_line_info-lstvar TABLES e_tcnvz = tcnvz_imp.
TC50_INST_READ CALL FUNCTION 'TC50_INST_READ' EXPORTING plant = up_werks process_inst_cat = up_costr language = ' ' IMPORTING process_inst_cat_data = up_process_inst_cat_data EXCEPTIONS not_found = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MC27VF20 - PP and PI: Where-Used Lists/Mass Replace - Table Access MC27VF10 - PP and PI: Where-Used Lists/Mass Replace - List Structure MC27VF00 - PP and PI: Where-Used Lists/Mass Replace - FORM-Routines MC27VBDC - PP and PI: Where-Used Lists/Mass Replace - CALL TRANSACTION MC27VAT0 - PP and PI: Where-Used Lists/Mass Replace - Events MC27VALV - documentation and ABAP source code