CNV_10993_SUBMIT_CONT_SEARCH is a standard Executable ABAP Report 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_CONT_SEARCH 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: Program CNV_10993_SUBMIT_CONT_SEARCH
Text Symbol: 019 = To be corrected.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_EU_CROSSREF call function 'RS_EU_CROSSREF' exporting i_find_obj_cls = 'DOMA' i_scope_obj_cls = 'P' rekursiv = 'X' tables i_findstrings = lt_domains[] o_founds = lt_results_temp[] exceptions not_found = 2 illegal_object = 3 no_cross_for_this_object = 4 batch = 5 batchjob_error = 6 wrong_type = 7 object_not_exist = 8 others = 9.
RS_EU_CROSSREF call function 'RS_EU_CROSSREF' exporting i_find_obj_cls = 'DTEL' i_scope_obj_cls = 'P' rekursiv = 'X' no_dialog = 'X' tables i_findstrings = lt_elements[] o_founds = lt_results_temp[] exceptions not_found = 2 illegal_object = 3 no_cross_for_this_object = 4 batch = 5 batchjob_error = 6 wrong_type = 7 object_not_exist = 8 others = 9.
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = ls_log_header importing e_log_handle = ev_log_handle exceptions log_header_inconsistent = 1 others = 2.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_s_msg = is_log_msg i_log_handle = ev_log_handle exceptions log_not_found = 0 others = 1.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_s_msg = is_log_msg i_log_handle = ev_log_handle exceptions log_not_found = 0 others = 1.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_s_msg = is_log_msg i_log_handle = ev_log_handle exceptions log_not_found = 0 others = 1.
BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_client = iv_client i_in_update_task = iv_update_task i_save_all = iv_save_all i_t_log_handle = lt_log_handle * IMPORTING * e_new_lognumbers = exceptions log_not_found = 1 save_not_allowed = 2 numbering_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_10993_SUBMIT_CONT_SEARCH - Program CNV_10993_SUBMIT_CONT_SEARCH CNV_10993_SUBMIT_CONT_SEARCH - Program CNV_10993_SUBMIT_CONT_SEARCH CNV_10993_SUBMIT_BULD_SRCHLIST - Program CNV_10993_BUILD_SRCH_LIST CNV_10993_SUBMIT_BULD_SRCHLIST - Program CNV_10993_BUILD_SRCH_LIST CNV_10993_SCAN_TOP - Include CNV_10993_SCAN_TOP CNV_10993_SCAN_PBO - Include CNV_10993_SCAN_PBO