DMC_IU_HANDLE_BCSETS 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 DMC_IU_HANDLE_BCSETS 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_RFC = Receiver System: RFC
Text Symbol: EOP = BC Sets reprocessed
Text Symbol: ER1 = Aborted due to:
Text Symbol: ER2 = INSERT_ERROR
Text Symbol: FU1 = Determine BC Sets
Text Symbol: FU2 = Reprocess BC Sets
Text Symbol: TI1 = Receiver System
Text Symbol: XID = Reprocess BC Sets
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 * foreign_lock = 1 * system_failure = 2 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DMC_IU_HANDLE_BCSETS - DMCIUHANDLEBCSETS DMC_IU_HANDLE_BCSETS - DMCIUHANDLEBCSETS DMC_IU_GET_XPRA_LIST - MWB - Integrated Upgrade: Get XPRAs from buffer DMC_IU_GET_XPRA_LIST - MWB - Integrated Upgrade: Get XPRAs from buffer DMC_IU_GET_TRKORR_OBJECTS - MWB - Integrated Upgrade: Read content of object lists DMC_IU_GET_TRKORR_OBJECTS - MWB - Integrated Upgrade: Read content of object lists