SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_CDOP_DISPLAY_FUNCTIONS SAP ABAP INCLUDE - Include CNV_CDOP_DISPLAY_FUNCTIONS







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


INCLUDES used within this REPORT CNV_CDOP_DISPLAY_FUNCTIONS

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'E-Mail to all the processors'(104) text_question = 'Do you wish to send mail to the processors?'(107) text_button_1 = 'Yes'(105) icon_button_1 = 'ICON_OKAY' text_button_2 = 'No'(106) icon_button_2 = 'ICON_CANCEL' display_cancel_button = space IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2 .

SO_NEW_DOCUMENT_ATT_SEND_API1 CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1' EXPORTING document_data = lv_doc_data TABLES packing_list = lt_packing_list contents_txt = it_message receivers = lt_receivers EXCEPTIONS too_many_receivers = 1 document_not_sent = 2 document_type_not_exist = 3 operation_no_authorization = 4 parameter_error = 5 x_error = 6 enqueue_error = 7 OTHERS = 8.

TR_OBJECT_TABLE CALL FUNCTION 'TR_OBJECT_TABLE' TABLES wt_object_text = lt_object_text.

WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING query = 'CD' IMPORTING return = lv_def_path.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = statustext.

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING f4_formname = 'F4_HELP' f4_programname = lv_repid popup_title = 'Assign Processor'(093) IMPORTING returncode = lv_answer TABLES fields = lt_sval.

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING f4_formname = 'F4_HELP' f4_programname = lv_repid popup_title = 'Specify RFC Dest. for creation of piecelist'(092)

CNV_CDOP_CA_PIECELIST CALL FUNCTION 'CNV_CDOP_CA_PIECELIST' DESTINATION lv_rfc_dest TABLES it_e071 = lt_e071 EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel no_piecelist = 3 no_authorization = 4 OTHERS = 5 .

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING display = iv_display fieldname = iv_fieldname tabname = iv_tabname IMPORTING select_value = xv_value TABLES valuetab = lt_vtab[] fields = lt_ftab.

RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION gv_destination_rfc IMPORTING rfcsi_export = ls_rfcsi EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel.

CNV_CDOP_CA_RFC_COMPARE_OBJ CALL FUNCTION 'CNV_CDOP_CA_RFC_COMPARE_OBJ' DESTINATION gv_source_rfc EXPORTING iv_object = ls_objs-obj_type iv_objname = ls_objs-obj_name iv_sub_type = ls_objs-sub_type iv_sub_name = ls_objs-sub_name iv_dest_system = ls_rfcsi-rfcsysid IMPORTING ev_no_success = lv_no_success EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel program_not_exist = 3 comparison_not_supported = 4 unknown_system = 5 OTHERS = 6 .

CNV_CDOP_CA_GET_CUS_SAP_DOMAIN CALL FUNCTION 'CNV_CDOP_CA_GET_CUS_SAP_DOMAIN' DESTINATION ls_rfcdest-rfcdest EXPORTING iv_proj_id = p_projid IMPORTING iv_sysid = lv_sysid TABLES et_sap_domains = lt_sap_domains et_customer_domains = lt_customer_domains et_dom_fixed_values = lt_dom_fixed_values EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel RESOURCE_FAILURE = 3 OTHERS = 4.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-cprog " 'CNV_CDOP_CA_DISPLAY' is_layout = ls_layout i_callback_pf_status_set = lv_status it_fieldcat = gt_fieldcat_alv[] i_screen_start_column = 40 i_screen_start_line = 3 i_screen_end_column = 128 i_screen_end_line = 20 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_rel_domain * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = lv_repid i_internal_tabname = 'LT_SE30' i_structure_name = 'CNVCDOPCA_SE30' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' is_layout = ls_layout i_structure_name = 'CNVCDOPCA_SE30' i_grid_title = 'Trace File Display' it_fieldcat = lt_fieldcat i_screen_start_column = 0 i_screen_start_line = 0 i_screen_end_column = 0 i_screen_end_line = 0 TABLES t_outtab = lt_se30[] EXCEPTIONS program_error = 1 OTHERS = 2 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = lv_repid i_internal_tabname = 'LT_USEREXIT' i_structure_name = 'CNVCDOPCA_EXITS' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid is_layout = ls_layout i_structure_name = 'CNVCDOPCA_EXITS' * i_grid_title = 'Implemented User Exits' it_fieldcat = lt_fieldcat TABLES t_outtab = lt_userexit[] EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = lv_repid i_internal_tabname = 'GT_SQLTRA' i_structure_name = 'CNVCDOPCA_SQLTRA' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY





CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid i_callback_pf_status_set = 'SQL_PF_STATUS' i_callback_user_command = 'USER_COMMAND_SQLTRACE' is_layout = ls_layout i_structure_name = 'CNVCDOPCA_SQLTRA' i_grid_title = 'SQL Trace File Results' it_fieldcat = lt_fieldcat TABLES t_outtab = gt_sqltra[] EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = 'SQL Statements' i_screen_start_column = 10 i_screen_start_line = 10 i_screen_end_column = 100 i_screen_end_line = 30 i_tabname = 'LT_SQLSTAT' i_structure_name = 'LINE' * IT_FIELDCAT = * IT_EXCLUDING = * I_CALLBACK_PROGRAM = * I_CALLBACK_USER_COMMAND = * IS_PRIVATE = * IMPORTING * ES_SELFIELD = * E_EXIT = TABLES t_outtab = lt_sqlstat[] EXCEPTIONS program_error = 1 OTHERS = 2 .

CNV_CDOP_UCIA_ACCESS_OBJECT CALL FUNCTION 'CNV_CDOP_UCIA_ACCESS_OBJECT' DESTINATION lv_rfcdest EXPORTING iv_obj_type = iv_obj_type iv_obj_name = iv_obj_name iv_operation = iv_operation EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel not_executed = 3 OTHERS = 4.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = lv_repid i_internal_tabname = 'LT_BADIS' i_structure_name = 'CNVCDOPCA_BADIS' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid is_layout = ls_layout i_structure_name = 'CNVCDOPCA_BADIS' * i_grid_title = text-113 it_fieldcat = lt_fieldcat TABLES t_outtab = lt_badis[] EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = lv_repid i_internal_tabname = 'LT_BTES' i_structure_name = 'CNVCDOPCA_BTES' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid is_layout = ls_layout i_structure_name = 'CNVCDOPCA_BTES' * i_grid_title = text-112 it_fieldcat = lt_fieldcat TABLES t_outtab = lt_btes[] EXCEPTIONS program_error = 1 OTHERS = 2.



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