SAP Reports / Programs | Service | Solution Manager | Custom Development Management Cockpit(SV-SMG-CDM) SAP SV

CNV_CDMC_UCIA_DISPLAY_FORMS SAP ABAP INCLUDE - Include CNV_CDMC_UCIA_DISPLAY_FORMS







CNV_CDMC_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_CDMC_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_CDMC_UCIA_DISPLAY_FORMS. "Basic submit
SUBMIT CNV_CDMC_UCIA_DISPLAY_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CDMC_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_CDMC_UCIA_DISPLAY_FORMS


INCLUDES used within this REPORT CNV_CDMC_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 = 'CNVCDMCUCIA_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 = 'CNVCDMCUCIA_RES' CHANGING ct_fieldcat = et_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

CNV_CDMC_UCIA_ACCESS_OBJECT CALL FUNCTION 'CNV_CDMC_UCIA_ACCESS_OBJECT' DESTINATION lv_rfcdest EXPORTING iv_obj_type = iv_obj_type iv_obj_name = iv_obj_name iv_operation = iv_operation *+DA28082012 IMPORTING iv_message = lv_message *+DA28082012 EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel not_executed = 3 not_exists = 4 OTHERS = 5.

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

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_CDMC_CA_PIECELIST CALL FUNCTION 'CNV_CDMC_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 .

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING * DEFAULTOPTION = 'Y' diagnosetext1 = text-127 * DIAGNOSETEXT2 = ' ' * DIAGNOSETEXT3 = ' ' textline1 = text-125 textline2 = text-126 titel = 'E-Mail to all the processors'(104) * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = lv_answer .

SO_NEW_DOCUMENT_ATT_SEND_API1 CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1' EXPORTING document_data = lv_doc_data * commit_work = 'X' "+RV 01112012 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_CDMC_CC_FUNC_INCLUDE_INFO * CALL FUNCTION 'CNV_CDMC_CC_FUNC_INCLUDE_INFO' * DESTINATION gv_source_rfc * EXPORTING * iv_funcname = lv_funcname * IMPORTING * ev_include = lv_include * EXCEPTIONS * communication_failure = 1 MESSAGE sy-lisel * system_failure = 2 MESSAGE sy-lisel * function_not_exists = 3 * include_not_exists = 4 * group_not_exists = 5 * no_selections = 6 * no_function_include = 7 * OTHERS = 8.

CNV_CDMC_CA_RFC_COMPARE_OBJ * CALL FUNCTION 'CNV_CDMC_CA_RFC_COMPARE_OBJ' * DESTINATION gv_source_rfc * EXPORTING * iv_object = lv_object * iv_objname = lv_obj_name * iv_sub_type = lv_sub_type * 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.

CNV_CDMC_CA_RFC_COMPARE_OBJ ** CALL FUNCTION 'CNV_CDMC_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 ** .

RFC_SYSTEM_INFO





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

CNV_CDMC_CC_FUNC_INCLUDE_INFO CALL FUNCTION 'CNV_CDMC_CC_FUNC_INCLUDE_INFO' DESTINATION ls_rfcdest-rfcdest EXPORTING iv_funcname = lv_funcname IMPORTING ev_include = lv_include EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel function_not_exists = 3 include_not_exists = 4 group_not_exists = 5 no_selections = 6 no_function_include = 7 OTHERS = 8.

CNVCDMC_OBJECT_EXISTENCE_CHECK CALL FUNCTION 'CNVCDMC_OBJECT_EXISTENCE_CHECK' DESTINATION lv_anal_sys EXPORTING iv_object_type = lv_object_type iv_object_name = lv_object_name IMPORTING ev_exist = lv_exist EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel invalid_type = 3 OTHERS = 4.

CNVCDMC_OBJECT_EXISTENCE_CHECK CALL FUNCTION 'CNVCDMC_OBJECT_EXISTENCE_CHECK' DESTINATION lv_remote_sys EXPORTING iv_object_type = lv_object_type iv_object_name = lv_object_name IMPORTING ev_exist = lv_exist EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel invalid_type = 3 OTHERS = 4.

CNV_CDMC_CC_CHECK_USERTYPE CALL FUNCTION 'CNV_CDMC_CC_CHECK_USERTYPE' DESTINATION ls_rfcdest-rfcdest EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel invalid_user_type = 3 OTHERS = 4.

RFC_GET_LOCAL_SERVERS CALL FUNCTION 'RFC_GET_LOCAL_SERVERS' DESTINATION lv_remote_sys TABLES hosts = lt_hosts EXCEPTIONS communication_failure = 1 system_failure = 2 not_available = 3 OTHERS = 4.

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

CNV_CDMC_CA_RFC_COMPARE_OBJ CALL FUNCTION 'CNV_CDMC_CA_RFC_COMPARE_OBJ' DESTINATION ls_rfcdest-rfcdest EXPORTING iv_object = lv_object iv_objname = lv_obj_name iv_sub_type = lv_sub_type iv_dest_system = ls_rfcsi-rfcsysid iv_destination = lv_remote_sys "+TD27092009 * iv_projid = p_projid *{+SP21122010: Get the destination host ID in control server and check * against the Host id specified in the Pop of Analysis * Server it_host = lt_cnvcdmc_host *+SP21122010 } 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.

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

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

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_CDMC_UCIA_RFC_READ_DATA CALL FUNCTION 'CNV_CDMC_UCIA_RFC_READ_DATA' DESTINATION lv_rfcdest_ref_sys EXPORTING iv_project_id = im_project TABLES et_cnvcdmcucia_pl = lt_intersection EXCEPTIONS no_data_found = 1 OTHERS = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_led_red info = 'high impact' IMPORTING result = -severity EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_led_green info = 'no impact' IMPORTING result = -severity EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_led_yellow info = 'medium impact' IMPORTING result = -severity EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

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 = 165 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_CDMC_CC_READ_TABLE CALL FUNCTION 'CNV_CDMC_CC_READ_TABLE' *{ -SP31122010: To run the comparrison in Control system instead of * Analysis System * DESTINATION ls_cnvcdmc_rfcdest-rfcdest * -SP31122010 } *{ +SP31122010: To run the comparrison in Control system instead of * Analysis System DESTINATION 'NONE' * +SP31122010 } EXPORTING iv_tabname = 'CNVCDMCUCIA_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 = 'CNVCDMCUCIA_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 = 'CNVCDMCUCIA_BDC' CHANGING ct_fieldcat = et_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

CNV_CDMC_CC_READ_TABLE CALL FUNCTION 'CNV_CDMC_CC_READ_TABLE' *{ -SP31122010: To run the comparrison in Control system instead of * Analysis System * DESTINATION ls_cnvcdmc_rfcdest-rfcdest * -SP31122010 } *{ +SP31122010: To run the comparrison in Control system instead of * Analysis System DESTINATION 'NONE' * +SP31122010 } EXPORTING iv_tabname = 'CNVCDMCUCIA_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 = 'CNVCDMCUCIA_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 = 'CNVCDMCUCIA_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.

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

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 .

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING * DEFAULTOPTION = 'Y' diagnosetext1 = text-127 * DIAGNOSETEXT2 = ' ' * DIAGNOSETEXT3 = ' ' textline1 = text-125 textline2 = text-126 titel = 'E-Mail to all the processors'(104) * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = lv_answer .

REUSE_ALV_GRID_DISPLAY * CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' * EXPORTING * i_callback_program = lv_repid * is_layout = ls_layout * it_fieldcat = lt_fieldcat * TABLES * t_outtab = lt_output[] * EXCEPTIONS * program_error = 1 * OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = iv_prog is_layout = ls_layout * i_structure_name = 'CNVCDMC_PROJHIER' it_fieldcat = lt_fieldcat it_excluding = lt_excluding "+AV:15.09.2009

CNV_CDMC_CC_GET_USERS_FOR_ROLE CALL FUNCTION 'CNV_CDMC_CC_GET_USERS_FOR_ROLE' DESTINATION iv_rfcdest EXPORTING iv_activity_group = lv_activity_group IMPORTING et_activity_groups_users = lt_activity_groups_users EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel role_not_exist = 3 OTHERS = 4.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = lv_repid i_structure_name = 'STR_AGRS' 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 it_fieldcat = lt_fieldcat i_screen_start_column = 68 i_screen_start_line = 18 i_screen_end_column = 140 i_screen_end_line = 30 TABLES t_outtab = lt_activity_groups_users[] EXCEPTIONS program_error = 1 OTHERS = 2.

CNV_CDMC_CC_EXECUTE_CHECKS CALL FUNCTION 'CNV_CDMC_CC_EXECUTE_CHECKS' DESTINATION cnvcdmc_rfcdest-rfcdest EXPORTING iv_obj_type = lv_objtype iv_obj_name = lv_objname iv_operation = lv_operation EXCEPTIONS communication_failure = 1 system_failure = 2 invalid_operation = 3 invalid_user_type = 4 not_executed = 5 invalid_obj_type = 6 object_not_exist = 7 OTHERS = 8.

RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION cnvcdmc_rfcdest-rfcdest IMPORTING rfcsi_export = ls_rfcsi EXCEPTIONS communication_failure = 1 system_failure = 2.

CNV_CDMC_CC_EXECUTE_CHECKS CALL FUNCTION 'CNV_CDMC_CC_EXECUTE_CHECKS' DESTINATION cnvcdmc_rfcdest-rfcdest EXPORTING iv_obj_type = iv_obj_type iv_obj_name = iv_obj_name iv_operation = iv_operation * { +SM13082009 Changes for Phase 3 : WP5 iv_main_obj_type = iv_main_obj_type iv_main_obj_name = iv_main_obj_name * +SM13082009 } EXCEPTIONS communication_failure = 1 system_failure = 2 invalid_operation = 3 invalid_user_type = 4 not_executed = 5 invalid_obj_type = 6 object_not_exist = 7 * { +SM13082009 Changes for Phase 3 : WP5 main_object_not_exist = 8 not_direct_call = 9 obj_ref_in_super_class = 10 * +SM13082009 } OTHERS = 11.

RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION cnvcdmc_rfcdest-rfcdest IMPORTING rfcsi_export = ls_rfcsi EXCEPTIONS communication_failure = 1 system_failure = 2.

RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION cnvcdmc_rfcdest-rfcdest IMPORTING rfcsi_export = ls_rfcsi EXCEPTIONS communication_failure = 1 system_failure = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'Y' diagnosetext1 = text-207 * DIAGNOSETEXT2 = ' ' * DIAGNOSETEXT3 = ' ' textline1 = text-208 * TEXTLINE2 = ' ' titel = text-209 start_column = 25 start_row = 6 cancel_display = 'X' IMPORTING answer = lf_save .

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'Y' diagnosetext1 = text-204 diagnosetext2 = text-210 * DIAGNOSETEXT3 = ' ' textline1 = text-205 * TEXTLINE2 = ' ' titel = text-206 start_column = 25 start_row = 6 cancel_display = ' ' IMPORTING answer = lf_save .

MD5_CALCULATE_HASH_FOR_CHAR CALL FUNCTION 'MD5_CALCULATE_HASH_FOR_CHAR' EXPORTING data = lv_lock_key * LENGTH = 0 * VERSION = 1 IMPORTING hash = lv_hash_key EXCEPTIONS no_data = 1 internal_error = 2 OTHERS = 3 .

ENQUEUE_ESSRETID CALL FUNCTION 'ENQUEUE_ESSRETID' EXPORTING mode_sretidcat = 'E' catid = lv_hash_key * X_CATID = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .

MD5_CALCULATE_HASH_FOR_CHAR CALL FUNCTION 'MD5_CALCULATE_HASH_FOR_CHAR' EXPORTING data = lv_lock_key * LENGTH = 0 * VERSION = 1 IMPORTING hash = lv_hash_key EXCEPTIONS no_data = 1 internal_error = 2 OTHERS = 3 .

DEQUEUE_ESSRETID CALL FUNCTION 'DEQUEUE_ESSRETID' EXPORTING * MODE_SRETIDCAT = 'E' catid = lv_hash_key * X_CATID = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .



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