SAP Reports / Programs | Production Planning and Control | Production Planning for Process Industries | Process Management(PP-PI-PMA) SAP PP

ICMXTYPESIMP02 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT ICMXTYPESIMP02

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:

CMX_CHAR_VALUES_INIT CALL FUNCTION 'CMX_CHAR_VALUES_INIT' EXPORTING plant = l_plant check_at_value_assignment = space.

CMX_CHAR_VALUES_CONTEXT_CHECK CALL FUNCTION 'CMX_CHAR_VALUES_CONTEXT_CHECK' EXPORTING char_descr_in_message = 'X' no_dialog = space TABLES char_values = lt_data char_values_chck_result = lt_msg EXCEPTIONS internal_error = 1 check_not_possible = 2 OTHERS = 3.

CMX_CHAR_VALUES_REFRESH CALL FUNCTION 'CMX_CHAR_VALUES_REFRESH' EXPORTING plant = l_plant.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_22 = result.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING header = thead insert = space savemode_direct = space owner_specified = space TABLES lines = result EXCEPTIONS id = 1 language = 2 name = 3 object = 4 OTHERS = 5.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = thead-tdid language = thead-tdspras name = thead-tdname object = thead-tdobject TABLES lines = lt_itf EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.

CONVERT_ITF_TO_HTML CALL FUNCTION 'CONVERT_ITF_TO_HTML' EXPORTING i_header = thead i_replace = 'X' i_print_commands = space i_html_header = header i_title = space i_background = space i_escape_spaces = 'X' TABLES t_itf_text = lt_itf t_html_text = lt_html t_conv_charformats = cnv_c t_conv_parformats = cnv_p EXCEPTIONS syntax_check = 1 replace = 2 illegal_header = 3 OTHERS = 4.

INIT_TEXTSYMBOL CALL FUNCTION 'INIT_TEXTSYMBOL'.

TEXT_SYMBOL_SETVALUE CALL FUNCTION 'TEXT_SYMBOL_SETVALUE' EXPORTING name = lw_merge-name value = lw_merge-replacement value_length = lw_merge-length replace_symbols = ' '.

TEXT_SYMBOL_COLLECT CALL FUNCTION 'TEXT_SYMBOL_COLLECT' TABLES lines = ld_item->lines symbols = lt_item_symbol.

TEXT_CONTROL_REPLACE CALL FUNCTION 'TEXT_CONTROL_REPLACE' EXPORTING header = ld_item->thead program = co_repid replace_comment = 'X' TABLES lines = ld_item->lines.

TEXT_INCLUDE_REPLACE CALL FUNCTION 'TEXT_INCLUDE_REPLACE' EXPORTING all_level = 'X' header = ld_item->thead program = co_repid TABLES lines = ld_item->lines.

TEXT_SYMBOL_REPLACE CALL FUNCTION 'TEXT_SYMBOL_REPLACE' EXPORTING header = ld_item->thead init = space option_dialog = space program = co_repid replace_program = 'X' replace_standard = 'X' replace_system = 'X' replace_text = 'X' IMPORTING changed = l_changed TABLES lines = ld_item->lines.



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