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

CNV_10993_TRIGGER_CS_FORMS SAP ABAP INCLUDE - Include CNV_10993_TRIGGER_CS_FORMS







CNV_10993_TRIGGER_CS_FORMS 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_FORMS 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_FORMS. "Basic submit
SUBMIT CNV_10993_TRIGGER_CS_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10993_TRIGGER_CS_FORMS 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_FORMS


INCLUDES used within this REPORT CNV_10993_TRIGGER_CS_FORMS

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CNV_10993_RUNID' i_client_never_display = gc_x i_bypassing_buffer = gc_x CHANGING ct_fieldcat = lt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = lv_sid IMPORTING output = lv_sid.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = lc_funcname EXCEPTIONS function_not_exist = 1 OTHERS = 2.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'TX' doklangu = sy-langu dokname = lv_object TABLES links = lt_links EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.

CNV_10993_GET_PACKIDS CALL FUNCTION 'CNV_10993_GET_PACKIDS' DESTINATION gv_rfc_dest * EXPORTING * iv_mode = gv_mode "-SM 10.03.2011 LT V2 workcenter-PCL Integ.

POPUP_DISPLAY_MESSAGE CALL FUNCTION 'POPUP_DISPLAY_MESSAGE' EXPORTING titel = text-026 msgid = 'CNV_10993_MESS' msgty = 'I' msgno = 026 * MSGV1 = * MSGV2 = * MSGV3 = * MSGV4 = .

CNV_10993_CODESCAN_TRIGGER CALL FUNCTION 'CNV_10993_CODESCAN_TRIGGER' DESTINATION ls_runid-rfcdes EXPORTING iv_search_run_id = ls_runid-search_run_id iv_search_desc = ls_runid-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_MBT_ADM_SUBPRO_CREATE_DARK CALL FUNCTION 'CNV_MBT_ADM_SUBPRO_CREATE_DARK' EXPORTING ip_project = iv_proj * ip_subproject = iv_proj "sub-project name same as project ip_scenario = 'SLOP' ip_create_subproject = iv_create_subproj ip_create_project = iv_create_proj ip_project_descript = lv_proj_descr ip_subproj_descript = lv_subproj_descr * IP_COT_CONTEXT_ID = * IP_NAMESPACE = IMPORTING ep_project = lv_proj ep_subproject = xv_subproj EXCEPTIONS project_not_created = 1 subproject_not_created = 2 wrong_project = 3 wrong_client = 4 subproject_already_exist = 5 project_doesnot_exist = 6 no_project_name = 7 no_scenario = 8 no_authorization = 9 OTHERS = 10 .



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_FORMS or its description.