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

ICMXPIIIMP14 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = domain langu = sy-langu texts_only = 'X' TABLES dd07v_tab = lt_data EXCEPTIONS illegal_input = 1 OTHERS = 2.

RS_FUNCTION_ACTIVE_CHECK CALL FUNCTION 'RS_FUNCTION_ACTIVE_CHECK' EXPORTING funcname = function_name IMPORTING active = l_active EXCEPTIONS not_found = 1 OTHERS = 2.

FUNCTION_IMPORT_DOKU CALL FUNCTION 'FUNCTION_IMPORT_DOKU' EXPORTING funcname = function_name language = m_language IMPORTING * GLOBAL_FLAG = * REMOTE_CALL = * UPDATE_TASK = short_text = m_act_function_text * FREEDATE = * EXCEPTION_CLASS = TABLES dokumentation = m_docu exception_list = lt_except export_parameter = m_export import_parameter = m_import changing_parameter = m_chang tables_parameter = m_tables EXCEPTIONS error_message = 1 function_not_found = 2 invalid_name = 3 OTHERS = 4 .

F4_FUNCTIONMODULE CALL FUNCTION 'F4_FUNCTIONMODULE' EXPORTING group = ' ' object = l_name suppress_selection = 'X' display_only = ' ' IMPORTING RESULT = l_name.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_buffer_active = 'X' i_structure_name = 'CMX_PII_W_PARAMETER' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = CHANGING ct_fieldcat = profile->fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING ct_fieldcat = profile->fieldcat.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_buffer_active = 'X' i_structure_name = 'CMX_PII_W_DATAPOINT' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = CHANGING ct_fieldcat = profile->fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING ct_fieldcat = profile->fieldcat.

TC50_MESS_READ CALL FUNCTION 'TC50_MESS_READ' EXPORTING plant = msg_plant process_mess_cat = msg_type language = m_language IMPORTING process_mess_cat_data = lw_proc_mess_dat EXCEPTIONS not_found = 1 OTHERS = 2.

TC50E_MESS_READ CALL FUNCTION 'TC50E_MESS_READ' EXPORTING plant = msg_plant process_mess_cat = msg_type IMPORTING flag_no_entries_found = l_no_entries TABLES mess_cat_characteristics = m_msg_char EXCEPTIONS invalid_characteristic = 1 OTHERS = 2.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_buffer_active = 'X' i_structure_name = 'CMX_PII_W_PROC_MSG' * I_CLIENT_NEVER_DISPLAY = 'X' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = profile->fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING ct_fieldcat = profile->fieldcat.



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