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

CNV_CDMC_CA_DISPLAY_CLASSES SAP ABAP INCLUDE - Include CNV_CDMC_CA_DISPLAY_CLASSES







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


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


INCLUDES used within this REPORT CNV_CDMC_CA_DISPLAY_CLASSES

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_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 .



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