MV52EF0M 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 MV52EF0M 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: Foreign Trade: Performs Beginning With Letter M - License
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_VARIANT_ADD call function 'RS_VARIANT_ADD' exporting report = lv_programm exceptions illegal_variant_name = 1 not_authorized = 2 not_executed = 3 no_report = 4 report_not_existent = 5 report_not_supplied = 6 variant_exists = 7 variant_locked = 8 variant_not_supplied = 9 others = 10.
FT_CONTROL_VARIANT_VALUES_READ call function 'FT_CONTROL_VARIANT_VALUES_READ' exporting i_report = prog-ve30 importing e_gegru = lv_gegru e_kndsp = lv_kndsp e_vbdsp = lv_vbdsp e_aditi = lv_aditi e_matsp = lv_matsp e_lndco = lv_lndco e_exaco = lv_exaco e_belsp = lv_belsp e_trmco = lv_trmco e_hwtsp = lv_hwtsp e_anzco = lv_anzco e_amili = lv_amili e_extra = lv_extra e_kobra = lv_kobra e_sedsp = lv_sedsp e_przab = lv_przab e_anztg = lv_anztg e_parag = lv_parag e_parwf = lv_parwf e_parrs = lv_parrs e_parre = lv_parre e_paren = lv_paren e_msg = lv_msg tables it_rsparams = lt_rsparams et_geart = lt_geart et_gennr = lt_gennr et_exgen = lt_exgen et_genda = lt_genda et_genst = lt_genst et_bukrs = lt_bukrs et_ernam = lt_ernam et_exart = lt_exart et_vbeln = lt_vbeln et_zterm = lt_zterm et_genla = lt_genla et_alnum = lt_alnum et_kunnr = lt_kunnr exceptions report_not_supported = 1.
FT_CONTROL_VARIANT_VALUES_READ call function 'FT_CONTROL_VARIANT_VALUES_READ' exporting i_report = prog-ve31 importing e_boyco = lv_boyco e_embar = lv_embar e_licen = lv_licen e_abgru = lv_abgru e_order = lv_order e_deliv = lv_deliv e_msg = lv_msg tables it_rsparams = lt_rsparams et_ernam = lt_ernam et_vbeln = lt_vbeln et_vkorg = lt_vkorg et_vtweg = lt_vtweg et_spart = lt_spart et_vkbur = lt_vkbur et_vkgrp = lt_vkgrp et_erdat = lt_erdat.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.