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

CNV_CDOP_UCIA_DISPLAY_FORMS SAP ABAP INCLUDE - Include CNV_CDOP_UCIA_DISPLAY_FORMS







CNV_CDOP_UCIA_DISPLAY_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_CDOP_UCIA_DISPLAY_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_CDOP_UCIA_DISPLAY_FORMS. "Basic submit
SUBMIT CNV_CDOP_UCIA_DISPLAY_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CDOP_UCIA_DISPLAY_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_CDOP_UCIA_DISPLAY_FORMS


INCLUDES used within this REPORT CNV_CDOP_UCIA_DISPLAY_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 = 'CNVCDOPUCIA_OBJS' CHANGING ct_fieldcat = xt_fcat_display EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CNVCDOPUCIA_RES' CHANGING ct_fieldcat = et_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

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.

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 = 'Specify RFC Dest. for creation of piecelist'(042)

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.

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'(041) IMPORTING returncode = lv_answer TABLES fields = lt_sval.

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.

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-ref_obj_type iv_objname = ls_objs-ref_obj_name iv_dest_system = ls_rfcsi-rfcsysid iv_projid = p_projid 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 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING it_fieldcat = lt_fcat is_layout = ls_layout TABLES t_outtab = lt_comp_result EXCEPTIONS program_error = 1 OTHERS = 2.

TRINT_OBJECT_TABLE CALL FUNCTION 'TRINT_OBJECT_TABLE' TABLES tt_types_in = xt_obj_in[] tt_types_out = xt_obj_out[].

CNV_CDOP_UCIA_RFC_READ_DATA CALL FUNCTION 'CNV_CDOP_UCIA_RFC_READ_DATA' DESTINATION lv_rfcdest_ref_sys EXPORTING iv_project_id = im_project TABLES et_cnvcdopucia_pl = lt_intersection EXCEPTIONS no_data_found = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING it_fieldcat = lt_fcat_legend i_screen_start_column = 80 i_screen_start_line = 3 i_screen_end_column = 150 i_screen_end_line = 12 TABLES t_outtab = lt_severity_legend EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_POPUP_TO_SELECT





CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = lv_title i_tabname = '1' i_structure_name = 'LTY_REASONS' it_fieldcat = lt_fcat TABLES t_outtab = lt_reasons EXCEPTIONS program_error = 1 OTHERS = 2.

CNV_CDOP_CC_READ_TABLE CALL FUNCTION 'CNV_CDOP_CC_READ_TABLE' DESTINATION ls_cnvcdop_rfcdest-rfcdest EXPORTING iv_tabname = 'CNVCDOPUCIA_BDC' iv_proj_id = p_projid TABLES it_custbdc = lt_cusbdc_result EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'CNVCDOPUCIA_DISPLAY_RESULTS' i_callback_pf_status_set = gv_status i_callback_user_command = gv_user_command it_fieldcat = lt_fcat is_layout = ls_layout TABLES t_outtab = lt_cusbdc_result EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CNVCDOPUCIA_BDC' CHANGING ct_fieldcat = et_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

CNV_CDOP_CC_READ_TABLE CALL FUNCTION 'CNV_CDOP_CC_READ_TABLE' DESTINATION ls_cnvcdop_rfcdest-rfcdest EXPORTING iv_tabname = 'CNVCDOPUCIA_FORM' iv_proj_id = p_projid TABLES it_extsubr = lt_extsubcall_result EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'CNVCDOPUCIA_DISPLAY_RESULTS' i_callback_pf_status_set = gv_status i_callback_user_command = 'USER_COMM_EXTSUBCALL' it_fieldcat = lt_fcat is_layout = ls_layout TABLES t_outtab = lt_extsubcall_result EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CNVCDOPUCIA_FORM' CHANGING ct_fieldcat = et_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = lv_title i_selection = ' ' i_tabname = 'LT_CUSBDC_REASONS' "'1' i_structure_name = 'TY_REASONS' it_fieldcat = lt_fcat i_callback_user_command = gv_user_command TABLES t_outtab = lt_cusbdc_reasons 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_UCIA_DISPLAY_FORMS or its description.