SAP Reports / Programs | Cross-Application Components | General Application Functions | Engineering Change Management(CA-GTF-ECM) SAP CA

MC29CINC SAP ABAP INCLUDE - SAPMC29C : list processing







MC29CINC 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 MC29CINC 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 MC29CINC. "Basic submit
SUBMIT MC29CINC AND RETURN. "Return to original report after report execution complete
SUBMIT MC29CINC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SAPMC29C : list processing


INCLUDES used within this REPORT MC29CINC

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:

HELP_VALUES_GET_WITH_MATCHCODE call function 'HELP_VALUES_GET_WITH_MATCHCODE' exporting matchcode_object = 'MAT1' importing select_value = .

SXC_EXIT_CHECK_ACTIVE call function 'SXC_EXIT_CHECK_ACTIVE' exporting exit_name = 'ECM_EXIT' exceptions not_active = 1 others = 0.

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = l_pruftab_f4 fieldname = l_pruffeld_f4 tables return_tab = lt_return_tab exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5.

DD_SHLP_CALL_FROM_DYNP call function 'DD_SHLP_CALL_FROM_DYNP' exporting help_infos = help_info importing selection = select select_value = help_info-fldvalue tables dynpselect = dummy1 dynpvaluetab = dummy2 exceptions others = 0.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = 'SAPMC29C' dynumb = sy-dynnr tables dynpfields = scr_field exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.

HELP_VALUES_GET_WITH_MATCHCODE call function 'HELP_VALUES_GET_WITH_MATCHCODE' exporting matchcode_object = 'MAT1' importing select_value = rc29a-effval.

SXC_EXIT_CHECK_ACTIVE call function 'SXC_EXIT_CHECK_ACTIVE' exporting exit_name = 'ECM_EXIT' exceptions not_active = 1 others = 0.

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = l_pruftab_aepf fieldname = l_pruffeld_aepf tables return_tab = lt_return_tab exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5.

DD_SHLP_CALL_FROM_DYNP call function 'DD_SHLP_CALL_FROM_DYNP' exporting help_infos = help_info importing selection = select select_value = help_info-fldvalue tables dynpselect = dummy1 dynpvaluetab = dummy2 exceptions others = 0.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = 'CCEFFE' * ALL_TYPES = ' ' * LFIELDNAME = ' ' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DTELINFO_WA = * TTYPINFO_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES X031L_TAB = lt_cceffe_struct * DFIES_TAB = EXCEPTIONS * NOT_FOUND = 1 OTHERS = 2 .

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'DE' * DOKLANGU = SY-LANGU DOKNAME = ls_cceffe_struct-rollname * DOKTITLE = ' ' * CALLED_BY_PROGRAM = ' ' * CALLED_BY_DYNP = ' ' CALLED_FOR_TAB = ls_cceffe_struct-tabname CALLED_FOR_FIELD = ls_cceffe_struct-rollname * CALLED_FOR_TAB_FLD_BTCH_INPUT = ' ' * MSG_VAR_1 = ' ' * MSG_VAR_2 = ' ' * MSG_VAR_3 = ' ' * MSG_VAR_4 = ' ' * CALLED_BY_CUAPROG = ' ' * CALLED_BY_CUASTAT = SHORT_TEXT = chr_x * CLASSIC_SAPSCRIPT = ' ' TABLES LINKS = lt_links EXCEPTIONS * OBJECT_NOT_FOUND = 1 * SAPSCRIPT_ERROR = 2 OTHERS = 3 .



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