CNV_MBT_SELDEF_46_F01 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_SELDEF_46_F01 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: Include CNV_MBT_SELDEF_46_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = gv_tabname CHANGING ct_fieldcat = xt_fct EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = gv_titlebar text_question = lv_string text_button_1 = gv_yes text_button_2 = gv_no display_cancel_button = '' IMPORTING answer = lv_del EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = gv_titlebar text_question = gv_question text_button_1 = gv_yes text_button_2 = gv_no display_cancel_button = 'X' IMPORTING answer = lv_ans EXCEPTIONS text_not_found = 1 OTHERS = 2.
CNV_MBT_SEL_GROUP_RANK CALL FUNCTION 'CNV_MBT_SEL_GROUP_RANK' EXPORTING iv_packid = lv_packid iv_tabname = lv_table iv_convobject = gv_convobj TABLES xt_groups = lt_groups xt_confr_groups = lt_confr_groups EXCEPTIONS field_details_not_found = 1 no_destinations_for_packid = 2 no_specific_destination_type = 3 other_error = 4 OTHERS = 5.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = gv_titlebar text_question = gv_question text_button_1 = gv_yes text_button_2 = gv_no display_cancel_button = 'X' IMPORTING answer = lv_ans EXCEPTIONS text_not_found = 1 OTHERS = 2.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = gv_tabname CHANGING ct_fieldcat = xt_fct EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VARIANT' dynpprog = 'CNV_MBT_SELDEF_46' dynpnr = '0250' dynprofield = 'CNVMBTSELGRPVAL-VARIANT' window_title = lv_title value_org = 'S' TABLES value_tab = lt_cnvmbtselvar[] EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'PACKID' "#EC NOTEXT dynpprog = lv_repid dynpnr = lv_dynnr dynprofield = 'p_packid' "#EC NOTEXT value_org = 'S' TABLES value_tab = lt_cnvmbtpack return_tab = lt_returntab.
CNV_MBT_PS_CUSTOM_REQUESTS CALL FUNCTION 'CNV_MBT_PS_CUSTOM_REQUESTS' EXPORTING iv_order = gv_order iv_tabname = p_0792 iv_ref = gv_ref as_table = table IMPORTING ev_order = gv_order EXCEPTIONS invalid_data = 1 table_not_active_or_no_fields = 2 database_error = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_MBT_SELDEF_46_F01 - Include CNV_MBT_SELDEF_46_F01 CNV_MBT_SELDEF_46_CLASS - Include CNV_MBT_SELDEF_46_CLASS CNV_MBT_SELDEF_46 - Selection Group Definition and Maintenance CNV_MBT_SELDEF_46 - Selection Group Definition and Maintenance CNV_MBT_SEL220_ALL - Include CNV_MBT_SEL220_ALL CNV_MBT_SEL160_CMIS - Include CNV_MBT_SEL160_CMIS