DMC_IUX_XPRA_STARTER 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_IUX_XPRA_STARTER 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: SIM = Simulation (X=Yes)
Selection Text: RESTORE = Restore Run (X=Yes)
Selection Text: NO_DELCL = T000 deletion deactiv. (X=yes)
Selection Text: CONT = Continuation Run (X=Yes)
Title: MWB Upgrade: Driver Program for Processing the XPRA Programs
Text Symbol: 046 = .. Report does not exist :
Text Symbol: 047 = .. not yet processed:
Text Symbol: 048 = .. Alternative Report ......... :
Text Symbol: 049 = .. Report does not exist :
Text Symbol: 050 = .. not yet processed:
Text Symbol: 051 = ==> no XPRAs scheduled for execution
Text Symbol: 052 = End of XPRA Processing:
Text Symbol: 053 = for XPRA Report
Text Symbol: 100 = XPRA processing completed
Text Symbol: 101 = Log
Text Symbol: 102 = SAP LT Client Transfer Upgrade - Backup for T000 is unnecessary!
Text Symbol: T01 = Simulation
Text Symbol: T02 = Processing Options
Text Symbol: T03 = @0S@ Continue if XPRA processor terminates
Text Symbol: T04 = @0S@ Restore system tables after termination of XPRA processor
Text Symbol: T05 = @0S@ Call XPRA processor without changes
Text Symbol: T06 = @0S@ Delete System Table T000
Text Symbol: 010 = Start______
Text Symbol: 011 = End________
Text Symbol: 012 = Alt. Report
Text Symbol: 020 = Preparations for XPRA Processing
Text Symbol: 021 = ==> no action because of restart
Text Symbol: 022 = ==> no action because of restore
Text Symbol: 023 = No entries in table T000
Text Symbol: 024 = except for current client and 000
Text Symbol: 025 = >> Entries saved from table T000 ... :
Text Symbol: 026 = No entries found in DMC_XPRA_JUMP
Text Symbol: 027 = >> Release Passage from/to/Component .. :
Text Symbol: 028 = No entries in table UVERS
Text Symbol: 029 = found for current release
Text Symbol: 030 = >> Entries saved from table UVERS .. :
Text Symbol: 031 = Restore after XPRA processing
Text Symbol: 032 = error while reading saved T000 entries
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_INDX CALL FUNCTION 'ENQUEUE_E_DMC_INDX' EXPORTING MODE_DMC_INDX = 'E' MANDT = SY-MANDT RELID = 'XP' SRTFD = LS_DMC_INDX-SRTFD EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
TR_READ_AND_DISPLAY_LOG CALL FUNCTION 'TR_READ_AND_DISPLAY_LOG' EXPORTING IV_LOGNAME_FILE = LOGNAME_FILE EXCEPTIONS OTHERS = 1.
DEQUEUE_E_DMC_INDX CALL FUNCTION 'DEQUEUE_E_DMC_INDX' EXPORTING MODE_DMC_INDX = 'E' MANDT = SY-MANDT RELID = 'XP' SRTFD = LS_DMC_INDX-SRTFD.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES XMSG = MESSAGE.
TR_INITIALIZE_LOG CALL FUNCTION 'TR_INITIALIZE_LOG' EXPORTING ACTTYPE = 'P' DIRTYPE = 'T' SYSNAME = SYSNAME TRKORR = 'MWBK000001' TRBAT_LOGNAME = LOGNAME IMPORTING FILE = LOGNAME_FILE EXCEPTIONS WRONG_CALL = 1 OTHERS = 2.
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_IUX_XPRA_STARTER - MWB Upgrade: Driver Program for Processing the XPRA Programs DMC_IUX_XPRA_STARTER - MWB Upgrade: Driver Program for Processing the XPRA Programs DMC_IUX_XPRA_LOG_DISPLAY - MWB Upgrade: Program for Displaying XPRA Logs DMC_IUX_XPRA_LOG_DISPLAY - MWB Upgrade: Program for Displaying XPRA Logs DMC_IUX_XPRA_LOADER - MWB Upgrade: XPRA Load Program DMC_IUX_XPRA_LOADER - MWB Upgrade: XPRA Load Program