DMCDTL_IU_BUFFER_EXT 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 DMCDTL_IU_BUFFER_EXT 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.
Selection Text: P_PACKID = Package ID
Selection Text: P_REL_F = D SAP Release
Selection Text: P_REL_T = D SAP Release
Selection Text: P_RFCUPG = RFC-Destination Upgrade-System
Selection Text: P_UPG_ID = Upgrade ID
Title: MWB-Upgrade: extract data from upgrade buffers
Text Symbol: CB1 = Transfer e071 & e071k data from buffer entries into mwb system
Text Symbol: FUN = Buffer Extraction
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING jobcount = l_jobcount jobname = l_jobname EXCEPTIONS OTHERS = 0.
ENQUEUE_E_DMC_JOB CALL FUNCTION 'ENQUEUE_E_DMC_JOB' EXPORTING mode_dmc_job_lock_struct = 'E' jobname = l_jobname jobcount = l_jobcount _scope = '2' _wait = 'X' _collect = ' ' EXCEPTIONS OTHERS = 0.
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_packid exec_target = gc_upg_system IMPORTING destination_id = l_upg_rfcdest EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 OTHERS = 3.
DMC_IUC_GET_BUFFER_NAMES CALL FUNCTION 'DMC_IUC_GET_BUFFER_NAMES' EXPORTING im_release = p_rel_t IMPORTING ex_tabim_name = l_fname_tabim ex_xpras_name = l_fname_xpras.
DMC_IUC_BUFFER_EXTRACTION CALL FUNCTION 'DMC_IUC_BUFFER_EXTRACTION' EXPORTING im_upg_id = p_upg_id im_rfc_upgsys = l_upg_rfcdest im_tabim_buff = l_fname_tabim im_xpras_buff = l_fname_xpras im_save_trkorr_obj = gc_true im_buffer_path = l_buffer_path.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DMCDTL_IU_BUFFER_EXT - MWB-Upgrade: extract data from upgrade buffers DMCDTL_IU_BUFFER_EXT - MWB-Upgrade: extract data from upgrade buffers DMCDTL_CREATE_INC_MIGR_OBJECTS - Create Migration Objects for Incremental Processing DMCDTL_CREATE_INC_MIGR_OBJECTS - Create Migration Objects for Incremental Processing DMCDTL_CREATE_DB_TRIGGERS - create DB triggers (first inactive) for incremental processing DMCDTL_CREATE_DB_TRIGGERS - create DB triggers (first inactive) for incremental processing