SAP Reports / Programs | Cross-Application Components(CA) SAP CA

CNV_10993_TRIGGER_CS_PAI SAP ABAP INCLUDE - Include CNV_10993_TRIGGER_CS_PAI







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CNV_10993_TRIGGER_CS_PAI. "Basic submit
SUBMIT CNV_10993_TRIGGER_CS_PAI AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10993_TRIGGER_CS_PAI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include CNV_10993_TRIGGER_CS_PAI


INCLUDES used within this REPORT CNV_10993_TRIGGER_CS_PAI

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CNV_10993_TRIGGER_CS_PAI or its description.