CNV_CDMC_CA_DISPLAY_CLASSES 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_CA_DISPLAY_CLASSES into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include CNV_CDMC_CA_DISPLAY_CLASSES
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
INTERN_DD_TABL_TYPE * CALL FUNCTION 'INTERN_DD_TABL_TYPE' * EXPORTING * objname = ls_objs-obj_name * objstate = 'A' * IMPORTING * objtype = lv_objtype * EXCEPTIONS * object_not_found = 1 * object_not_specified = 2 * OTHERS = 3.
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = 'X' displ_mode = '2' id = 'TX' langu = sy-langu object = lv_object suppress_edit = 'X' extension_mode = 'X' EXCEPTIONS wrong_name = 1 OTHERS = 2.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RFCDEST' dynpprog = 'CNV_CDMC_CA_DISPLAY' dynpnr = '0400' dynprofield = 'GV_REMOTE_RFC' value_org = 'S' TABLES value_tab = gt_rfcdest EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE * CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' * EXPORTING * i_program_name = lv_repid * i_internal_tabname = 'LT_PROJHIER' * i_structure_name = 'CNVCDMC_PROJHIER' * 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 = 'CNVCDMC_PROJHIER' * it_fieldcat = lt_fieldcat * TABLES * t_outtab = lt_projhier[] * 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
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_CDMC_CA_DISPLAY_CLASSES - Include CNV_CDMC_CA_DISPLAY_CLASSES CNV_CDMC_CA_DISPLAYTOP - Include CNV_CDMC_CA_DISPLAYTOP CNV_CDMC_CA_DISPLAY - Display Analysis bsed on various views CNV_CDMC_CA_DISPLAY - Display Analysis bsed on various views CNV_CDMC_CA_CUSTOBJS_TOP - Include CNV_CDMC_CA_CUSTOBJS_TOP CNV_CDMC_CA_CONFIRM_ANAL_TOP - CDMC Clearing Analysis : Confirm Analysis - TOP ?Include