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

CNV_CDMC_UCIA_CLASS SAP ABAP INCLUDE - Include CNV_CDMC_UCIA_CLASS







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


INCLUDES used within this REPORT CNV_CDMC_UCIA_CLASS

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:

INTERN_DD_TABL_TYPE * CALL FUNCTION 'INTERN_DD_TABL_TYPE' * EXPORTING * objname = ls_data-obj_name * objstate = 'A' * IMPORTING * objtype = lv_objtype * EXCEPTIONS * object_not_found = 1 * object_not_specified = 2 * OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RFCDEST' dynpprog = 'CNVCDMCUCIA_DISPLAY_RESULTS' dynpnr = '0200' dynprofield = 'GV_SOURCE_RFC' value_org = 'S' TABLES value_tab = gt_rfcdest EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RFCDEST' dynpprog = 'CNVCDMCUCIA_DISPLAY_RESULTS' dynpnr = '0500' dynprofield = 'GV_SOURCE_RFC_500' value_org = 'S' TABLES value_tab = gt_rfcdest EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RFCDEST' dynpprog = 'CNVCDMCUCIA_DISPLAY_RESULTS' dynpnr = '0200' dynprofield = 'GV_DESTINATION_RFC' value_org = 'S' TABLES value_tab = gt_rfcdest EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RFCDEST' dynpprog = 'CNVCDMCUCIA_DISPLAY_RESULTS' dynpnr = '0104' dynprofield = 'GV_REMOTE_RFC' value_org = 'S' TABLES value_tab = gt_rfcdest EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'CNVCDMCUCIA_STATUS' text = 'X' langu = 'E' TABLES dd07v_tab = lt_dom_txt EXCEPTIONS wrong_textflag = 0 OTHERS = 0.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = lv_title i_selection = 'X' i_zebra = 'X' i_screen_start_column = 35 i_screen_start_line = 3 i_screen_end_column = 133 i_screen_end_line = 23 i_checkbox_fieldname = 'BOX' * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' i_tabname = '1' i_structure_name = 'YS_OBJ_CHECKLIST' it_fieldcat = lt_fcat[] * IT_EXCLUDING = * I_CALLBACK_PROGRAM = * I_CALLBACK_USER_COMMAND = * IS_PRIVATE = IMPORTING * ES_SELFIELD = e_exit = lv_exit TABLES t_outtab = et_obj_checklist EXCEPTIONS program_error = 1 OTHERS = 2 .

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'Y' diagnosetext1 = text-220 * diagnosetext2 = * diagnosetext3 = textline1 = 'Do you want to continue?'(216) * TEXTLINE2 = ' ' titel = 'Status Takeover-Confirm'(217) * START_COLUMN = 25 * START_ROW = 6 cancel_display = 'X' IMPORTING answer = iv_continue .



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