MJ45AF01 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 MJ45AF01 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!
ISM_BADCUSTOMER_CHECK call function 'ISM_BADCUSTOMER_CHECK' exporting iv_vkorg = jkak-vkorg iv_vtweg = jkak-vtweg iv_spart = jkak-spart iv_partner = xjkap-kunwe iv_auart = jkak-auart iv_poart = xjkap-poart is_parameter = ls_parameter is_jgtsadr = ls_jgtsadr importing et_badcust = lt_badcust es_rating = ls_rating exceptions not_found = 1 others = 2.
ISM_BADCUSTOMER_SHOW call function 'ISM_BADCUSTOMER_SHOW' exporting iv_vkorg = jkak-vkorg iv_vtweg = jkak-vtweg iv_spart = jkak-spart iv_partner = xjkap-kunwe iv_auart = jkak-auart iv_poart = xjkap-poart is_parameter = ls_parameter is_jgtsadr = ls_jgtsadr is_rating = ls_rating importing ev_result = lv_badcust_result changing ct_badcust = lt_badcust.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.