ECRM_PROCESS_ERRORTABLE 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 ECRM_PROCESS_ERRORTABLE 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: Process Remaining Downloads for Contract (Without Workflow)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_CRMIN_RESTART * CALL FUNCTION 'ISU_CRMIN_RESTART' * EXPORTING * x_everh = l_epd_everh * EXCEPTIONS * failed = 1 * OTHERS = 2.
ISU_DB_EVERH_SELECT * CALL FUNCTION 'ISU_DB_EVERH_SELECT' * EXPORTING * x_guid = t_ever_crmq-contractpos * IMPORTING * y_everh = t_everh_old[] * EXCEPTIONS * not_found = 1 * system_error = 2 * OTHERS = 3.
EECRM_DELTA_DOWNLOAD_IBSSICONT * CALL FUNCTION 'EECRM_DELTA_DOWNLOAD_IBSSICONT' * EXPORTING * i_downloadstatus = ' ' * TABLES * xt_everh_old = t_everh_old * xt_everh_new = t_everh_new.
ISU_EVER_CRMQ_CLEAR_ALL * CALL FUNCTION 'ISU_EVER_CRMQ_CLEAR_ALL' * EXPORTING * x_contractpos = t_ever_crmq-contractpos.
ISU_EVER_CRMQ_DELETE * CALL FUNCTION 'ISU_EVER_CRMQ_DELETE' * EXPORTING * x_everh = l_everh * EXCEPTIONS * delete_failed = 1 * action_failed = 2 * OTHERS = 3.
ECCLOG_S_DISPLAY * CALL FUNCTION 'ECCLOG_S_DISPLAY' * EXPORTING * x_log_object = 'IUCSPROD' * x_logid = t_ever_crmq-mdg_log * EXCEPTIONS * object_invalid = 1 * logid_invalid = 2 * general_fault = 3 * OTHERS = 4.
BAL_DB_LOAD * CALL FUNCTION 'BAL_DB_LOAD' * EXPORTING * i_t_log_handle = l_t_log_handle * EXCEPTIONS * OTHERS = 4.
BAL_DSP_LOG_DISPLAY * CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' * EXPORTING * i_t_log_handle = l_t_log_handle.
BAL_LOG_REFRESH * CALL FUNCTION 'BAL_LOG_REFRESH' * EXPORTING * i_log_handle = t_ever_crmq-loghandle.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ECRM_PROCESS_ERRORTABLE - Process Remaining Downloads for Contract (Without Workflow) ECRM_PROCESS_ERRORTABLE - Process Remaining Downloads for Contract (Without Workflow) ECRM_OBJ_MDTDVVC_CHECK - Program ECRM_OBJ_MDTDVVC_CHECK ECRM_OBJ_MDTDVVC_CHECK - Program ECRM_OBJ_MDTDVVC_CHECK ECRM_MIOMR_TMP_DEL - Delete Temporary Table ECRM_MIOMR_TMP ECRM_MIOMR_TMP_DEL - Delete Temporary Table ECRM_MIOMR_TMP