CNV_10993_SUBMIT_OPT_STRINGPAI 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_10993_SUBMIT_OPT_STRINGPAI 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_10993_SUBMIT_OPT_STRINGPAI
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_RFC_PCL CALL FUNCTION 'CNV_MBT_RFC_PCL' EXPORTING packid = p_pack IMPORTING destination_id = lv_pcl_rfc EXCEPTIONS no_destinations_for_packid = 1 no_pcl_destination_for_packid = 2 OTHERS = 3.
CNV_10993_GET_SRNID_INFO CALL FUNCTION 'CNV_10993_GET_SRNID_INFO' DESTINATION lv_pcl_rfc EXPORTING iv_pclpackid = p_pack IMPORTING ev_srnid_descr = lv_descr EXCEPTIONS communication_failure = 1 MESSAGE gd_msgtext system_failure = 2 MESSAGE gd_msgtext OTHERS = 0.
CNV_10993_CODESCAN_TRIGGER CALL FUNCTION 'CNV_10993_CODESCAN_TRIGGER' EXPORTING iv_search_run_id = p_srnid iv_pclpackid = p_pack iv_search_desc = ls_runid-search_run_descr * iv_mode = gv_mode iv_task = 'C' iv_packid = gv_cnv_pack iv_packid_t = gv_cnv_packt IMPORTING ev_created_date = ls_runid-date_of_creation ev_created_time = ls_runid-time_of_creation ev_system_id = ls_runid-sid ev_created_by = ls_runid-created_by ev_client = lv_rfc_clnt EXCEPTIONS not_authorized = 3 authority_data_missing = 4 invalid_user_type = 5 no_coa_strings = 6 project_already_exists = 7 no_ccd_strings = 8 no_active_ccd = 9 no_active_coa = 10 project_not_found = 11 runid_not_found = 12 runid_exists = 13 no_authorization = 14 **{+RV 01.04.2011 LT V2 Dislay only result view for V1 runid's
CNV_10993_UPDATE_SRNID CALL FUNCTION 'CNV_10993_UPDATE_SRNID' DESTINATION lv_pcl_rfc EXPORTING is_runid = ls_runid i_exec_target = 'R' EXCEPTIONS update_failed = 1 communication_failure = 2 MESSAGE gd_msgtext system_failure = 3 MESSAGE gd_msgtext OTHERS = 4.
CNV_10993_GET_PACKIDS CALL FUNCTION 'CNV_10993_GET_PACKIDS' TABLES it_packids = gt_f4_pckg EXCEPTIONS not_authorized = 1 no_packid_exists = 2 OTHERS = 3.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' "#EC * EXPORTING display = space fieldname = help_fieldname tabname = help_tabname IMPORTING select_value = gv_cnv_pack TABLES valuetab = v_tab2[] fields = f_tab EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3.
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_10993_SUBMIT_OPT_STRINGPAI - Include CNV_10993_SUBMIT_OPT_STRINGPAI CNV_10993_SUBMIT_OPT_STRING - Include CNV_10993_OPTIMIZE_STRING CNV_10993_SUBMIT_OPT_STRING - Include CNV_10993_OPTIMIZE_STRING CNV_10993_SUBMIT_GENER_FORM - Program CNV_10993_SUBMIT_GENER_FORM CNV_10993_SUBMIT_GENER_FORM - Program CNV_10993_SUBMIT_GENER_FORM CNV_10993_SUBMIT_EXP_TO_XCEL - Program CNV_10993_SUBMIT_EXP_TO_XCEL