DMC_RUN_INFO_INIT_FLAGS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This function is used to reset the runtime information for one or more access plans...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter DMC_RUN_INFO_INIT_FLAGS 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: S_COBJ = D Conversion Object
Selection Text: P_SPROJ = D Subproject
Selection Text: P_RUN_ID = Precalc.ID/Coll.ACP ID/ACP ID
Selection Text: P_PROJ = D Project
Selection Text: P_PREC = Precalculation ID
Selection Text: P_MT_ID = D Mass Transfer ID
Selection Text: P_APPL = D Application
Selection Text: P_ACPLAN = Access Plan ID
Title: MWB: Initialization of Flags DMC_RUN_INFO
Text Symbol: T05 = No mode was selected yet
Text Symbol: T04 = Currently Selected Mode:
Text Symbol: T03 = Processing of ...
Text Symbol: MO3 = Reset runtime information for a mass data processing
Text Symbol: MO2 = Reset runtime information for a set of conversion objects
Text Symbol: INI = Flags are reset...
Text Symbol: F04 = No precalc.ID/collective access pl. ID/access plan ID is selected
Text Symbol: F03 = Select one or more migration objects!
Text Symbol: F02 = Select a mass transfer ID
Text Symbol: F01 = Select a mode
Text Symbol: BT2 = Migration Oject(s)
Text Symbol: BT1 = Mass Transfer
Text Symbol: ALL = Reset all precalculations/ collective access plans/ access plans
Text Symbol: 003 = Continue?
Text Symbol: 002 = Precalc.ID/Coll.Acc.Pl. ID/Acess Plan ID
Text Symbol: 001 = Object selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = l_restrict EXCEPTIONS OTHERS = 0.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = l_text display_cancel_button = ' ' IMPORTING answer = l_answer.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = l_text.
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_RUN_INFO_INIT_FLAGS - MWB: Initialization of Flags DMC_RUN_INFO DMC_RUN_INFO_INIT_FLAGS - MWB: Initialization of Flags DMC_RUN_INFO DMC_RUN_INFO_DISPLAY_CLS - DMCRUNINFODISPLAYCLS DMC_RUN_INFO_DISPLAY - MWB: Display runtime information DMC_RUN_INFO_DISPLAY - MWB: Display runtime information DMC_RUNTIME_USER_CI01 - Include DMC_RUNTIME_USER_CI01