CNV_MBT_PACK_DEF_PAI 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 CNV_MBT_PACK_DEF_PAI 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: Main screen PAI
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text-015 text_button_1 = 'Yes'(011) text_button_2 = 'No'(012) importing answer = lv_answer exceptions text_not_found = 1 others = 2.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text-015 text_button_1 = 'Yes'(011) text_button_2 = 'No'(012) importing answer = lv_answer exceptions text_not_found = 1 others = 2.
REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = ls_popup_text i_selection = selected i_checkbox_fieldname = 'BOX' i_tabname = 'LT_ALV_OUTTAB' it_fieldcat = lt_alv_fcat importing es_selfield = ls_selfield tables t_outtab = lt_alv_outtab exceptions program_error = 1 others = 2.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text-013 text_button_1 = 'Yes'(011) text_button_2 = 'No'(012) importing answer = lv_answer exceptions text_not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.