ICMT_CMSNCASEBLKCRTRC is a standard Executable ABAP Report 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 ICMT_CMSNCASEBLKCRTRC 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: Test Commission Document Bulk Create Request - async
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE_CACS call function 'MESSAGES_INITIALIZE_CACS' exporting i_log_subobject = 'CACS_TEMP' i_query_for_db = space "read user parameters i_query_for_display = space "read user parameters importing e_log_handle = c_log_handle e_query_for_display = c_query_for_display.
MESSAGE_STORE_WITH_DISPLAY call function 'MESSAGE_STORE_WITH_DISPLAY' exporting arbgb = ls_message-msgid msgty = ls_message-msgty msgv1 = ls_message-msgv1 msgv2 = ls_message-msgv2 msgv3 = ls_message-msgv3 msgv4 = ls_message-msgv4 txtnr = ls_message-msgno CHANGING c_log_handle = c_log_handle.
MESSAGE_STORE_WITH_DISPLAY * CALL FUNCTION 'MESSAGE_STORE_WITH_DISPLAY' * EXPORTING * arbgb = ls_message-msgid * msgty = ls_message-msgty * msgv1 = ls_message-msgv1 * msgv2 = ls_message-msgv2 * msgv3 = ls_message-msgv3 * msgv4 = ls_message-msgv4 * txtnr = ls_message-msgno.
CACS_BUFFERLOG_SAVE call function 'CACS_BUFFERLOG_SAVE' exporting * i_log_handle = meta_case-log_handle * i_log_extnumber = lv_log_extnumber iflg_simulation = ' ' * iflg_update_task = flg_update_task * iflg_rejected = lv_flg_rejected * ifgl_return_mssgs = false * iflg_refresh_buffer = 'X' exceptions others = 99.
BAL_DB_LOAD call function 'BAL_DB_LOAD' exceptions others = 0.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exceptions no_authority = 1 others = 2.
TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing system_client_role = lv_system_client_role exceptions others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ICMT_CMSNCASEBLKCRTRC - Test Commission Document Bulk Create Request - async ICMT_CMSNCASEBLKCRTRC - Test Commission Document Bulk Create Request - async ICMT_CMSNCASEBLKCNCRC - Test Commission Document Bulk Cancel Request - async ICMT_CMSNCASEBLKCNCRC - Test Commission Document Bulk Cancel Request - async ICMT_CMSNCASEBLKCHGRC - Test Commission Document Bulk Change Request - async ICMT_CMSNCASEBLKCHGRC - Test Commission Document Bulk Change Request - async