CNV_10993_TRIGGER_CS_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_10993_TRIGGER_CS_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: Include CNV_10993_TRIGGER_CS_PAI
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_10993_CODESCAN_TRIGGER CALL FUNCTION 'CNV_10993_CODESCAN_TRIGGER' DESTINATION gv_dest EXPORTING iv_search_run_id = gv_search_run_id iv_search_desc = gv_search_run_descr iv_mode = gv_mode iv_task = 'E' EXCEPTIONS communication_failure = 1 system_failure = 2 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_CODESCAN_TRIGGER * CALL FUNCTION 'CNV_10993_CODESCAN_TRIGGER' * DESTINATION gv_dest * EXPORTING * iv_search_run_id = gv_search_run_id * iv_search_desc = *gv_search_run_descr * IV_MODE = gv_mode * IMPORTING * ev_created_date = gv_createddate * ev_created_time = gv_createtime * ev_system_id = gv_sysid * ev_created_by = gv_createdby * EXCEPTIONS * communication_failure = 1 * system_failure = 2 * not_authorized = 3 * authority_data_missing = 4 * invalid_user_type = 5 * no_coa_strings = 6 * OTHERS = 7.
RFC_READ_R3_DESTINATION CALL FUNCTION 'RFC_READ_R3_DESTINATION' EXPORTING destination = gv_dest * AUTHORITY_CHECK = 'X' EXCEPTIONS authority_not_available = 1 destination_not_exist = 2 information_failure = 3 internal_failure = 4 OTHERS = 5 .
RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION gv_dest EXCEPTIONS communication_failure = 1 system_failure = 2.
CNV_10993_GET_PACKIDS CALL FUNCTION 'CNV_10993_GET_PACKIDS' DESTINATION gv_dest EXPORTING iv_mode = gv_mode TABLES it_packids = gt_packid EXCEPTIONS not_authorized = 1 no_packid_exists = 2 OTHERS = 3.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = lv_program dynumb = lv_screenno TABLES dynpfields = lt_dynpread.
CNV_10993_CODESCAN_TRIGGER * CALL FUNCTION 'CNV_10993_CODESCAN_TRIGGER' * DESTINATION gv_dest * EXPORTING * iv_search_run_id = gv_sid * iv_search_desc = gv_sdesc * iv_mode = gv_mode * IMPORTING * ev_created_date = gv_createddate * ev_created_time = gv_createtime * ev_system_id = gv_sysid * ev_created_by = gv_createdby * ev_client = gv_client * EXCEPTIONS * communication_failure = 1 * system_failure = 2 * 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 * OTHERS = 11 * .
CNV_10993_CODESCAN_TRIGGER CALL FUNCTION 'CNV_10993_CODESCAN_TRIGGER' DESTINATION gv_dest EXPORTING iv_search_run_id = gv_sid iv_pclpackid = gv_pclpackid "+SM 16.03.2011 LT V2 PCL-Workcenter Integ.
CNV_10993_CODESCAN_TRIGGER * CALL FUNCTION 'CNV_10993_CODESCAN_TRIGGER' * DESTINATION gv_dest * EXPORTING * iv_search_run_id = gv_sid * iv_search_desc = gv_sdesc * iv_mode = gv_mode * iv_task = 'E' * EXCEPTIONS * communication_failure = 1 * system_failure = 2 * 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 * OTHERS = 15.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'CNVA_10993_PACKIDS' retfield = 'PACKID' dynpprog = lv_repid dynpnr = lv_dynnr dynprofield = 'GV_PACKID' value_org = 'S' TABLES value_tab = gt_packid return_tab = lt_return * EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 * OTHERS = 3 .
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = lv_prog dynumb = lv_scrnr TABLES dynpfields = lt_dynfield * EXCEPTIONS * INVALID_ABAPWORKAREA = 1 * INVALID_DYNPROFIELD = 2 * INVALID_DYNPRONAME = 3 * INVALID_DYNPRONUMMER = 4 * INVALID_REQUEST = 5 * NO_FIELDDESCRIPTION = 6 * UNDEFIND_ERROR = 7 * OTHERS = 8 .
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_TRIGGER_CS_PAI - Include CNV_10993_TRIGGER_CS_PAI CNV_10993_TRIGGER_CS_FORMS - Include CNV_10993_TRIGGER_CS_FORMS CNV_10993_TRIGGER_CODESCAN - LT: Creation and Execution of Search Run ID CNV_10993_TRIGGER_CODESCAN - LT: Creation and Execution of Search Run ID CNV_10993_TOP - Include CNV_10993_SCAN_PGM_TOP CNV_10993_SUBMIT_TO_XCEL_FORMS - Program CNV_10993_SUBMIT_TO_XCEL_FORMS