SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

DMCDTL_IU_BUFFER_EXT SAP ABAP Report - MWB-Upgrade: extract data from upgrade buffers







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


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


Text pool values


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


INCLUDES used within this REPORT DMCDTL_IU_BUFFER_EXT

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:

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.



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